/* 游戏出海---2022.11.10lh start*/
.topOverseas {
	width: 100%;
	height: 1322px;
	background: url("../images/Aoverseas/img_bg_top.png") no-repeat center;
	/* background-size: 100% 100%; */
	display: flex;
	justify-content: center;

}

.OverseaTop {
	margin-top: 281px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #FFFFFF;
}

.OverseaTop p:first-child {
	font-size: 48px;
	font-family: 'Microsoft YaHei';

	line-height: 56px;
}

.OverseaTop p:nth-child(2) {
	font-size: 28px;
	margin-top: 39px;
}

.zixunBtn {
	width: 180px;
	height: 62px;
	line-height: 62px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 31px;
	background-color: rgb(255 255 255 / 30%);
	box-shadow: 5px 5px 5px rgb(63 58 242 / 30%);
	margin-top: 150px;
}
.zixunBtn:hover{
	color: #3F3AF2;
	background-color: rgba(255, 255, 255, 1);
	
}

.OcontentTwo {
	width: 100%;
	margin-top: -220px;
	overflow: hidden;
	background:url("../images/Aoverseas/img_bg_you.png") no-repeat   98% 25%

}

.mainTitle {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.fuTitle {
	font-size: 24px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 105px;
}

.fuTitle span {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-top: 19px;
}

.childBox {
	width: 380px;
	height: 240px;
	background: #F3F1FF;
	border: 2px solid #8A6FFF;
	border-radius: 16px;
	font-family: 'Microsoft YaHei';
	/* float: left; */
	position: relative;
    /* top: 100px;
    left: 50%; */
    transition: all 1s;
    animation: jump 1.2s ease-in-out infinite alternate;
	
}
@keyframes jump {
	from { top: 20px; }
	to { top: 30px }
}
.clFlBox {
	/* background: plum; */
	width: 100%;
	margin-top: 33px;
	background: url("../images/Aoverseas/img_yxch.png") no-repeat center;

}

.tLH {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

.clFlBox .tLH div:nth-child(2n) {
	margin-left: 565px;
}

.child_title {
	font-size: 24px;
	font-weight: bold;
	color: #3F3AF2;
	margin-top: 30px;
	margin-left: 30px;
	left: -158px;
    top: 24px;
	height: 38px;
}

.child_title_two {
	font-size: 16px;
height: 25px;
	font-weight: 400;
	color: #6763FF;

	margin-left: 30px;
}

.childBox ul {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

.childBox ul li {
	float: left;
	width: 48%;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	height: 22px;
}
.clFlBox .tLH:first-child .childBox{
	margin-bottom: 194px;
}
.clFlBox .tLH:last-child .childBox{
	height: 210px;
}
.childBox ul li:nth-child(2n) {
	margin-left: 3.5%;
}

.childBox ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #3F3AF2;
	border-radius: 4px;
	margin-right: 8px;

}
.OcontentThree{
	width: 100%;
	/* height: 600px; */
	float: left;
	background:url("../images/Aoverseas/img_bg_zuo.png") no-repeat   0% 45%;
	margin-top: 134px;

}
.OcontentThree .mainTitle{
	margin-bottom: 110px;
}
.boxL{
	width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
	font-family: 'Microsoft YaHei';
	/* margin-right: 60px; */
	margin-bottom: 89px;
}
.boxL:hover{
	cursor: pointer;
}
.boxL img:hover{
	position: relative;

}
.boxL—css img{-webkit-animation: tada 1s .01s ease both;-moz-animation: tada 1s .01s ease both;}

@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}

10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}

30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}

40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}

100%{-webkit-transform:scale(1) rotate(0);}}

@-moz-keyframes tada{0%{-moz-transform:scale(1);}

10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}

30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}

40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}

100%{-moz-transform:scale(1) rotate(0);}}

@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);

opacity:0;}

40%{-webkit-transform:perspective(400px) rotateY(-10deg);}

70%{-webkit-transform:perspective(400px) rotateY(10deg);}

100%{-webkit-transform:perspective(400px) rotateY(0deg);

opacity:1;}}

@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);

opacity:0;}

40%{-moz-transform:perspective(400px) rotateY(-10deg);}

70%{-moz-transform:perspective(400px) rotateY(10deg);}

100%{-moz-transform:perspective(400px) rotateY(0deg);

opacity:1;}}


