/* 全局设置 */
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	color: #2F2F2F;
    background-color: #F1F1F1;
}
a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
ul {
	list-style: none;
}
img {
	vertical-align: middle;
    border: 0 none;
    max-width: 100% /* ie8 */;
}
a {
    text-decoration: none !important;
}
a:link,a:visited,a:hover,a:active{
    color: #757575;
    text-decoration: none !important;
}
.clear {
	clear: both;
}
.main {
	width: 92%;
	margin: 0 auto;
}
.over {
	overflow: hidden;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap:wrap
}
.between {
	justify-content: space-between;
}
.title-h2 {
	text-align: center;
    font-weight: bolder;
    margin-bottom: 20px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.tit_pub {
	padding-bottom: 3rem;
}
.tit_pub h2 {
	font-size: 48px;
    text-align: center;
    color: #000;
}
.tit_pub em {
	background: #a9aaac;
    width: 85px;
    height: 5px;
    display: block;
    margin: 12px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.loop {
	margin: auto;
	max-width: 1200px;
	text-align: center;
    margin-bottom: 30px;
}
.loop .one{
	flex-wrap:wrap;
    margin-bottom: 5%;
}
.loop .one .img,.loop .one .text {
	background: #fff;
	width: 50%;
	position: relative;
}
.loop .one .text .all {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.loop .one .text h3 {
    font-size: 18px;
	line-height: 40px;
	font-weight:bold;
    margin: 0 0 20px;
}
.loop .one .text p {
    font-size: 16px;
    line-height: 32px;
    color: #8a8a8a;
    margin-bottom: 10px;
}
.footer_frame {
    background: #fff;
    text-align: center;
}
.footer_top_box {
    padding: 1.5rem;
    background-color: #d1d1d1;
    color: #16171e;
}
.footer_top_title {
    display: inline-block;
    margin-right: 3rem;
}
.footer_top_content {
    display: inline-block;
    font-size: 0.9rem;
}
.footer_top_content > span {
    display: inline-block;
    margin: 0 1rem;
}
.footer_left_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 1.3rem;
    padding: 2rem 0;
    background: #d1d1d1;
}
.footer_left_icon_box {
    width: 20%;
    max-width: 130px;
    margin-right: 8rem;
    margin-left: -5rem;
}
.footer_left_text_box {
    text-align: left;
    padding-left: 2rem;
}
.footer_left_text_box .footer_left_title {
    display: block;
    margin-bottom: 0.5rem;
    /* font-size: 2.2rem; */
    font-weight: bold;
}
.footer_left_content p {
    margin: 0;
}
.footer_left_content span {
    display: inline-block;
    padding: 3px 0;
    white-space: nowrap;
    margin-right: 10px;
}
.footer_left_icon_box > img {
    display: block;
    width: 100%;
}
/* FAQ */
.faq {
	margin: auto;
	max-width: 1200px;
    margin-bottom: 30px;
}
.faq .one {
	width: 49.3%;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2%;
    padding: 50px;
}
.faq .one .tit {
	font-size: 26px;
	color: #090909;
}
.faq .one .tit img {
	width: 60px;
    align-self: center;
    margin-right: 15px;
}
.faq .one .tit span{
	line-height: 60px;
	font-weight: 500;
}
.faq .one .list h3 {
	padding: 15px 0;
    font-size: 16px;
	border-bottom: 1px #cdcdcd solid;
	color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq .one .list h3 i {
	background: url(../picture/down.png) no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    align-self: center;
}
.faq .one .list p:last-child {
    border-bottom: 1px #cdcdcd solid;
    padding-bottom: 22px;
}
.faq .one .list p:nth-child(2) {
    padding-top: 12px;
}
.faq .one .list p {
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    display: none;
}
.faq-img {
	margin-left: 10px;
	font-size: 20px;
	font-weight:600;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-bottom: 10px;
}
.faq-img span {
	margin-left: 10px;
}
.faq-text {
	margin: 10px;
	font-size: 14px;
	line-height: 30px;
}
/* 反馈 */
.form {
	background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin: auto;
	max-width: 1200px;
	margin-bottom: 30px;
	padding: 7% 7%;
	font-size: 15px;
}
.form .clo:nth-child(1),
.form .clo:nth-child(2) {
	width: 49%;
}
.form .clo:nth-child(3),
.form .clo:nth-child(4),
.form .clo:nth-child(5) {
	width: 100%;
}
.form .clo h3 {
	color: #2e2e2e;
    font-size: 20px;
    text-align: left;
}

.form .clo h3 b {
	color: #fa1f1f;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.form .text, .form .file, .form .textarea, .form .qtSelect {
	border: 1px #bababa solid;
    width: 100%;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 0 50px 0;
}
.form button {
	display: block;
    width: 190px;
	font-size: 20px;
	background-color: #bea04c;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #cbcdd0;
    margin: 30px auto 0 auto;
    border: 0;
    cursor: pointer;
}
/* 加载动效 */
.modal-content {
    margin: 100% 20%;
    width: 60%;
}
.modal-loader {
    text-align: center;
    font-size: 12px;
    color: #666;
  }
.modal-loader img {
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

.box {
	height: 50%;
	margin: auto;
}

.box-inner {
    transition: all .5s;
    background: #fff;
    /* padding: 20px; */
    margin: auto;
    /* height: 350px; */
}

/*导航*/
.logo {
    max-width: 140px;
    max-height: 60px;
    float: left;
    line-height: 66px;
}
.navbar {
    background-color: #EE9A00;
    min-height: 66px;
    margin: 0px;
    border: none;
}
.navbar-nav {
    float: right;
    margin-right: -23px;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a.active,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
}

/*头部*/
.slider {
    background-image: url(../picture/mianbady.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 66px;
    padding: 60px 0;
    position: relative;
}
.slider::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #000;
}
.slider .main {
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.screenshot {
    flex: 1 1 45%;
    max-width: 500px;
}
.introduce {
    flex: 1 1 45%;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
    color: #fff;
    text-align: center;
}
.introduce .text1, .introduce .text2, .introduce .text3, .introduce h1 {
    font-family: "Arial", Sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
}
.introduce .text1, .introduce h1 {
    font-size: 60px;
    color: #FF4475;
}
.introduce .text2 {
    font-size: 30px;
}
.introduce .text3 {
    font-size: 20px;
}
.introduce .downbtn {
    margin: 30px auto;
    display: block;
    width: 49%;
    cursor: pointer;
}

/* 关于游戏 */
#product {
	margin-top: 60px;
}
.about {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 15px;
}
.about-left,.about-right {
	width: 49%;
}
.about-left img {
    border-radius: 10px;
    margin-bottom: 23px;
}
.about-right {
    min-height: 656px;
    flex-direction: column;
    justify-content: space-between;
}
.about-right-item {
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    margin-bottom:23px;
}
.about-right h3 {
    font-size: 20px;
	color: #FF4475;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*大屏幕样式*/
@media screen and (min-width: 769px) {
.navbar-nav > li > a {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 23px;
}
.navbar-brand {
    display: none;
}
.footer_top_content {
    font-size: 1.5rem;
}
}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
.logo {
    max-width: 110px;
    max-height: 40px;
    line-height: 50px;
    margin-left: 15px;
}
.navbar {
    min-height: 50px;
    background-color: #EE9A00;
}
.navbar-default .navbar-brand {
    color: #0066d9;
    font-size: 16px;
}
.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
    color: #fff;
}
.nav > li {
    float: left;
}
.navbar-toggle {
    border: none;
}
.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}
.navbar-default .navbar-nav > li > a,  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
}
.slider {
    margin-top: 50px;
    padding: 30px 0;
}
.slider .main {
    flex-direction: column;
    gap: 20px;
}
.screenshot, .introduce {
    flex-basis: 100% !important;
    min-width: unset !important;
}
.introduce .text1, .introduce h1 {
    font-size: 30px;
}
.introduce .text2 {
    font-size: 20px;
}
.introduce .text3 {
    font-size: 14px;
}
.text1, .text2, .text3 {
    margin: 15px 0;
}
.introduce {
    min-height: 400px !important;
}
.introduce .downbtn {
    order: -1;
    margin: 20px auto;
}
.about-left,.about-right {
	width: 100%;
}
#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}
#app_menudown:hover {
    background-color: #4c4c4c;
}
.flash img {
    margin-top: 50px;
}
.tit_pub h2 {
	font-size: 32px;
}
.loop .one .text .all {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.loop .one .text h3 {
    font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.loop .one .text p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.footer_left_content span {
 white-space: unset;
 margin-right: 0;
}
.footer_left_icon_box {
 width: 100%;
margin: 0 0 2rem 0;
}
.footer_top_title {
font-weight: bold;
margin: 0 0 1rem 0;
}
/* .footer_left_text_box .footer_left_title {
    font-size: 2rem;
} */
.fixed_frame {
display: block;
}
.form .clo:nth-child(1),
.form .clo:nth-child(2) {
	width: 100%;
}
.form .text, 
.form .qtSelect,
.form .file, 
.form .textarea {
    margin-bottom: 30px;
}
.form button {
	margin-bottom: 30px;
}
.faq .one {
	width: 100%;
    padding: 30px;
}
}

.navbar-header h1 {position: absolute;top:50%;left:4%;transform: translateY(-50%);margin:0;padding:0;width: 15%;min-width: 90px;max-width: 110px;}

.navbar-header h1 img {display:block;width: 100%;max-height:100px;min-height: unset;min-width: unset;margin: 0;padding: 0;}

.navbar-header h5 {position: absolute;top:50%;left:4%;transform: translateY(-50%);margin:0;padding:0;width: 15%;min-width: 90px;max-width: 110px;}

.navbar-header h5 img {display:block;width: 100%;max-height:100px;min-height: unset;min-width: unset;margin: 0;padding: 0;}

@media screen and (max-width:768px){
    .navbar-header {
   	 position: relative;
    }
}

@media screen and (max-width:520px){
    .mobile-down-btn img {
        width: 100%;
    }
    .mobile-theme-text {
        display: block;
    }
    .pc-theme-text {
        display: none;
    }
}