* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
}

@font-face {
	font-family: "webFont";
	src: url(../../font/font.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}

.hidden {
	display: none!important;
}

img {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input:focus {
	outline: none;
}

.no_auto {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.no_auto .co_tips {
	position: absolute;
	overflow: hidden;
}


/*header*/

header {
	width: 20rem;
	height: 3.125rem;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
}

header .logo {
	float: left;
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0.625rem 0 0 0.625rem;
}

header .h_text {
	overflow: hidden;
	float: left;
	/*height: 2.1875rem;*/
	margin: 0.625rem 0 0 0.625rem;
}

header .h_text .h_p01 {
	width: 100%;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
}

header .h_text .h_p02 {
	width: 100%;
	color: #999;
	font-size: 0.625rem;
}

header .header_a {
	float: right;
	height: 1.875rem;
	margin: 0.625rem 0.625rem 0 0;
	text-align: center;
}

header .header_a .down_btn {
	display: inline-block;
	width: 4.625rem;
	height: 1.875rem;
	line-height: 1.875rem;
	margin-right: 0.625rem;
	background: #F94F00;
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
	border-radius: 5px;
}

header .header_a .type,
header .header_a .type1 {
	float: right;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
	background: url(../images/type_btn.png);
	background-size: 100% 100%;
}

header .header_a .type1 {
	background: url("../images/type_btn1.png");
	background-size: 100% 100%;
}

header .nav-content {
	position: absolute;
	top: 3.125rem;
	right: 0;
	background: rgba(0, 0, 0, .9);
	width: 7.75rem;
	z-index: 9;
	display: none;
}

header .nav-list {
	list-style: none;
	padding: 0;
	position: relative;
}

header .nav-item {
	text-align: center;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border-top: 1px solid #353535;
}

header .item-anchor {
	color: #fff;
	font-size: .875rem;
	position: relative;
	display: block;
	text-align: center;
}

header .item-anchor:active {
	color: #F94F00;
}


/*首页--top*/

.i_main {
	width: 100%;
	overflow: hidden;
	margin-top: 3.125rem;
	position: relative;
}

.i_main .top {
	width: 20rem;
	height: 35rem;
	position: relative;
	background: url(../images/kv.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.i_main .top .slogan {
	position: relative;
	width: 18.21875rem;
	height: 9.59375rem;
	left: 0.3rem;
	top: 6rem;
}

.i_main .top .videoBtn {
	position: absolute;
	z-index: 11;
	top: -1.575rem;
	right: -1.2rem;
	width: 4.3125rem;
	height: 4.5625rem;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
}

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

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

.i_main .top .videoBtn img {
	-webkit-animation: scales 2.5s linear infinite;
	animation: scales 2.5s linear infinite;
}

.i_main .top .order {
	width: 12.21875rem;
	height: 5.4375rem;
	position: absolute;
	left: 4.84375rem;
	bottom: 14.375rem;
}

.i_main .top .order .peo_boy {
	width: 3.8125rem;
	height: 3.46875rem;
	position: absolute;
	top: -2rem;
	right: -2rem;
	animation: hand_move 2s linear infinite;
	-webkit-animation: hand_move 2s linear infinite;
}

@-webkit-keyframes hand_move {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(-0.3rem, 0.3rem);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes hand_move {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(-0.3rem, 0.3rem);
	}
	100% {
		transform: translate(0, 0);
	}
}

.i_main .download {
	position: absolute;
	width: 82%;
	height: 2.90625rem;
	bottom: 7.625rem;
	left: 50%;
	margin-left: -41%;
}

.i_main .download a.down_gf {
	display: block;
	width: 7.5rem;
	height: 2.71875rem;
	background-image: url("../images/gf_btn2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}

.i_main .download a.tap {
	display: block;
	width: 7.5rem;
	height: 2.71875rem;
	background-image: url("../images/tap_btn2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: right;
}

header .down_list {
	background: rgba(0, 0, 0, .7);
	width: 6.0625rem;
	position: absolute;
	right: 2.2rem;
	top: 3.1rem;
	padding: 0.6rem 0rem;
	display: none;
}

header .down_list li+li {
	margin-top: 0.5rem;
}

header .down_list li a {
	width: 4.90625rem;
	height: 2.0625rem;
	display: block;
	position: relative;
	margin: 0 auto;
}

header .down_list li a.down_gfbtn {
	background: url(../images/gf_btn.png) no-repeat;
	background-size: 100% 100%;
}

header .down_list li a.tap {
	background: url(../images/tap.png) no-repeat;
	background-size: 100% 100%;
}


/*首页--抽奖*/

.i_main .ward_box {
	width: 100%;
	height: 62rem;
	background: url(../images/second.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.i_main .ward_title2 {
	width: 15.21875rem;
	height: 2.28125rem;
	margin: 0 auto;
}

.i_main .yy_btn {
	width: 13.25rem;
	height: 5.9375rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.i_main .ward_box .co_before,
.i_main .ward_box .co_after {
	margin-top: .5rem;
	font-size: .75rem;
	color: #FFDAE8;
	text-align: center;
}

.i_main .ward_box .co_before .co_loginbtn {
	color: #FEDC03;
}

.i_main .ward_box .co_after .logout {
	margin-left: .5rem;
}

.i_main .ward_box .ward_yq {
	font-size: .75rem;
	color: #FFDAE8;
	text-align: center;
	margin-top: .3125rem;
}

.i_main .ward_box .ward_yq>span,
.i_main .ward_box .user_phone {
	margin: 0 .2rem;
	color: #FEDC03;
}

.i_main .ward_box .ward_con .co_share {
	width: 18.375rem;
	height: 5.625rem;
	margin: 0 auto;
	margin-top: 1.5625rem;
}

.i_main .ward_box .ward_con .btn {
	position: relative;
	height: 3.15625rem;
	margin-top: .25rem;
}

.i_main .ward_box .ward_con .check_ward {
	display: inline-block;
	position: absolute;
	left: 1rem;
	width: 8.875rem;
	height: 3.15625rem;
	background: url(../images/c_ward_btn.png);
	background-size: 100% 100%;
}

.i_main .ward_box .ward_con .get_btn {
	display: inline-block;
	position: absolute;
	right: 1rem;
	width: 8.875rem;
	height: 3.15625rem;
	background: url(../images/c_get_btn.png);
	background-size: 100% 100%;
}

.hm-cj {
	position: relative;
	width: 20rem;
	height: 15.96875rem;
	background: url(../images/hm-cj-bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}


/*.hm-cj.light{*/


/*background: url(../images/hm-cj-bg1.png) no-repeat;*/


/*}*/

.hm-cj ul {
	width: 18.4375rem;
	height: 13.75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6.875rem;
	margin-left: -9.21875rem;
}

.lottery-unit {
	width: 5.9375rem;
	height: 4.46875rem;
	list-style: none;
	position: relative;
	float: left;
	background: url(../images/lottery_bg1.png);
	background-size: 100% 100%;
	margin-right: 0.25rem;
	margin-bottom: 0.3125rem;
}

.lottery-unit:nth-of-type(3n) {
	margin-right: 0;
}

.lottery-unit.active {
	background: url(../images/lottery_bg2.png);
	background-size: 100% 100%;
}

.lottery-unit.click_btn {
	background: url(../images/hm-jp-img05.png);
	background-size: 100% 100%;
}

.lottery-unit.click_btn .leave {
	font-size: .625rem;
	color: #DDFF98;
	text-align: center;
	position: absolute;
	right: 0.3125rem;
	bottom: 0.625rem;
}

.lottery-unit.click_btn .leave>span {
	font-weight: 600;
	color: #FBFF00;
}

.lottery-unit img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5.71875rem;
	height: 3.03125rem;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin-top: -.625rem;
}

.lottery-unit .name {
	width: 100%;
	text-align: center;
	font-size: .625rem;
	color: #AD6F86;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin-top: 1.25rem;
}

.i_main .ward_box .two_part {
	width: 19.28125rem;
	height: 23.21875rem;
	margin: 0 auto;
	background: url(../images/c_rules_bg.png);
	background-size: 100% 100%;
}

.i_main .ward_box .two_part .type {
	width: 16rem;
	margin: 0 auto;
	padding-top: 2rem;
	overflow: hidden;
}

.i_main .ward_box .two_part .type>span {
	float: left;
	display: inline-block;
	width: 7.53125rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	font-size: .9375rem;
	color: #CCB990;
	font-weight: 600;
}

.i_main .ward_box .two_part .type>span:last-of-type {
	float: right;
}

.i_main .ward_box .two_part .type>span.active {
	color: #36280B;
	width: 7.53125rem;
	height: 2.375rem;
	background: url("../images/type_bg.png");
	background-size: 100% 100%;
}

.i_main .ward_box .two_part .list_box {
	position: relative;
	width: 17.8125rem;
	height: 18.5rem;
	margin: 0 auto;
}

.i_main .ward_box .two_part .list_box .price_con {
	font-size: 0.75rem;
	color: #CCB990;
	height: 17rem;
	top: 0.625rem;
	position: absolute;
	right: 1.25rem;
	width: 15rem;
	overflow: hidden;
}

.i_main .ward_box .two_part .list_box .price_con li {
	height: 3.2rem;
	line-height: 3.2rem;
	border-bottom: 1px solid #F7F0CA;
}

.i_main .ward_box .two_part .list_box .price_con li>span {
	margin: 0 0.3125rem;
	color: #DB4F44;
}

.i_main .ward_box .two_part .list_box .price_con li>i {
	margin-left: 0.3125rem;
	color: #D2C59E;
}

.i_main .ward_box .two_part .list_box .price_no {
	color: #D2C59E;
	text-align: center;
	line-height: 11.25rem;
}

.i_main .ward_box .two_part .ward_rules {
	position: relative;
	width: 17.8125rem;
	height: 22.6875rem;
	margin: 0 auto;
}

.i_main .ward_box .two_part .ward_rules ul {
	font-size: 0.75rem;
	color: #453F1B;
	top: .8rem;
	position: absolute;
	right: .5rem;
	width: 15rem;
}

.i_main .ward_box .two_part .ward_rules ul li {
	position: relative;
	line-height: 1.5rem;
	padding-left: 0.2rem;
	margin-bottom: 0.3125rem;
}

.i_main .ward_box .two_part .ward_rules ul li>i {
	display: inline-block;
	position: absolute;
	left: -1.5rem;
	top: 0.1875rem;
	content: "1";
	width: 1.15625rem;
	height: 1.125rem;
	font-size: .75rem;
	text-align: center;
	color: #9C9156;
	line-height: 1.125rem;
	background: url(../images/c_round.png);
	background-size: 100% 100%;
}


/*首页--新闻*/

.i_main .banner_news {
	position: relative;
	width: 20rem;
	margin: 0 auto;
}

.i_main .banner_news .title {
	width: 3.8125rem;
	height: 1.59375rem;
	margin: -0.5rem auto 1rem;
}

.i_main .banner_news .banner {
	width: 18.125rem;
	height: 10.875rem;
	margin: 0 auto;
}

.i_main .banner_news .banner .swiper-container {
	height: 100%;
}

.i_main .banner_news .banner .swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	bottom: .5rem;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.i_main .banner_news .banner .swiper-pagination-bullet {
	width: 0.28125rem;
	height: 0.28125rem;
	margin: 0 .15rem;
	opacity: 1;
	background: url("../images/bullet.png");
	background-size: 100% 100%;
}

.i_main .banner_news .banner .swiper-pagination-bullet-active {
	position: relative;
	width: 0.34375rem;
	height: 0.34375rem;
	background: url("../images/bullet1.png");
	background-size: 100% 100%;
}

.i_main .banner_news .banner .swiper-slide img,
.i_main .banner_news .banner .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.news_box {
	position: relative;
	width: 18.125rem;
	margin: 0 auto;
	margin-top: 1.5rem;
}

.news_box .more {
	position: absolute;
	right: 0;
	top: 0.375rem;
	display: inline-block;
	width: 0.96875rem;
	height: 0.96875rem;
	background: url("../images/more.png");
	background-size: 100% 100%;
}

.news_box .hd {
	height: 2.5rem;
	margin-bottom: .3rem;
	overflow: hidden;
	border-bottom: 1px solid #F1D9CD;
}

.news_box .hd li {
	float: left;
	width: 3.625rem;
	height: 1.625rem;
	line-height: 1.625rem;
	margin-right: .15rem;
	font-size: .9375rem;
	text-align: center;
	border-radius: 1.375rem;
}

.news_box .hd li:nth-child(1).on {
	background: transparent;
}

.news_box .hd li.on {
	background: #FFDC01;
}

.news_box .hd li a {
	color: #9F887D;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.news_box .hd li.on a {
	font-weight: 600;
	color: #623018;
}

.news_box .bd {
	min-height: 7.5rem;
	max-height: 14rem;
	overflow: hidden;
}

.news_box .bd ul {
	overflow: hidden;
}

.news_box .bd li {
	width: 100%;
	display: block;
	height: 2rem;
	line-height: 2rem;
	font-size: .75rem;
}

.news_box .bd li a {
	display: block;
	position: relative;
	color: #5B5B5B;
	width: 80%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_box .bd li .small_ti {
	margin-right: .2rem;
}

.news_box .bd span {
	float: right;
	font-size: .75rem;
	color: #D4C6BF;
}


/*首页--特色玩法*/

.i_main .ts_play {
	width: 100%;
	height:25.0625rem;
	background:url(../images/ts.jpg) no-repeat center;
	background-size:100% 100%;
	position:relative;
	overflow: hidden;
}

.i_main .ts_play .title {
	width: 3.8125rem;
	height: 1.59375rem;
	margin: 1.5rem auto 0;
}

.slider {
	position: relative;
	margin-top: 2.5rem;
}

.slider .swiper-container .swiper-slide>a {
	opacity: .2;
	margin-left: 50%;
	display: inline-block;
	width: 11.59375rem;
	text-align: center;
	transform: translate(-5.796875rem, 0);
	-webkit-transform: translate(-5.796875rem, 0);
}

.slider .swiper-container .swiper-slide>a .images {
	width: 11.59375rem;
	height: 18.71875rem;
	border-radius: 0.8rem;
}

.slider .swiper-button-prev {
	width: .71875rem;
	height: 1.40625rem;
	left: 1.25rem;
	background: url(../images/prev.png) no-repeat;
	background-size: 100%;
}

.slider .swiper-button-next {
	width: .71875rem;
	height: 1.40625rem;
	right: 1.25rem;
	background: url(../images/next.png) no-repeat;
	background-size: 100%;
}

.slider .swiper-slide.swiper-slide-next>a {
	opacity: 1;
}

.slider .swiper-pagination {
	left: 50%;
	bottom: -.9375rem;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.slider .swiper-pagination-bullet {
	width: 0.28125rem;
	height: 0.28125rem;
	margin: 0 .15rem;
	opacity: 1;
	background: url("../images/bullet2.png");
	background-size: 100% 100%;
}

.slider .swiper-pagination-bullet-active {
	position: relative;
	width: 0.34375rem;
	height: 0.34375rem;
	background: url("../images/bullet2_1.png");
	background-size: 100% 100%;
}


/*首页底部*/

.i_main .official {
	position: relative;
	width: 100%;
	height:29.8125rem;
	background: url(../images/last.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}
.i_main .official .f_main{
	width:16rem;
	height:9.125rem;
	overflow: hidden;
	position:relative;
	margin:1rem auto 0;
}
.i_main .official .f_main a{
	width:3rem;
	overflow: hidden;
	position:absolute;
}
.i_main .official .qq1 {
	top: 0;
	left: 0;
}
.i_main .official a img{
	display: block;
	width:100%;
	height:100%;
}
.i_main .official a p{
	font-size:0.5625rem;
	color:#a4948c;
	text-align: center;
	margin-top:0.46875rem;
}
.i_main .official .qq2 {
	bottom: 0;
	left: 0;
}

.i_main .official .wb {
	top: 0;
	right: 0;
}

.i_main .official .lt {
	bottom: 0;
	right: 0;
}

.i_main .official .gzh {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 7.375rem;
	height: 9.125rem;
	margin-left: -3.6875rem;
	background: url(../images/gzh.png);
	background-size: 100% 100%;
}

.i_main .official .gzh img {
	display: block;
	width: 6.125rem;
	height: 6.125rem;
	margin: 0 auto;
	margin-top: .4rem;
}

.i_main .bottom {
	width: 5.96875rem;
	height: 7.34375rem;
	position: absolute;
	left: 50%;
	margin-left: -2.984375rem;
	bottom: 7rem;
}

.i_main .go_top {
	width: 2.5625rem;
	height: 2.96875rem;
	position: absolute;
	bottom: 7rem;
	right: 1rem;
}


/*游戏新闻列表页面*/

.list {
	margin-top: 3.125rem;
}

.list .top_img {
	width: 20rem;
	height: 25rem;
	background: url("../images/list_img.png");
	background-size: 100% 100%;
}

.list .top_img .logo1 {
	width: 7.84375rem;
	height: 4.0625rem;
	margin: 1.5625rem 0 0 3.8rem;
}

.list .news_box .hd {
	border-bottom: 1px solid #F6F5F5;
}

.list .news_box .hd li {
	width: 3.625rem;
	margin-right: 0;
}

.list .news_box .bd {
	/*min-height: 12.5rem;*/
	min-height: inherit;
	max-height: none;
}

.list .news_box .bd span {
	color: #bbb;
}

.dropload-down>div {
	display: block;
	height: 2.1875rem;
	line-height: 2.1875rem;
	font-size: 0.75rem;
	color: rgba(125, 137, 161, .5);
	text-align: center;
	background: #F4F4F4;
	border-radius: 35px;
	margin: 1.5625rem 0 2.1875rem 0;
}


/*游戏资讯详情页面*/

.list .banner .go_list {
	display: inline-block;
	width: 4.375rem;
	height: 1.875rem;
	margin: 0 auto;
	margin-top: .5rem;
	position: absolute;
	left: .9375rem;
	bottom: .625rem;
	z-index: 5;
}

.list .detailbox {
	position: relative;
	padding: .9375rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.list .go_list {
	position: absolute;
	left: .9375rem;
	top: .9375rem;
	width: 1.875rem;
	height: 1.875rem;
	background: url(../images/go_list.png);
	background-size: 100% 100%;
}

.list .go_home {
	position: relative;
	display: inline-block;
	left: 0;
	width: 1.875rem!important;
	height: 1.875rem!important;
	background: url(../images/go_list.png);
	background-size: 100% 100%;
}

.list .detailbox .article_title {
	margin-bottom: .7rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #F5F5F5;
}

.list .detailbox .article_title>h3 {
	width: 15rem;
	font-weight: 100;
	font-size: .9375rem;
	color: #333;
	padding-left: 2.625rem;
}

.list .detailbox .article_title>span {
	display: inline-block;
	font-size: 0.6875rem;
	color: #999;
	margin-top: .65rem;
	padding-left: 2.625rem;
}

.list .detailbox .article_title>span>span:nth-of-type(1) {
	margin-right: 1.25rem;
}

.list .detailbox .content {
	min-height: 18rem;
}

.list .detailbox .content p {
	font-size: .75rem;
	color: #666;
	line-height: 1.875rem;
	word-break: break-all;
}

.list .detailbox .content img {
	display: block;
	max-width: 18.125rem;
	margin: 1.25rem auto;
}


/*弹框*/

.co_tips {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.co_tips .co_con {
	position: relative;
	top: 50%;
	width: 16.15625rem;
	height: 18.3125rem;
	margin: 0 auto;
	background: url(../images/yuyue_bg.png) no-repeat;
	background-size: 100% 100%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	/* IE 9 */
	-webkit-transform: translate(0, -50%);
	/* Safari and Chrome */
	-o-transform: translate(0, -50%);
	/* Opera */
	-moz-transform: translate(0, -50%);
	/* Firefox */
}

.co_tips .co_con .co_tips_title {
	position: absolute;
	top: 1.875rem;
	width: 5.90625rem;
	height: 2.4375rem;
	/*left: 50%;*/
	left: 7rem;
	/*margin-left:  1.875rem;*/
	font-size: 1.3125rem;
	color: #FFE7D8;
	text-align: center;
	/*transform: translate(-50%);*/
	/*-ms-transform: translate(-50%);*/
	/*-webkit-transform: translate(-50%);*/
	/*-o-transform: translate(-50%);*/
	/*-moz-transform: translate(-50%);*/
}

.co_tips .co_con .co_tips_close {
	display: block;
	z-index: 20;
	position: absolute;
	right: 0;
	width: 1.59375rem;
	height: 1.59375rem;
	top: 1.75rem;
}

.co_tips .co_con .co_tips_btn {
	position: absolute;
	width: 12.40625rem;
	height: 3.03125rem;
	left: 50%;
	bottom: -1.7rem;
	background: url(../images/c_tips_btn4.png);
	background-size: 100% 100%;
	margin-left: -6.203125rem;
}

.co_tips .co_con .co_form {
	display: inline-block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(-50%, -50%);
	/* Safari and Chrome */
	-o-transform: translate(-50%, -50%);
	/* Opera */
	-moz-transform: translate(-50%, -50%);
	/* Firefox */
}


/*登录弹框*/

.co_tips.co_tips_login .co_con .co_form {
	margin: 2rem 0 0 0;
}

.co_tips .co_con .co_form .co_input {
	position: relative;
}

.co_tips .rdo_box {
	overflow: hidden;
}

.co_tips .rdo {
	float: left;
	width: 5.5rem;
	overflow: hidden;
	margin: 1.2rem 1rem 0.3rem 0;
}

.co_tips .rdo.on i{
	color: #DE3A65;
}
.co_tips .rdo.on em img:nth-child(1){
	display: none;
}
.co_tips .rdo em{
	display: block;
	width:1.09375rem;
	height:1.09375rem;
	overflow: hidden;
	float:left;
}
.co_tips .rdo em img{
	display: block;
	width:100%;
	height:100%;
}
.co_tips .rdo i{
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 600;
	color: #AF9E95;
	float:left;
	line-height:1.09375rem;
	margin-left:0.2rem;
}
.co_tips .rdo:last-of-type {
	float: right;
	margin-right: 0;
	width: 5rem;
}

.co_tips .co_con .co_form .co_input input {
	width: 10.96875rem;
	padding: 0.65625rem 0;
	/*height: 2.25rem;*/
	/*line-height:2.25rem;*/
	outline: none;
	text-indent: 0.9375rem;
	font-size: .625rem;
	color: #BDA7AF;
	border: 1px solid #FFDAC8;
	border-radius: 30px;
	background: #fff;
}

.co_tips .co_con .co_form .co_input input:focus {
	border: 1px solid #FFB692;
	color: #573F3E;
}

.co_tips .co_con .co_form input::-webkit-input-placeholder {
	color: #BDA7AF;
}

.co_tips .co_con .co_form input:-moz-placeholder {
	color: #BDA7AF;
}

.co_tips .co_con .co_form input::-moz-placeholder {
	color: #BDA7AF;
}

.co_tips .co_con .co_form input:-ms-input-placeholder {
	color: #BDA7AF;
}

.co_tips .co_con .co_form .co_input .co_codenum1,
.co_tips .co_con .co_form .co_input .captcha {
	width: 6.90625rem;
}

.co_tips .co_con .co_form .co_input .co_codebtn,
.co_tips .co_con .co_form .co_input .co_captcha {
	position: relative;
	float: right;
	width: 4.0125rem;
	height: 2rem;
	border: 1px solid #FFDAC8;
	border-radius: 30px;
	background: #fff;
	text-align: center;
}

.co_tips .co_con .co_form .co_input .co_captcha img {
	display: none;
}

.co_tips .co_con .co_form .co_input .co_captcha i {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	color: #F15F03;
	font-size: 0.625rem;
}

.co_tips .co_con .co_form .co_input .co_codebtn1 {
	font-size: .625rem;
	color: #FFF8F3;
	height: 2rem;
	line-height: 2rem;
	background: #F8A57C;
}

.co_tips .co_con .co_form .co_captcha {
	background: #fff;
}

.co_tips .co_con .co_form .co_captcha img {
	width: 3.53125rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 30px;
	margin-top: -1rem;
}

.co_tips .co_con .co_form .co_error {
	opacity: 0;
	color: #BDA7AF;
	font-size: 0.625rem;
	text-indent: .625rem;
}

.co_tips .co_con .co_form .co_error.co_err_show {
	opacity: 1;
}

.co_tips .co_con .co_form .co_imgtxt {
	position: absolute;
	bottom: 0rem;
	right: 0;
	color: #BDA7AF;
	width: 4rem;
	font-size: 0.625rem;
	text-align: center;
}


/*预约成功弹框*/

.co_tips.co_tips_success .co_con .co_form {
	margin: 11% 0 0 0;
}

.co_tips.co_tips_success .co_con {
	width: 16.15625rem;
	height: 15.5625rem;
	background: url(../images/c_tipsbg3.png) no-repeat;
	background-size: 100% 100%;
}

.co_tips.co_tips_success .tips_txt {
	font-size: 0.75rem;
	color: #827070;
	text-align: center;
	margin-bottom: 0.625rem;
}

.co_tips.co_tips_success .success {
	font-size: 1.2rem;
	color: #D0343F;
	text-align: center;
	padding: 0 1.25rem;
}

.co_tips.co_tips_success .co_con .co_tips_surebtn {
	background: url(../images/c_tips_btn3.png);
	background-size: 100% 100%;
}

.con_txt {
	width: 18.0625rem;
	margin: 3.3625rem auto 0;
	font-size: 0.75rem;
	color: #f7cbca;
	line-height: 1.5rem;
}

.yyue_num2 {
	font-size: 2.09375rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 1.28125rem;
}

.yuyue_text {
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
}

div.dialog {
	width: 100%;
	height: 41.625rem;
	margin-top: 1.0625rem;
}

img.yueTitle {
	width: 6rem;
	position: relative;
	left: 51.5%;
	top: 2rem;
	margin-left: -3rem;
}

img.peo1 {
	display: block;
	width: 2rem;
	position: absolute;
	top: 2.7rem;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

div.dialog div.yueBox {
	width: 103%;
	height: 41.625rem;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.dialog div.yueBox .line {
	position: relative;
	height: 35.65625rem;
	width: 100%;
}

div.dialog img.close {
	position: absolute;
	top: 0.05rem;
	right: -0.05rem;
	width: 1.32rem;
}

div.dialog p.tishi_info {
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.6rem;
	color: #666;
}

div.dialog div.yueBox .line img.line-nocolor {
	width: 3.53125rem;
	height: 35.65625rem;
	position: absolute;
	left: 50%;
	margin-left: -1.765625rem;
}

div.dialog div.yueBox .line img.line-color {
	position: absolute;
	bottom: 0;
	left: 9.4rem;
	top: 0.76rem;
	width: 1.75rem;
	height: 0rem;
	border-radius: 25px;
}

div.dialog div.yueBox .line ul {
	position: absolute;
	top: 0.1rem;
	left: 0;
	width: 100%;
}

div.dialog div.yueBox .line ul li {
	position: relative;
	z-index: 9;
	width: 15.0rem;
	height: 4.65625rem;
	margin: 0 auto;
	margin-top: 2rem;
}

div.dialog div.yueBox .line ul li:nth-child(1) {
	margin-top: 3rem;
}

div.dialog div.yueBox .line ul li img {
	display: block;
	margin: 0 auto;
}

div.dialog div.yueBox .line ul li:nth-child(1) img {
	width: 4.75rem;
	height: 4.65625rem;
	float:left;
	margin-left:1.1875rem;
}
div.dialog div.yueBox .line ul li:nth-child(1) p{
	float:right;
	font-size:0.6875rem;
	color:#fff;
	margin-top:1.5rem;
	margin-right:1rem;
}
div.dialog div.yueBox .line ul li p{
	width:5rem;
}
div.dialog div.yueBox .line ul li:nth-child(2) img {
	width: 4.8125rem;
	height: 4.65625rem;
	margin-right:0.875rem;
	float:right;
}
div.dialog div.yueBox .line ul li:nth-child(2) p{
	float:left;
	font-size:0.6875rem;
	color:#fff;
	margin-top:1.5rem;
	margin-left:1.8152rem;
}
div.dialog div.yueBox .line ul li:nth-child(3) img {
	width: 4.8125rem;
	height: 4.65625rem;
	float:left;
	margin-left:1.125rem;
}
div.dialog div.yueBox .line ul li:nth-child(3) p{
	float:right;
	font-size:0.6875rem;
	color:#fff;
	margin-top:1.5rem;
}
div.dialog div.yueBox .line ul li:nth-child(4) img {
	width: 4.8125rem;
	height: 4.65625rem;
	float:right;
	margin-right:0.8125rem;
}
div.dialog div.yueBox .line ul li:nth-child(4) p{
	float:left;
	font-size:0.6875rem;
	color:#fff;
	margin-top:1.2rem;
	margin-left:1.5625rem;
}
div.dialog div.yueBox .line ul li:nth-child(5) img {
	width: 5.125rem;
	height: 4.65625rem;
	margin-left: 1.1rem;
	float:left;
}
div.dialog div.yueBox .line ul li:nth-child(5) p{
	float:right;
	font-size:0.6875rem;
	color:#fff;
	margin-top:1.5rem;
	margin-right:1rem;
}
div.dialog div.yueBox .line .light {
	display: block;
	width: 3.15625rem;
	height: 0.8125rem;
	position: absolute;
	left: 8.4375rem;
	top: 0;
}

footer .f_t ul li {
	width: 3rem !important;
	height: 14.5px !important;
	line-height: 9.5px !important;
	text-align: center !important;
	padding-right: 0 !important;
	float: left !important;
	padding-left: 0 !important;
	position: absolute !important;
	left: 50% !important;
	margin-left: -1.5rem !important;
}