.boxL p{
	font-size: 22px;
font-weight: bold;
color: #5B3DDC;
margin-top: 18px;
}
/* .v_cont div:nth-child(5n){
	margin-right: 0px;
} */
.v_cont{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.boxL span{
	font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 24px;
margin-top: 5px;
}
.OcontentFour{
	margin-top: 80px;
	width: 100%;
}
.fourBg{
background:url("../images/Aoverseas/img_bg_1.png") no-repeat   0% 65%;
margin-top: 69px;
}
.tabs_h{

	font-size: 20px;
	font-family:'Microsoft YaHei';
	font-weight: 400;
	color: #3F3AF2;
	display: flex;
    flex-direction: row;
    align-items: center;
	cursor: pointer;
}
.V_icon{

width: 42px;
height: 42px;
display: block;


/* background: linear-gradient(-45deg, #A52BCB, #244AE8); */
background-size: 100% 100%;
}
.vcon1{
	background:url("../images/Aoverseas/tab/icon_sdk.png") no-repeat ;
}
.vcon2{

	background:url("../images/Aoverseas/tab/icon_tgpt.png") no-repeat ;
}
.vcon3{

	background:url("../images/Aoverseas/tab/icon_glht.png") no-repeat ;
}
.vcon4{

	background:url("../images/Aoverseas/tab/icon_pch5.png") no-repeat ;
}
.vcon5{

	background:url("../images/Aoverseas/tab/icon_hwzf.png") no-repeat ;
}
/* .tabActive{

} */
.tabActive span:after{
	content:'';
	display: block;
	width: 60px;
height: 4px;
background: #3F3AF2;
position: absolute;
left: 25%;
top: 40px;
}
.top_tab{
	display: flex;
    width: 100%;
    justify-content: space-between;
	position: relative;
}
.tabs_h span{
	margin-left: 20px;
	position: relative;
}

.tab_child{
	margin-top: 120px;
	display: none;
	height: 580px;
}
.showChild{
	/* display: block; */
	display: flex;
    justify-content: space-between;
}
.leftModel{
width: 30%;

float: left;
}
.rightModel{


}
.rightModel_child{
	float: left;
	width: auto;
height: 600px;

border-radius: 16px;
margin-top: -50px;
margin-left: 125px;

}
.rightModel_child img{
	width: auto;
    height: 100%;
    object-fit: contain;
}
 .kk_active{
	display: block;
}
.leftModel ul li{
	font-size: 18px;
font-family: 'Microsoft YaHei';
padding-left: 16px;
margin-bottom: 46px;

}
.leftModel ul li p{
	font-weight: 400;
	color: #000000;
}
.leftModel ul li span{
	font-size: 14px;

	font-weight: 400;
	color: #666666;
}
/* .leftActive:before{
	content:'';
	display: block;
	width: 4px;
height: 60px;
background: #3F3AF2;
position: absolute;
left: 0;
} */
.zxBtn{
	width: 180px;
height: 62px;
line-height: 62px;
font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 60px;
display: block;
text-align: center;
border-radius: 31px;
color: #8885ff;
border:1px solid #8885ff;
}
.zxBtn:hover{
color: #fff;
box-shadow: 5px 5px 5px rgb(90 89 217 / 30%);
background-image: linear-gradient(to right bottom ,#2e8dff,#9929ea);
}
.OcontentFive{
	width: 100%;
    height: 340px;
    display: flex;
    text-align: center;
    background: url(../images/Aoverseas/img_bg_ljzx.png) no-repeat 100%;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	margin-top: 130px;
}
.OcontentFive p{
	font-size: 48px;
font-family: 'Microsoft YaHei';
font-weight: 400;
color: #FFFFFF;
}
.bbBTN{
	width: 200px;
height: 55px;
line-height: 55px;
border: 2px solid #FFFFFF;
border-radius: 35px;
font-size: 24px;
font-family: 'Microsoft YaHei';
font-weight: 400;
text-align: center;
color: #FFFFFF;
display: block;
margin-top: 59px;
}
.bbBTN:hover{
	background-color: #fff;
	color: #3f3af2;
}
.OcontentFive{
	margin-top: 88px;
	width: 100%;
}
.OcontentSix{
	margin-top: 105px;
	width: 100%;
}
.leftBook{
	width: 50%;
	height: 526px;
	background: url("../images/Aoverseas/tab/img_bg_left.png") no-repeat ;
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #3F3AF2;
	margin-top: 50px;
}
.p1lh{
	font-size: 36px;
	margin-left: 89px;
	padding-top: 66px;
}
.p2lh{
	font-size: 30px;
	margin-left: 89px;
}
.titlts{
	margin-left: 87px;
	margin-top: 34px;
}
.titlts p{
	margin-bottom: 20px;
}
.titlts p span:first-child{
	font-size: 20px;

	font-weight: bold;
	margin-right: 17px;
}
.fiveBg{
	margin-top: 55px;
}
.centerBook{
	width:90px;
	height:310px;
	background: url("../images/Aoverseas/tab/icon_dbjt.png") no-repeat 100% 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
	margin-top: 142px;
}
.rightBook{
	width: 50%;
	height: 526px;
	background: url("../images/Aoverseas/tab/img_bg_right.png") no-repeat ;
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	color: #FFFFFF;

}
/* 游戏出海---2022.11.10lh start*/