/*reset*/
		body,
		div,
		dl,
		dt,
		dd,
		ul,
		ol,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		pre,
		form,
		fieldset,
		input,
		textarea,
		p,
		blockquote,
		th,
		td {
			margin: 0;
			padding: 0;
		}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		address,
		caption,
		cite,
		code,
		dfn,
		em,
		strong,
		th,
		var {
			font-weight: normal;
			font-style: normal;
		}

		ol,
		ul {
			list-style: none;
		}

		caption,
		th {
			text-align: left;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: normal;
			font-size: 100%;
		}

		q:before,
		q:after {
			content: '';
		}

		fieldset,
		img,
		abbr,
		acronym {
			border: 0;
		}

		/*iframe {
			position: absolute;
		}*/

		/*footer*/
		#footer_ieg {
			text-align: center;
			font-size: 12px;
			line-height: 19px;
			min-width: 1000px;
			color: #fff;
			background: #000;
			z-index: 10;
			position: relative;
		}

		.wrap_ieg {
			margin: 0 auto;
			padding: 25px 30px;
			width: 940px;
		}

		.wrap_ieg a {
			color: #fff;
		}

		.c:before,
		.c:after {
			content: "";
			display: table;
		}

		.c:after {
			clear: both;
		}

		.c {
			zoom: 1;
		}

		body {
			font-size: 12px;
			padding-top: 42px;
			text-align: justify;
			background-color: #121125;
			width: 100%;
			margin: 0 auto;
			overflow-x: hidden;
		}
		#ost_box{min-width: 1400px !important;}
		#afooter{min-width: 1400px !important;}
		#_overlay_{min-width: 1400px !important;}
		a {
			text-decoration: none;
		}

		@keyframes Light {
			0% {
				filter: brightness(100%);
			}

			100% {
				filter: brightness(110%);
			}
		}

		#afooter {
			text-align: center;
			color: #fff;
			font-size: 18px;
			line-height: 20px;
		}

		.wrap,
		#footer_ied {
			min-width: 1400px;
			width: 100%;
			_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1002?'1400px':'');
		}

		.container {
			width: 1400px;
			margin: 0 auto;
			position: relative;
			height: 7000px;
		}

		.pr {
			position: relative;
		}

		.pa {
			position: absolute;
		}

		.hide {
			display: block;
			width: 0;
			height: 0;
			overflow: hidden;
		}

		.db {
			display: block;
			text-indent: -999em;
		}

		.fl {
			float: left;
		}

		.fr {
			float: right;
		}

		:focus {
			outline: none;
		}

		@font-face {
			font-family: 'fz';
			src: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/fz.TTF);
		}

		.sp {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp.png) no-repeat;
		}

		.wrap {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/bg.jpg) no-repeat 50% 0;
			position: relative;
			overflow: hidden;
			background-size: 100% 100%;
		}

		.btn_logo {
			background-position:  -11px -83px;
			width: 306px;
			height: 56px;
			position: absolute;
			z-index: 999;
			left:76px;
			top: 50px;
			transition: all .3s;
			animation: bounceInDown 1s 0.1s ease both;
		}

		.btn_logo:hover {
			top: 45px;
		}


		@keyframes fadebottom {
			0% {
				opacity: 0;
				transform: translateY(100px);
			}

			100% {
				opacity: 1;
				transform: translateY(0px);
			}
		}

		@keyframes fadeleft {
			0% {
				opacity: 0;
				transform: translateX(-100px);
			}

			100% {
				opacity: 1;
				transform: translateX(0px);
			}
		}

		@keyframes faderight {
			0% {
				opacity: 0;
				transform: translateX(100px);
			}

			100% {
				opacity: 1;
				transform: translateX(0px);
			}
		}


		@-webkit-keyframes bounceInDown {
			0% {
				opacity: 0;
				-webkit-transform: translateY(-1000px)
			}

			60% {
				-webkit-transform: translateY(30px)
			}

			80% {
				-webkit-transform: translateY(-10px)
			}

			100% {
				opacity: 1;
				-webkit-transform: translateY(0)
			}
		}

		@-moz-keyframes bounceInDown {
			0% {
				opacity: 0;
				-moz-transform: translateY(-1000px)
			}

			60% {
				-moz-transform: translateY(30px)
			}

			80% {
				-moz-transform: translateY(-10px)
			}

			100% {
				opacity: 1;
				-moz-transform: translateY(0)
			}
		}

		.three_btn {
			animation: bounceInDown 1s 0.1s ease both;
			display: flex;
			justify-content: space-between;
			position: absolute;
			right: 0;
			top: 50px;
			width: 730px;
		}

		.three_btn a {
			width: 238px;
			height: 69px;
			display: block;
			transition: all .3s;
		}

		.three_btn a:nth-child(1) {
			background-position:  0 0;
	
		}

		.three_btn a:nth-child(2) {
			background-position: -253px 0;
		}

		.three_btn a:nth-child(3) {
			background-position:-506px 0;
		}

		.three_btn a:hover {
			margin-top: -10px;
		}

		.login {
			animation: fadebottom 1s 0.1s ease both;
			font-size: 24px;
			text-align: center;
			position: absolute;
			left: 0;
			width: 100%;
			top: 850px;
			color: #fff;
		}

		.login a {
			color: #fff;
		}

		.head {
			height: 918px;
		}

		/*part1*/
		.part1 {
			position: relative;
			height: 1277px;
			animation: fadebottom 1s 0.1s ease both;
		}

		.tit {
			width: 1200px;
			display: block;
			margin: 0 auto;
		}

		.tit img {
			width: 100%;
			display: block;
		}

		.sub {
			font-size: 30px;
			color: #ffd28b;
			text-align: center;
			line-height: 34px;
			margin-top: 20px;
		}


		.horse {
			display: flex;
			justify-content: space-around;
			width: 475px;
			position: absolute;
			right: 130px;
			margin: 0 auto;
			top: 132px;
			cursor: pointer;
		}

		.j_horse {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

		.j_horse b {
			background-position: -420px -96px;
			width: 38px;
			height: 39px;
			display: block;
			margin-right: 3px;
		}

		.j_horse span {
			font-size: 18px;
			color: #fff;
			line-height: 28px;
		}
		.j_horse span.cl{color: #ffd28b;}
		.j_horse span em{color: #ff6232;}
		.y_hores span em{color: #ff6232;}
		.y_hores {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

		.y_hores i {
			background-position:  -464px -96px;
			width: 38px;
			height: 39px;
			display: block;
			margin-right: 3px;
		}

		.y_hores span {
			font-size: 18px;
			color: #fff;
			line-height: 28px;
		}

		.tab_list {
			width: 1150px;
			margin: 100px auto 0;
			position: relative;
			display: flex;
			justify-content: space-between;
		}

		/*.tab_list:after {
			content: '';
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/zs.png) no-repeat;
			width: 170px;
			height: 131px;
			position: absolute;
			left: -50px;
			bottom: -15px;
		}*/

		.tab_list .tab_iteam a{
			display: flex;justify-content: flex-start;
		}
		.tab_list .tab_iteam a span{font-size: 30px;color: #ff8e47;line-height: 65px;text-align: center;margin-left: 10px;}
		.tab_list .tab_iteam:nth-child(1) a em{
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/jc1.png) no-repeat;
			width: 308px;height: 69px;
			display: block;
		}
		.tab_list .tab_iteam:nth-child(1).on a em{
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/jc1_on.png) no-repeat;
		}

		.tab_list .tab_iteam:nth-child(2) a em{
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/jc2.png) no-repeat;
			width: 308px;height: 69px;
			display: block;
		}
		.tab_list .tab_iteam:nth-child(2).on a em{
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/jc2_on.png) no-repeat;
		}
		
		.hf_box{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/zk1.png) no-repeat;width: 1185px;height: 931px;margin: 14px auto 0;}
		

		.xz_djs{background-position: -492px -794px;
			width: 76px;
			height: 70px;
			position: absolute;
			    left: 17px;
    			top: 51px;
    			font-size: 20px;
    		color: #ffdf80;
    		line-height: 22px;
    		text-align: center;
    		box-sizing: border-box;padding-top: 10px;
			}
		.tab_list b{background-position: -635px -796px;
			width: 23px;
			height: 33px;position: absolute;   
			 left: 43px;
   			 top: 188px;
		}
		.xz_math{background-position: -385px -794px;
			width: 76px;
			height: 50px;
			position: absolute;
			left: 17px;
    		bottom: 13px;
    		font-size: 22px;
    		color: #ffdf80;
    		display: flex;justify-content: center;
    		line-height: 38px;
		}
		.jc_ct {
			width: 1070px;
			padding-top: 53px;
			display: flex;
			margin: 0 auto;
			justify-content: space-between;
			display: none;
			position: relative;
		}
		.jc_ct.on{display: flex;}
		.jz_sub {
			font-size: 30px;
			color: #85400d;
			line-height: 36px;
			font-family: 'fz';
			text-align: center;
		}

		.btn_cj1 {
			background-position: -240px -463px;
			width: 218px;
			height: 64px;
			display: block;
			margin: 5px auto 0;
		}

		.btn_cj2 {
			background-position: -483px -462px;
			width: 218px;
			height: 64px;
			display: block;
			margin: 5px auto 0;
		}

		.btn_cj3 {
			background-position: 0 -460px;
			width: 223px;
			height: 67px;
			display: block;
			margin: 5px auto 0;
		}

		.jc_ct_l {
			width: 262px;
		}

		.jc_ct_r {
			width:794px;
		}

		.kp_b {
			width: 149px;
			height: 234px;
			display: block;
			margin: 18px auto 10px;
		}
		.kp_b.gray{
			filter: grayscale(.8);
		}
		.gd_list li.gray{
			filter: grayscale(.8);
		}
		.kp_b img {
			width: 100%;
		}

		.tj_ft {
			width:794px;
			display: flex;
			justify-content: space-between;
			align-items:center;
			position: relative;
		}
		.sy_ft_zk{font-size: 20px;color: #ff9a5a;line-height: 22px;position: absolute;right:0;top: -7px;}
		.xz_cd_tips{font-size: 14px;color: #85400d;line-height: 22px;position: absolute;    left: 0;top: 23px;}
		.zk_jl_btn{display: flex;justify-content: center;align-items: center;    font-size: 18px;line-height: 20px;color: #ff9a5a;position: absolute;right: 0;top: 20px; }
		.zk_jl_btn i{background-position:  -589px -810px;width: 17px;height: 18px;display: block;margin-right: 3px;}
		.tj_ft.cl {
			margin-top: 5px;
			width: 978px;
			position: absolute;
			left: 0;top:554px;
		}
		.tj_box_f{
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/zk2.png) no-repeat;
			width: 792px;height: 423px;
			margin-top: 14px;
		}
		.tj_ft p {
			font-size: 30px;
			color: #ffd28b;
			line-height: 34px;
			display: block;
		}

		.tj_ft span {
			font-size: 14px;
			color: #a36436;
			line-height: 16px;
			display: block;
		}

		.tj_list {
			display: flex;
			justify-content: space-between;
			width: 520px;
		}

		.tj_list li a {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab.png) no-repeat;
			width: 162px;
			height: 46px;
			display: flex;
			justify-content: center;
		}

		.tj_list li.on a {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab_on.png) no-repeat;
		}

		.tj_list li a span {
			font-size: 22px;
			line-height: 46px;
			text-align: center;
			display: block;
		}

		.tj_list li a span {
			color: #ffd28b;
			margin-right: 5px;
		}


		.tj_list li.on a span {
			color: #2d1512;
		}


		.tj_box {
			display: none;
		    box-sizing: border-box;
			padding-top: 27px;
		}

		.tj_box.on {
			display: block;
		}

		.tj_gd::-webkit-scrollbar {
			display: none;
		}

		.tj_gd::-webkit-scrollbar-thumb {
			display: none;
		}

		.tj_gd {
			width: 786px;
			margin: 0 auto;
			overflow-x: hidden;
			overflow-y: auto;
			height: 375px;
		}

		.gd_list {
			display: flex;
			justify-content: flex-start;
			width: 763px;
			margin: 0 auto;
			flex-wrap: wrap;
		}

		.gd_list li {
			position: relative;
			width: 127px;
			margin-bottom: 5px;
		}

		.gd_list li img {
			width: 123px;
			display: block;
			margin: 0 auto;
		}

		.gd_list li em {
			background-position: -464px -363px;
			width: 32px;
			height: 32px;
			position: absolute;
			right: 1px;
			font-size: 20px;
			color: #fdfd87;
			line-height: 32px;
			text-align: center;
			top: 0;
		}

		.jd_list {
			width: 1070px;
			display: flex;
			justify-content: space-between;
			margin-top: 4px;
			position: absolute;
			left: 0;top: 606px;
		}
		.jd_list li{position: relative;}
		.jd_list li span{background: rgba(0,0,0,.8);border-radius: 20px;font-size: 12px;color: #fff;text-align: center;line-height: 24px;display: none;  position: absolute;      left: -141px; top: -80px; padding: 5px 10px;width: 310px;}
		.jd_list li p {
			width: 256px;
			height: 177px;
		}
		.jd_list li img {
			width: 100%;
			display: block;
		}

		.jd_list li a {
			background-position: 0 -160px;
			width: 177px;
			height: 52px;
			display: block;
			margin: 15px auto 0;
		}

		.jd_list li a.gray {
			background-position: 0 -225px;
		}

		/*part2*/
		.part2 {
			position: relative;
			height: 718px;
			animation: fadebottom 1s 0.1s ease both;
		}

		.act_list {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			width: 1140px;
			margin: 48px auto 0;
		}
		.act_list li.cl a{background-position:-376px -934px;width: 177px;height: 52px;display: block;margin: 17px auto 0;}
		.act_list li.cl{padding-top: 66px;}
		.act_list li {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/act_pic.png) no-repeat;
			width: 265px;
			height: 225px;
			position: relative;
			box-sizing: border-box;
			padding-top: 30px;
			margin-bottom: 32px;
		}

		.act_list li.gray b {
			display: block;
		}

		.act_list li b {
			background: rgba(0,0,0,.5);
			width: 265px;
			height: 225px;
			position: absolute;
			left: 0;
			top: 0px;
			right: 0;
			margin: 0 auto;
			display: none;
		}

		.act_list li p {
			font-size: 24px;
			color: #ffd28b;
			line-height: 37px;
			text-align: center;
			font-family: 'fz';
		}

		.act_list li span {
			font-size: 16px;
			color: #ff9a5a;
			line-height: 24px;
			display: block;
			text-align: center;
			padding-top: 10px;
		}

		.act_list li a {
			background-position:0 -154px;
			width: 178px;
			height: 57px;
			display: block;
			margin: 17px auto 0;
		}

		.act_list li a.on {
			background-position:  0 -219px;
		}

		/*part3*/
		.part3 {
			height: 1218px;
			animation: fadebottom 1s 0.1s ease both;
		}

		.card_box {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/pic1.png) no-repeat;
			width: 1185px;
			height: 792px;
			margin: 28px auto 0;
			justify-content: flex-start;
			display: flex;
			box-sizing: border-box;
			padding-top: 48px;
		}

		.card_l {
			width: 610px;
			padding-top: 69px;
			position: relative;
			margin-left: 50px;
		}

		.wz_box {
			background: rgba(191, 119, 42, .1);
			width: 332px;
			height: 80px;
			border: 1px solid #e1ab72;
			border-radius: 10px;
		}

		.card_ct {
			width: 451px;
			height: 633px;
			position: relative;
			margin-left: 25px;
			
		}
		.card_ct.cl{margin: 0;}
		#card_bg{width: 451px;height: 633px; position: absolute;left: 0;top: 0;z-index: 0;}
		#card_bg2{width: 451px;height: 633px; position: absolute;left: 0;top: 0;z-index: 0;}
		.card_sub {
			font-size: 22px;
			color: #5f3312;
			line-height: 24px;
			padding-top: 13px;
		}

		.card_sub.cl {
			padding-top: 10px;
		}

		.card_name {
			display: flex;
			justify-content: space-between;
			width: 475px;
			margin-top: 8px;
		}

		.card_name a {
			padding: 0 10px;
			font-size: 14px;
			color: #85400d;
			line-height: 26px;
			background: #fff;
			border: 1px solid #e4af75;
			border-radius: 10px;
			display: block;
		}

		.poster_list {
			display: flex;
			justify-content: space-between;
			width: 475px;
			margin-top: 8px;
			flex-wrap: wrap;
		}

		.poster_list li {
			margin-bottom: 8px;
		}

		.poster_list a {
			width: 152px;
			height: 45px;
			position: relative;
			display: block;
		}

		.poster_list a img {
			width: 100%;
			display: block;
		}

		.poster_list a span {
			font-size: 14px;
			color: #85400d;
			line-height: 20px;
			text-align: center;
			position: absolute;
			width: 100%;
			left: 0;
			bottom: 8px;
		}

		.btn_change {
			background-position: -645px -169px;
			width: 56px;
			height: 13px;
			position: absolute;
			left: 415px;
			top: 445px;
		}

		.inp {
			background: rgba(230, 99, 34, .2);
			width: 449px;
			height: 41px;
			border-radius: 10px;
			border: 1px solid #e66322;
			margin-top: 7px;
			font-size: 20px;
			color: #5f3312;
			line-height: 40px;
			padding: 0 10px;
		}

		.four_btn {
			width: 231px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin: 16px auto 0;
		}

		.four_btn a {
			margin-bottom: 8px;
			display: block;
			background-position: -403px -213px;
			width: 218px;
			height: 64px;

			margin-top: 5px;
		}

		.card_prop {
			display: flex;
			justify-content: center;
			align-items: center;
			box-sizing: border-box;
			padding-top: 96px;
			position: relative;
			z-index: 1;
		}

		.card_prop p {
			font-size: 48px;
			color: #ffdf80;
			line-height: 52px;
			font-family: 'fz';
		}

		.card_prop img {
			height: 54px;
			display: block;
		}

		.name_card {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/head_name.png) no-repeat;
			height: 39px;
			position: relative;
			width: 203px;
			margin: 18px auto 0;
			z-index: 1;
		}

		.name_card p {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/head_bg.png) no-repeat;
			width: 55px;
			height: 55px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-right: 3px;
			 margin-left: -21px;
		}

		.name_card p img {
			width: 49px;
			overflow: hidden;
			border-radius: 50%;
		}

		.name_card span {
			color: #fff;
			line-height: 26px;
			font-size: 18px;
			margin-top: -5px;
			width: 147px;
		    display: block;
		    text-align: center;
		}

		.zf_ft {
			font-size: 20px;
			z-index: 1;
			line-height: 22px;
			width: 325px;
			margin-left: 65px;
			color: #c1490e;
			margin-top: 35px;
			position: relative;
		}

		.qy_rw {
			width: 327px;
			display: block;
			position: absolute;
			     left: 68px;
    			top: 238px;
			z-index: 1;
		}

		.qy_rw img {
			width: 100%;
		}

		.ewm_tips {
			display: flex;
			justify-content: center;
			align-items: center;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 60px;
			z-index: 1;
		}

		.ewm_tips p {
			width: 77px;
    height: 73px;
			display: block;
			background: #d7803b;
			margin-right: 12px;
		}

		.ewm_tips p img {
			width: 100%;
			display: block;
		}

		.ewm_tips span {
			font-size: 18px;
			color: #fff;
			line-height: 28px;
			text-align: center;
			display: block;
		}

		.ewm_tips span em {
			color: #fff;
			font-size: 24px;
		}
		.card_r{position: relative;}
		.all_cd{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/all_btn.png) no-repeat;width: 162px;height: 46px;position: absolute;right: 0;top:620px; display: block;margin: 24px auto;}
		/*part4*/
		.part4 {
			height: 817px;
			animation: fadebottom 1s 0.1s ease both;
		}

		.bar_box {
			position: relative;
			margin-top: 100px;
		}

		.bar_bg {
			background:#6f4934;
			width:759px;
			height: 15px;
			position: relative;
			margin: 0 auto;
		}

		.bar {
			background:#ef9f60;
			width: 0%;
			height: 15px;
			max-width: 100%;
			display: block;
		}

		.bar_list {
			width:990px;
			display: flex;
			justify-content: space-between;
			position: absolute;
		    right: 0;
		    left: 0;
		       top: -46px;
    		margin: 0 0 0 206px;
		}

		.bar_list li span {
			font-size: 18px;
			color: #ffd28b;
			text-align: center;
			line-height: 30px;
			display: block;
		}

		.bar_list li b {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/bar1.png) no-repeat;
			width: 47px;
			height: 78px;
			display: block;
			margin: 0 auto;
		}


		.bar_prop {
			width: 259px;
			height: 256px;
			margin: 0 auto;
			margin-top: 20px;
			position: relative;
			
		}


		.bar_prop p {
			font-size: 18px;
			color: #4c2018;
			line-height: 20px;
			text-align: center;
			position: absolute;
			width: 100%;
			left: 0;
		    height: 73px;
		    display: flex;
		    bottom: 15px;
		    justify-content: center;
		    align-items: center;
		}

		.bar_prop a {
			background-position: -199px -193px;
			width: 177px;
			height: 52px;
			display: block;
			margin: 27px auto 0;
		}

		.bar_list li.gray .bar_prop a {
			background-position: 0 -225px;
		}

		.bar_list li.on .bar_prop a {
			background-position: 0 -160px;
		}


		.copy_btn {
			background-position:-16px -370px;
			width: 224px;
			height: 46px;
			display: block;
			margin: 440px auto 0;
		}
		/*part5*/
		.part5 {
			height: 1312px;
			animation: fadebottom 1s 0.1s ease both;
		}
		/*part6*/
		.part6 {
			animation: fadebottom 1s 0.1s ease both;
			position: relative;
		}
		.part6 h2{margin-bottom: 30px;}
		.part6 p {
			        font-size: 16px;
                color: #ffd28b;
                line-height: 24px;
			    width: 1150px;
			    margin: 5px auto;
		}

		/*Éú³ÉÍ¼*/
		.dia-con1 {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg1.png) no-repeat;
			box-sizing: border-box;padding-top: 85px;
			width: 715px;
			height: 910px;
			position: relative;
		}
		.ios_tips{font-size: 22px;color: #85400d;line-height: 26px;text-align: center;pointer-events: none;}
		.resultImg{width: 451px;height: 633px;     margin: -50px auto -80px;transform: scale(.85);}
		.dia-con1  p{font-size: 22px;color: #ffd28b;line-height: 30px;text-align: center;height: 100px;display: flex;justify-content: center;align-items: center;}
		.box_pic {
			width: 100vw;
			height: 100vh;
			transform: translate(-50%, -50%);
			position: fixed;
			display: flex;
			justify-content: center;
			align-items: center;
			left: 50%;
			top: 50%;
			z-index: -1;
			opacity: 0;
		}


		.resultImg img {
			display: block;
			width: 100%;
			height: 100%;
		}

		.fx_bg_img {
			width: 451px;height: 633px;
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			z-index: 0;
		}

		.nav_box {
		width: 451px;height: 633px;
			display: block;
			z-index: 1;
			position: relative;
		}

		.ff_list1 {
			display: flex;
			justify-content: space-between;
			width: 608px;
			padding-top: 16px;
		}
		.ff_list1 li{width: 302px;}
		.ff_list1 li a {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab2.png) no-repeat;
			height: 58px;
			width: 304px;
			font-size: 30px;
			color: #ffd28b;
			line-height: 58px;
			text-align: center;
			display: block;
		}

		.ff_list1 li.on a {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab2_on.png) no-repeat;
			color: #ffd28b;
		}

		.ff_list2 {
			display: flex;
			justify-content: space-between;
			width: 574px;
			margin: 0 auto;
			margin-top: 19px;
			
		}

		.ff_list2 li a {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab1.png) no-repeat;
			width: 162px;
			height: 46px;
			display: flex;
			justify-content: center;
		}

		.ff_list2 li.on a {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab1_on.png) no-repeat;
		}

		.ff_list2 li a span {
			font-size: 22px;
			line-height: 40px;
			text-align: center;
			display: block;
		}

		.ff_list2 li a span{
			color: #ffd28b;
		}


		.ff_list2 li.on a span {
			color: #2d1512;
		}


		.ff_box {
			display: none;
		}

		.ff_box.on {
			display: block;
		}

		.ff_box2 {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/ff_wc.png) no-repeat;
			width: 607px;
			height: 389px;
			margin: 17px auto 0;
			display: none;
			box-sizing: border-box;
			padding-top: 27px;
		}

		.ff_box2.on {
			display: block;
		}

		.ff_box2 .gd_list {
			width:580px;
		}

		.ff_box2 .gd_list li {
			width: 116px;
		}

		.ff_box2 .gd_list li img {
			width: 110px;
			display: block;
		}

		.ff_box2 .gd_list li em {
			background-position:-464px -363px;
			width: 32px;
			height: 32px;
			line-height: 32px;
			right: 0;
		}

		.ff_box2 .tj_gd {
			width: 580px;
			height: 344px;
		}

		.xz_dh {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/xz_dh.png) no-repeat;
			width: 1185px;
			height: 211px;
			margin: 15px auto 0;
			box-sizing: border-box;
			padding-top: 55px;
		}

		.xz_dh div {
			background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/dh_ip.png) no-repeat;
			width: 690px;
			height: 60px;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.xz_dh div input {
			width: 460px;
			padding: 0 12px;
			height: 48px;
			font-size: 22px;
			color: #fff;
			line-height: 26px;
			background: none;
			border: none;
		}

		.xz_dh div a {
			background-position: 0 -564px;
			width: 202px;
			height: 59px;
			display: block;
		}

		.xz_dh div input::-webkit-input-placeholder {
			color: #90919d;
		}

		.xz_dh div input::-moz-placeholder {
			color: #90919d;
		}

		.xz_dh div input:-moz-placeholder {
			color: #90919d;
		}

		.xz_dh div input:-ms-input-placeholder {
			color: #90919d;
		}

		.xz_dh p {
			font-size: 18px;
			color: #ee9054;
			line-height: 24px;
			text-align: center;
			padding-top: 17px;
		}
		


