* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
}
body,div,span,iframe,input,form,input,h1,h2,h3,h4,h5,h6,p,a,em,img,b,dl,dt,dd,ul,ol,li,label {
    margin: 0;
    padding: 0;
}
body {
	background-color: #000;
	font-family: 微软雅黑;
	max-width: 750px;
	margin: auto;
}
::-webkit-scrollbar {
    width: 0.01rem;
}
a {
    color: #aaa;
    text-decoration: none;
    outline: none;
}

a:hover,a:active,a:focus {
    text-decoration: none;
}
.font-lger {
    font-size: 0.47rem;
}
.font-lg {
    font-size: 0.4rem;
}
.font-mder {
    font-size: 0.33rem;
}
.font-md {
    font-size: 0.27rem;
}
.font-sm {
    font-size: 0.2rem;
}
.font-tiny {
    font-size: 0.13rem;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.background-img {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.place-center {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec {
	font-size: 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	
}
.btn {
	cursor: pointer;
}
.w100 {
	width: 100%;
}
.inline-block-middle {
	display: inline-block;
	vertical-align: middle;
}
/*顶部*/
.top-fix {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}
.top-fix img{
	display: block;
	width: 100%;
	max-width: 750px;
}
/*公用元素样式*/
.sec2, .sec3, .sec4 {
	margin-top: -1px;
}
.sub-zone {
	padding-bottom: 0.4rem;
}
.sub-zone .img-title {
	display: block;
	width: 55.3%;
	margin: 0 auto 0.2rem;
}
.sub-zone .img-goods {
	display: block;
	width: 93.3%;
	margin: auto;
}
.sub-zone .gift-get-tip {
	padding: 0.3rem 0.5rem 0.4rem;
	text-align: center;
	color: white;
}
.gift-code-zone {
	text-align: center;
}
.gift-code-zone .item {
	display: none;
}
.gift-code-zone .item.active {
	display: block;
}
.gift-code-zone .btn-get-go {
	display: inline-block;
	width: 42.7%;
	cursor: pointer;
}
.gift-code-zone .btn-copy {
	display: inline-block;
	padding: 0 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: white;
	font-weight: 900;
	background-color: #15483b;
	border-radius: 5px;
	cursor: pointer;
}
/*sec1部分*/
.sec1 {
	position: relative;
}
.sec1 .img-top {
	width: 100%;
	display: block;
}
.self-rel-zone {
	position: absolute;
	top: 0;
	padding: 0.3rem;
}
.log-already, .log-not {
	color: #1c0a05;
}
.self-rel-zone .log-out-link, .self-rel-zone .log-in-link {
	text-decoration: underline;
	color: #1c0a05;
	cursor: pointer;
}


	/*sec2部分*/
.sec2 {
	position: relative;
}
.link-download-game {
	position: absolute;
	display: block;
	width: 55%;
	margin: auto;

}
.link-download-game img {
	display: block;
	width: 100%;
}
.share-get-zone {
	padding: 1rem 0 0.5rem;
	text-align: center;
}
.share-get-zone .btn {
	vertical-align: middle;
	display: inline-block;
	width: 35%;
	cursor: pointer;
}
.share-get-zone .btn:first-child {
	margin-right: 4%;
}
.btn-get-anchor img {
	width: 100%;
}
/*sec3部分*/

/*游戏视频*/
.video-zone {
	width: 74.7%;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.poster {
	position: absolute;
	width: 102%;
	height: 102%;
	z-index: 1;
	cursor: pointer;
	left: -1%;
	top: -1%;
}
.new-gift-zone .img-goods {
	width: 77.3%;
}
/*sec4部分*/

/*游戏截图*/
.shot-zone {
	position: relative;
}
.shot-zone .img-zone {
	width: 84%;
	margin: auto;
	padding: 3px;
	box-sizing: border-box;
}
.shot-zone .img-zone img {
	width: 100%;
	display: none;
}
.shot-zone .img-zone img.active {
	display: block;
}
.shot-zone .dot-zone {
	text-align: center;
	font-size: 0;
	padding-top: 0.2rem;
}
.shot-zone .dot-zone li {
	display: inline-block;
	vertical-align: middle;
	width: 0.2rem;
	height: 0.2rem;
	margin: 0 0.05rem;
	background-color: #faf3d0;
	border-radius: 50%;

}
.shot-zone .dot-zone li.active {
	background-color: #7a4d06;
}
/*活动规则*/
.rule-zone {
	padding: 0.5rem;
	color: #ee9239
}
.mask, .wx-share-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*弹窗*/
.pop-wrapper {
	max-width: 410px;
	height: 100%;
	position: relative;
	margin: auto;
}
.pop-bg {
	margin: auto;
	width: 91.2%;
	position: absolute;
	left: 50%;
	margin-left: -45.6%;
	top: 50%;
	margin-top: -50%;
	box-sizing: border-box;
	padding: 0.3rem 0.3rem 0.1rem 0.1rem;
}
.pop-bg-large {

}
.pop-bg-small {
	position: relative;
}
.pop-bg-small .close-pop {
	position: absolute;
	top: 0.5rem;
	right: 0.4rem;
	width: 0.6rem;
	height: 0.6rem;
	z-index: 9;
}
.pop-bg .pop-title {
	text-align: center;
	line-height: 2;
	color: #f4d765;
}
.pop-bg-small .con {
	font-size: 0;
}
.pop-bg-small .btn-zone {
	text-align: center;
	margin: 0.3rem 0 0.2rem;
}
.pop-bg-small .btn-zone .bt-btn {
	width: 44%;
	cursor: pointer;
}
/*弹窗表单填写*/
.pop-form-wrap {
	width: 80%;
	margin: auto;
	white-space: nowrap;
}
.pop-form-line {
	margin-bottom: 0.4rem;
}
.pop-form-line label {
	display: inline-block;
	padding-right: 0.1rem;
	font-size: 14px;
	vertical-align: top;
}
.pop-form-line input {
	width: 55%;
	display: inline-block;
	color: #387996;
	/*padding: 8px 0 8px 10px;*/
	height: 0.8rem;
	line-height: 0.4rem;
	padding: 0.2rem 0.3rem;
	box-sizing: border-box;
	background-color: #0f2e34;
	border: none;
	outline: none;
	border-radius: 100px;
}
.pop-form-line .captcha-tip {
	color: #082408;
	background-color: #4e606f;
	display: inline-block;
	border-radius: 8px;
	width: 40%;
	margin-left: 0.1rem;
	cursor: pointer;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
}
.pop-form-line .captcha-tip.to-get-captcha {
	color: #000;
	background-color: #eebf35;
}
.pop-form-line .tel-input:disabled {
	color: #ddd;
}
/*领取礼包弹窗*/
.fetch-gift-pop {
	color: white;
	text-align: center;
}
.fetch-gift-pop .msg-title {
	margin-top: 0.2rem;
	line-height: 1.8;
}
.fetch-gift-pop .msg-con {
	line-height: 1.8;
}
.fetch-gift-pop .code {
	color: #b6b072;
}
/*登录弹窗*/
.to-login-pop .tel-input {
	width: 100%;
}
.to-login-pop .captcha-input {
	width: 58%;
}

/*分享弹窗*/
.share-collect-zone {
	margin: auto;
	width: 94%;
	position: absolute;
	left: 50%;
	margin-left: -47%;
	position: relative;
}
.share-choose-zone {
	position: absolute;
	top: 0;
	margin-top: 10%;
	height: 25.5%;
	width: 100%;
	white-space: nowrap;
}
.share-choose-zone .share-link-block {
	display: inline-block;
	text-align: center;
	height: 100%;
	width: 25%;
}
.share-choose-zone .share-link-block:first-child {
	margin-left: 0;
}
.share-choose-zone .share-link-item {
	display: inline-block;
	height: 100%;
	width: 57%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.link-copy-btn {
	cursor: pointer;
}
.cancel-share-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 24.5%;
	cursor:pointer;
}

/*简单提示*/
.brief-tip-pop {
	position: fixed;
	top: 45%;
	z-index: 999;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	word-break: break-all;
}
.brief-tip-pop .con{
	background: rgba(0,0,0,0.6);
	color: white;
	max-width: 40%;
	padding: 5px 10px;
	display: inline-block;
}

/*微信内置浏览器中引导微信分享*/
.wx-share-mask .wx-share-arrow {
	text-align: right;
	padding-right: 0.4rem;
	margin-bottom: 0.5rem;
}
.wx-share-mask .wx-share-arrow img {
	width: 2rem;
}
.wx-share-mask .wx-share-text {
	text-align: center;
}
.wx-share-mask .wx-share-text img {
	width: 3rem;
}