.wapper {
    background: #F5F5F5;
}

.us-banner {
    /*height: 420px;*/
    /*height: 420px;*/
    width: 100%;
    /*background: url('../images/games/bg-game.jpg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.banner {
    width: 1100px;
    margin: 0 auto;
}

.banner .title {
    margin-top: 150px;
    font-size: 54px;
    color: #ffffff;
}

.banner .englishTitle {
    font-size: 20px;
    color: #ffffff;
}

.news-content {
    width: 1100px;
    margin: 0 auto;
    margin-top: 74px;

}


.news-content ul {
    display: inline-block;
    text-align: left;
    margin-top: 74px;
}


.news-content li {
    display: inline-block;
    width: 352px;
    margin-right: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.news-content li:nth-child(3n) {
    margin-right: 0;
}

.news-content li .new-images {
    height: 248px;
    overflow: hidden;
    float: left;
}

.text {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 50px;
    float: left;
    height: 268px;
    overflow: hidden;
}

.text .title {
    font-size: 20px;
    color: #333333;
    height: 60px;
    overflow: hidden;
}

.text .title:hover {
    color: #9D496B;
}

.text .data {
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}

.text .details {
    font-size: 16px;
    color: #999999;
    margin-top: 40px;
}

.news-content li img {
    transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    display: block;
    width: 100%;
    height: 248px;
}

.news-content li img:hover {
    transform: scale(1.1);
}

.new-wapper {
    background: #f5f5f5;
}

/*.pro_content .top_img{*/
/*    width:100%;*/
/*    height:313px;*/
/*    background:url(../img/pro_p1.jpg) no-repeat center top;*/
/*    background-size:100% auto;*/
/*}*/
.pro_content .main_con {
    width: 100%;
}

.pro_content .main_con .pubMain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;

}

.pro_content .show {
    /* width: 390px; */
    width: 343px;
    height: 575px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    display: flex;//flex布局
    align-items: center;//让img放在div的中间，居中
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 1rem;
}

.pro_content .show .imgitem {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_content .show:hover .imgitem {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pro_content .show .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(222, 0, 128, .8);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_content .show:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pro_content .show .info h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-indent: 10px;
    position: relative;

}

.pro_content .show .info p {
    font-size: 18px;
    color: #ffd3ea;
    padding: 0 30px;
    text-align: justify;

}

.pro_content .show .info .info_line {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 1px;
    border-top: 1px solid #fff;
}

.pro_content .show .btns {
    /* margin-top:40px; */
    position: absolute;
    top: 580px;
    left: 0;
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_content .show:hover .btns {
    top: 440px;
    /* margin-top:30px; */
}

.pro_content .show .btns a {
    width: 220px;
    /*width: 85%;*/
    height: 42px;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 37px;
    margin: 0 auto;
    text-align: center;
    text-indent: 40px;
    border: solid 1px #ffffff;
    margin-bottom: 23px;
    border-radius: 5px;
    position: relative;
}

.pro_content .show .btns a.google {
    background: url(../images/games/google_play.png);
    background-size: 100%;
    width: 140px;
    height: 42px;
    border:none;
}
.pro_content .show .btns a.ios {
    background: url(../images/games/ios.png);
    background-size: 100%;
    width: 140px;
    height: 43px;
    border:none;
}


.pro_content .show .btns a.home::before {
    position: absolute;
    left: 20px;
    top: 7px;
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/games/chatgpt.png);
    background-size: 100%;
    /*background-position: -10px -10px;*/
}

.pro_content .show .btns a.down::before {
    position: absolute;
    left: 40px;
    top: 7px;
    display: block;
    content: '';
    width: 21px;
    height: 19px;
    background: url(../images/games/chatgpt_1.png) no-repeat;
    /*background-position: -10px -51px;*/
}

.btns a.home:hover {
    background: #fff;
    color: #cb1073;
}

.btns a.down:hover {
    background: #fff;
    color: #cb1073;
}

.btns a.home:hover span {
    color: #cb1073;
}

.btns a.down:hover span {
    color: #cb1073;
}

.pro_content .show .btns a.home:hover::before {
    width: 23px;
    height: 23px;
    background: url(../images/games/chatgpt_1.png);
    background-size: 100%;
}

.pro_content .show .btns a.down:hover::before {
    /*background-position: -51px -51px;*/
}

/* .showLeft{
	float:left;
}
.showM{
	float: left;
	margin-left:85px;
}
.showR{
	float:right;
} */

.pro_content .main_con ul li:nth-child(3n-2) {
    float: left;
}

.pro_content .main_con ul li:nth-child(3n-1) {
    float: left;
    margin-left: 85px;
}

.pro_content .main_con ul li:nth-child(3n+3) {
    float: right !important;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*background: rgba(255, 255, 255, 0.7);*/
    padding: 10px;
}

.text-overlay p{
    color: white;
    padding: 10px;
    display: inline-block;
    font-size: 8em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */
}

@media (max-width: 1700px) {
    .text-overlay p{
        font-size:8em;
    }
}

@media (max-width: 1600px) {
    .text-overlay p{
        font-size:7.5em;
    }
}

@media (max-width: 1500px) {
    .text-overlay p{
        font-size:7em;
    }
}

@media (max-width: 1400px) {
    .text-overlay p{
        font-size:6.5em;
    }
}

/*@media (max-width: 1400px) {*/
/*    .text-overlay p{*/
/*        font-size:6em;*/
/*    }*/
/*}*/

@media (max-width: 800px) {
    .text-overlay p{
        font-size:4em;
    }
}