.dia-close{background-position: -391px -654px;width: 32px;height: 24px;position: absolute;    right: 43px; top: 39px;}
.tc_copy_box{background-position:  0 -794px;width: 568px;height: 53px;display: flex;margin: -30px auto 0;justify-content: flex-start;align-items: center;}
.tc_copy_box input{font-size: 22px;color: #fff;line-height: 26px;width: 375px;height: 46px;border: none;background: none;margin-left: 16px;}
.btn_fz_copy{background-position:  -438px -643px;width: 177px;height: 52px;display: block;}
.tc_copy_three{display: flex;justify-content: space-between;width: 630px;margin: 15px auto 0;}
.btn_ca_bc{ background-position:  -189px -930px;width: 177px;height: 52px;display: none;}
.btn_bc{background-position:  0 -723px;width: 177px;height: 52px;margin: 0 10px;}
.btn_qq{background-position:-195px -723px;width: 177px;height: 52px;display: block;margin: 0 10px;}
.btn_wx{background-position:-413px -723px;width: 177px;height: 52px;display: block;margin: 0 10px;}
/*pop2*/
.dia-con2{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg2.png) no-repeat;width:732px;height: 290px;display: block;padding-top: 110px;box-sizing: border-box;}
.dia-con2 .tc_copy_box{margin: 0 auto;}
.dia-con2 p{font-size: 22px;color: #ffd28b;line-height: 30px;text-align: center;margin-bottom: 25px;}
/*pop3*/
.dia-con3{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg3.png) no-repeat;width: 732px;height: 493px;display: block;padding-top: 101px;box-sizing: border-box;}
.hd_tc_list1{display: flex;justify-content: space-around;width:650px;margin: 0 auto;flex-wrap: wrap;height: 308px;}
.hd_tc_list1 li{width: 130px;margin-bottom: 0px;}
.hd_tc_list1 li img{width: 108px;display: block;margin: 0 auto;}
.hd_tc_list1 li span{font-size: 14px;color:#ffd28b;text-align: center;display: block;line-height: 17px;}
.hd_tc_list1::-webkit-scrollbar {display: none;}
.hd_tc_list1::-webkit-scrollbar-thumb {display: none;}
.hd_tc_list1.hp li{margin-bottom: 10px;}
.btn_sure_j{background-position: -186px -649px;width: 178px;height: 57px;display: block;margin: 5px auto;}
/*pop4*/
.dia-con4{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg4.png) no-repeat;width: 732px;height:310px;display: block;padding-top: 107px;box-sizing: border-box;}
.hd_tc_list2{display: flex;justify-content: space-around;width: 650px;margin: 0 auto;flex-wrap: wrap;}
.hd_tc_list2 li{width: 130px;}
.hd_tc_list2 img{width: 108px;display: block;}
.hd_tc_list2.cl img{width: 120px;display: block;margin: 0 auto;}
.hd_tc_list2.cl span{font-size: 14px;color:#fff;text-align: center;display: block;line-height: 16px;margin-top: 15px;margin-bottom: 30px;}
/*pop5*/
.dia-con5{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg5.png) no-repeat;width: 732px;height:310px;display: block;padding-top: 107px;box-sizing: border-box;}
/*pop6*/
.dia-con6{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg6.png) no-repeat;width: 732px;height: 230px;display: block;padding-top: 50px;box-sizing: border-box;}
.dia-con6 p{height: 115px;display: flex;justify-content: center;align-items: center;width: 90%;margin: 0 auto;font-size: 22px;color: #ffd28b;line-height: 30px;}
/*pop7*/
.dia-con7{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg6.png) no-repeat;width: 732px;height: 230px;display: block;padding-top: 50px;box-sizing: border-box;}
.dia-con7 p{height: 70px;display: flex;justify-content: center;align-items: center;width: 90%;margin: 0 auto;font-size: 22px;color: #ffd28b;line-height: 30px;}
.yq_box_btn{display: flex;justify-content: center;}
.btn_sure{background-position:-185px -652px;width: 177px;height: 52px;display: block;margin: 0 40px;}
.btn_no{background-position: 0 -934px;width: 177px;height: 52px;display: block;margin: 0 40px;}
/*pop8*/
.dia-con8{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg8.png) no-repeat;width: 732px;height: 691px;display: block;padding-top: 112px;box-sizing: border-box;}
.bg_box_p{height: 472px;}
.dia-con8 table{width: 576px;margin: 0 auto;border: 2px solid #895232;}
.dia-con8 table th{font-size: 20px;color: #ffd28b;line-height: 30px;height: 50px;width: 144px;text-align: center;border-bottom: 1px solid #895232;}
.dia-con8 table td{font-size: 20px;color: #ffd28b;line-height: 30px;height: 50px;width: 144px;text-align: center;border-bottom: 1px solid #895232;}
.zk_rel{background-position: -284px -867px;width: 101px;height: 39px;display: block;margin: 0 auto;}
.zk_rel.gray{background-position: -151px -867px;}
.zk_rel.on{background-position:-16px -867px;}	
.fy_xz_box{display: flex;justify-content: center;margin: 10px auto 0;}
.fy_xz_box a{font-size: 20px;color: #ffd28b;;line-height: 30px;}
.fy_xz_box p{font-size: 20px;color: #ffd28b;line-height: 30px;margin: 0 30px;}
.dia_1 { width: 100vw;height: 100vh;}
.jt1 {background:  url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg7.png) no-repeat;width: 265px; height:233px;background-size: 100% 100%;position: fixed;top: 2%;right: 6%;}
.ly_box_fc{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg9.png) no-repeat;width: 654px;height: 281px;position: absolute;display: none; box-sizing: border-box;padding-top:30px;   left: -177px;top: -297px;}
.ly_box_fc p{width: 550px;height: 57px;border: 2px solid #ce9351;background: #fff5e0;border-radius: 15px;font-size: 18px;color: #85400d;line-height: 22px;padding: 0 17px ;margin: 0 auto; display: flex;justify-content: center;align-items: center;}
.ly_box_fc span{font-size: 18px;color: #85400d;line-height: 22px;width: 550px;display: block;margin: 10px auto;}
/*pop10*/
.dia-con10{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg6.png) no-repeat;width: 732px;height: 230px;display: block;padding-top: 23px;box-sizing: border-box;}
.dia-con10 p{height: 115px;display: flex;justify-content: center;align-items: center;width: 90%;margin: 0 auto;font-size: 22px;text-align: center; color: #ffd28b;line-height: 30px;}
.btn_qx_c{background-position:0 -934px;width: 177px;height: 52px;display: block;margin:  0 30px;}

.dia-con11{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/xz_tc_bg.png) no-repeat;width: 732px;height: 552px;display: block;padding-top: 105px;box-sizing: border-box;}
.dia-con11 p{font-size: 18px;color: #f9cd89;line-height: 36px;display: flex;justify-content: flex-start;align-items: center;width: 594px;margin: 7px auto 0;}
.dia-con11 p em{background-position: -646px -228px;width: 38px;height: 39px;display: block;margin-right: 5px;}
.dia-con11 p span{background-position:  -702px -278px;width: 38px;height: 39px;display: block;}
.dia-con11 p i{background-position:-646px -278px;width: 38px;height: 39px;display: block;margin-right: 5px;}
.dia-con11 p b{background-position:-699px -228px;width: 38px;height: 39px;display: block;}
.dia-con11 div{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_zk.png) no-repeat;width: 594px;height: 54px; font-size: 20px;color: #f9cd89;line-height: 36px;height: 60px;margin: 10px auto 0;display: flex;justify-content: center;align-items: center;}
.dia-con11 div em{color: #ff6232;}
.dia-con11 div i{background-position: -644px -271px;width: 35px;height: 36px;display: block;margin-right: 5px;}
.dia-con11 div b{background-position:  -703px -272px;width: 34px;height: 34px;display: block;}
.xz_ty_mt{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/xz11.png) no-repeat;width: 525px;height: 46px;position: absolute;    left: 130px; top: 125px;}

.btn_all{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/all_btn.png) no-repeat;width: 122px;height: 41px;position: absolute;    right: 50px;top: 30px;}
.dia-con12{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg10.png) no-repeat;width: 732px;height: 552px;display: block;padding-top: 112px;box-sizing: border-box;}
.dia-con12 .hd_tc_list1{    height: 400px; overflow-x: hidden;overflow-y: auto;}
.dia-con12 .hd_tc_list1 img{width: 108px;}


.log_ft{display: flex;justify-content: space-between;width: 1139px;margin: 0 auto;height: 50px;border-bottom: 2px solid #77381c;align-items: center;}
.log_ft p {font-size: 24px;color: #ffd28b;line-height: 32px;}
.log_ft p em{color: #ff6232;}
.log_ft a{background-position: -587px -118px;width: 123px;height: 24px;display: block;}

.log_list{display: flex;justify-content: space-between;width: 810px;margin: 20px auto 10px;}
.log_list li a{display: block;background-repeat: no-repeat;width: 194px;height: 72px;}
.log_list li:nth-child(1) a{background-image: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp1.png) ;}
.log_list li:nth-child(1).on a{background-image: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp1_on.png) ;}
.log_list li:nth-child(2) a{background-image: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp2.png) ;}
.log_list li:nth-child(2).on a{background-image: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp2_on.png) ;}
.log_bg{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/zk3.png) no-repeat;width: 1185px;height: 1011px;margin: 0 auto;box-sizing: border-box;padding-top: 5px;}
.log_box{display: none;}
.log_box.on{display: block;}
.card_list_fz{width: 1058px;height: 64px;display: flex;justify-content: center;margin: 0 auto;padding-top: 33px;}
.card_list_fz li a{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab3.png) no-repeat; width: 529px; font-size: 30px;  color: #ffd28b;line-height: 68px; text-align: center; height: 68px;display: block;}
.card_list_fz li.on a{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab3_on.png) no-repeat;}
.fragment_box{display: none;}
.fragment_box.on{display: block;}
.fragment_tips{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp_tps.png) no-repeat;width: 1066px;height: 61px;margin: 36px auto 20px;font-size: 24px;color: #ffd28b;line-height: 32px;display: flex;justify-content: center;align-items: center;}
.fragment_tips span{color: #c54c27;}
.fragment_gd::-webkit-scrollbar {
	display: none;
}

.fragment_gd::-webkit-scrollbar-thumb {
	display: none;
}
.fragment_gd{width: 1100px;height: 763px;overflow-x: hidden;overflow-y: auto;margin: 0 auto;}
.fragment_gd.cl{height: 565px;}
.fragment_list1{width: 1100px;margin: 0 auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.fragment_list1 li{width: 220px;margin-bottom: 35px;}
.fragment_list1 li:nth-child(1) p:after,
.fragment_list1 li:nth-child(2) p:after,
.fragment_list1 li:nth-child(3) p:after,
.fragment_list1 li:nth-child(21) p:after,
.fragment_list1 li:nth-child(22) p:after,
.fragment_list1 li:nth-child(39) p:after{content: '';background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp.png) no-repeat;background-position: -636px -634px;width: 46px;height: 46px;position: absolute;    right: 16px;top: 182px;}


.fragment_gd.cl .fragment_list1 li:nth-child(1) p:after,
.fragment_gd.cl .fragment_list1 li:nth-child(2) p:after,
.fragment_gd.cl .fragment_list1 li:nth-child(3) p:after,
.fragment_gd.cl .fragment_list1 li:nth-child(21) p:after,
.fragment_gd.cl .fragment_list1 li:nth-child(22) p:after,
.fragment_gd.cl .fragment_list1 li:nth-child(39) p:after{content: '';background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp.png) no-repeat;background-position:   -636px -634px;width: 46px;height: 46px;position: absolute;    right: 16px;top: 182px;}


.fragment_list1 li p{width: 200px;display: block;margin: 0 auto;position: relative;}
.fragment_list1 li p img{width: 100%;display: block;}
.fragment_list1 li p em{z-index: 1;background-position: -464px -363px;width: 32px;height: 32px;position: absolute;right: 0;top: 0;font-size: 24px;color: #fdfd87;line-height: 30px;text-align: center;}
.fragment_list1 li a{background-position:  0 -299px;width: 175px;height: 52px;display: flex;justify-content: center;align-items: center;margin: 12px auto 0;}
.fragment_list1 li a b{background-position:-527px -367px;width: 28px;height: 27px;display: block;}
.fragment_list1 li a em{font-size: 26px;color: #ffffff;line-height: 52px;margin-left: 3px; text-shadow: 0 0 2px #663523, 0 0 2px #663523, 0 0 2px #663523,0 0 2px #663523, 0 0 2px #663523,0 0 2px #663523, 0 0 2px #663523;}
.fragment_list1 li i{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/points_mc.png) no-repeat;width: 200px;height: 226px;position: absolute;display: none;    left: 0; top: 0;}
.fragment_list1 li.on i{display: block;}
.remaining_math{height: 57px;display: flex;align-items: center;border-bottom: 2px solid #77381c;width: 1068px;margin: 30px auto 0;font-size: 24px;color: #ffd28b;line-height: 32px;}
.sure_fragment{display: flex;justify-content: space-between;width: 1068px;margin: 33px auto 0;align-items: center; }
.sure_fragment p{font-size: 24px;color: #efc482;line-height: 32px;}
.sure_fragment p em{color: #d15028;}
.sure_fragment a{background-position: -393px -550px;width: 218px;height: 64px;display: block;}

.dia-con13{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tc_bg11.png) no-repeat;width: 732px;height: 673px;display: block;padding-top:115px;box-sizing: border-box;}
.rz_box{width: 590px;height: 490px;margin: 0 auto;overflow-x: hidden;overflow-y: auto;}
.rz_box p{display: flex;justify-content: flex-start;border: 1px solid #925433;margin: 0 auto;width: 580px;padding:  15px 0;}
.rz_box p em{font-size: 20px;color: #ffd28b;line-height: 30px;width: 140px;display: block;text-align: center;}
.rz_box p span{font-size: 20px;color: #ffd28b;line-height: 30px;width: 420px;display: block;}
.rz_box::-webkit-scrollbar {
			display: none;
		}

		.rz_box::-webkit-scrollbar-thumb {
			display: none;
		}


.fragment_list1.cl li:nth-child(1) p:after,.fragment_list1.cl li:nth-child(8) p:after,.fragment_list1.cl li:nth-child(9) p:after,.fragment_list1.cl li:nth-child(10) p:after,.fragment_list1.cl li:nth-child(20) p:after,.fragment_list1.cl li:nth-child(21) p:after,.fragment_list1.cl li:nth-child(22) p:after,.fragment_list1.cl li:nth-child(23) p:after,.fragment_list1.cl li:nth-child(24) p:after{content: '';background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/sp.png) no-repeat;background-position:  -636px -650px;width: 38px;height: 19px;position: absolute;    right: 16px;top: 182px;}
.fragment_list1.cl li:nth-child(25) p:after,.fragment_list1.cl li:nth-child(26) p:after{content: '';background: none;}


.card_list_fj_g{width: 1058px;height: 64px;display: flex;justify-content: center;margin: 0 auto;padding-top: 33px;}
.card_list_fj_g li a{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab3.png) no-repeat; width: 529px; font-size: 30px;  color: #ffd28b;line-height: 68px; text-align: center; height: 68px;display: block;}
.card_list_fj_g li.on a{background: url(https://game.gtimg.cn/images/fo4/cp/a20260728jkhd/tab3_on.png) no-repeat;}





