.search{
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.gmsoinput_main{
	width: 100%;
    height: auto;
    padding-top: 15px;
    margin: auto;
}
.gmsoinput{
    width: 50%;
    height: 50px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.gmsoinput_sosoinput{
float: left;
    width: 80%;
    height: 50px;
    text-indent: 50px;
    font-size: 13px;
    color: #000;
}
.gmsoinput_soan{
    float: right;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
	background: -webkit-linear-gradient(0deg,#55ffff,rgba(85, 255, 127, 1.0));
	background: linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));
}


.search_tit{
	width: 50%;
    height:50px;
	margin: auto;
}
.search_tit a{
    float: left;
    width: 100px;
    font-size:13px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 35px;
    margin-right: 10px;
}
.search_tit a.active{
    background: -webkit-linear-gradient(0deg,#55ffff,rgba(85, 255, 127, 1.0));
	background: linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));

}
.search_main{
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
    height: auto;
    overflow: hidden;
}
.search_game{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.search_game center{
    width: 100%;
    height: auto;
}
.search_game center img{
    width: 349px;
    height: auto;
}
.search_game center p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #9c9c9c;
}
.search_gameli{
	width: 345px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-right: 15px;
    position: relative;
}
.search_gameli_ewm{
    position: absolute;
    top: 20px;
    left: 5%;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
}
.search_gameli_ewm canvas{
    width: 60px;
    height:  60px;
    line-height: 60px;
}
.search_game_tag{
    width: 60px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;	
}
.search_game_tag img {
    width: 60px;
    height: 60px;
}
.search_game_tag span {
    width: 46px;
    height: 30px;
    line-height: 15px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 6px;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 100;
}

.search_game_ioc{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 15px;
}
.search_game_ioc img{
	width:  60px;
    height:  60px;
	border-radius:10px;
}
.search_game_left{
	padding-left: 3%;
    width: 75%;
    height: auto;
    float: left;
}
.search_game_name{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.search_game_name h1{
float: left;
    width: 80%;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search_game_name i {
	height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: rgba(0, 0, 0, 1.0);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    display: inline-block;
    width: auto;
    float: right;
    font-style: normal;
    margin-top: 0;
}

.search_game_type{
    width: 100%;
    height: 20px;
    line-height: 19px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}
.search_game_bq{
width: 100%;
    height: 30px
}
.search_game_bq span{
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 5px;
    float: left;
}
.search_game_bq span.s1 {
    border: 1px solid rgba(255, 85, 0, 0.3);
    background-color: rgba(255, 85, 0, 0.1);
}
.search_game_bq span.s2 {
    border: 1px solid rgba(255, 170, 0, 0.3);
    background-color: rgba(255, 170, 0, 0.1);		
}
.search_game_bq span.s3 {
    border: 1px solid rgba(255, 0, 255, 0.3);
    background-color: rgba(255, 0, 255, 0.1);
}

.search_game_right{
	width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}
.search_game_right_ewm {
    width: 30%;
    text-align: center;
    float: left;
    background: -webkit-linear-gradient(0deg, #FFEB3B, #FFC107);
    background: linear-gradient(180deg, #FFEB3B, #FFC107);
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5%;
}
.search_game_right_xx {
    width: 30%;
    text-align: center;
    float: left;
    box-shadow: inset 0rem 0rem 0rem 0.02rem rgba(85, 255, 127, 1.0);
    color: #000;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5%;
}
.search_game_right_dow {
    width: 30%;
    text-align: center;
    float: left;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
}


.lblist_left{
    float: left;
    width: 1150px;
    height: auto;
    overflow: hidden;
}

.lblist_left_main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.lblist_left_main a{
    width: 348.75px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    float: left;
    margin-right: 15px;
}
.lblist_left_main a:nth-child(4n+4) {
    margin-right: 0;
}

.lblist_left_main_ioc{
    float: left;
    width: 60px;
    height: 60px;
}
.lblist_left_main_ioc img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.lblist_left_main_name{
    float: left;
    width: 70%;
    height: 60px;
    padding-left: 5%;
}
.lblist_left_main_name h1{
    font-size: 15px;
    color: #000;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.lblist_left_main_name span{
	float: left;
    width: 95px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: inset 0 0 1px 0 #bebebe;
    text-align: center;
    color: #333;
    background: #f1f1f1;
}
.lblist_left_main_xx{
    float: left;
    width: 90%;
    margin-left: 5%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    color: #333;
    font-size: 11px;
}
.lblist_left_main_xx i{
    color: #757575;
    font-style: normal;
	font-size: 11px
}
.lblist_left_main_bottom{
    float: left;
    width: 100%;
    padding-top: 10px;
    height: 10px;
}
.lblist_left_main_bottom span{
    float: left;
    width: 75%;
    height: 10px;
    margin-left: 5px;
    background: #f1f1f1;
    border-radius:5px;
}
.lblist_left_main_bottom span i{
	width: 10%;
    height:10px;
	background: -webkit-linear-gradient(0deg,#55ffff,rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));
    border-radius:5px;
    float: left;
}
.lblist_left_main_bottom em{
    float: right;
    font-size: 12px;
    height: 10px;
    line-height:10px;
}
.lblist_right{
    width: 435px;
    height: auto;
    overflow: hidden;
    float: right;
}

.libao_right_qiang_nr{
    width: 100%;
    overflow: hidden;
    height: auto;
}

.libao_right_qiang_nr li{
    float: left;
    width: 405px;
    height: 50px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
}
.libao_right_qiang_nr_ioc{
	float: left;
    width: 50px;
    height: 50px;
}
.libao_right_qiang_nr_ioc img{
    width: 100%;
    height: 100%;
    border-radius:5px;
}
.libao_right_qiang_nr_name{
    float: left;
    width: 50%;
    height: 50px;
    overflow: hidden;
    padding-left: 5%;
}
.libao_right_qiang_nr_name em{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 35px;
    font-size: 13px;
    overflow: hidden;
}
.libao_right_qiang_nr_name span{
    float: left;
    width: 100%;
    height: 20px;
    line-height: 15px;
    font-size: 11px;
    color: #666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.libao_right_qiang_nr_dow{
	float: right;
    width: 80px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    cursor: pointer;
    border-radius: 30px;
    margin-top: 5px;
}
.news_left_m{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.news_left_m a{ 
	width: 1560px;
    height: auto;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    float: left;
}

.news_left_m_ioc{
    float: left;
    width: 35%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
}
.news_left_m_ioc img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_left_m_name{
    float: left;
    width: 60%;
    padding-left: 2%;
    height: 50px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_left_m_xx{
    float: left;
    width: 60%;
    padding-left: 2%;
    height: auto;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #989696;
    margin-bottom: 20px;
}
.news_left_m_bottom{
	float: left;
    width: 60%;
    height: 0.6rem;
    padding-left: 2%;
}
.news_left_m_bottom span{
	float: right;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    border-radius: 26px;
    font-size: 12px;
}

@media (min-width: 1500px) and (max-width: 1800px) {
.search_gameli {
    width: 273.7px;
}
.search_gameli:nth-child(5n+5){
	margin-right:15px;
}
.search_gameli:nth-child(4n+4){
	margin-right:0px;
}
.lblist_left_main a{
	width: 273.7px;
}
.lblist_left_main a:nth-child(3n+3) {
    margin-right: 15px;
}
.lblist_left_main a:nth-child(4n+4) {
    margin-right: 0px;
}
.news_left_m a{ 
    width: 1260px;
}
}
@media (min-width: 1px) and (max-width: 1500px) {
.search_gameli{
    width:316.6px;
}
.search_gameli:nth-child(5n+5){
	margin-right:15px;
}
.search_gameli:nth-child(4n+4){
	margin-right:15px;
}
.search_gameli:nth-child(3n+3){
	margin-right:0px;
}
.lblist_left_main a{
	width:316.5px;
}
.lblist_left_main a:nth-child(3n+3) {
    margin-right: 0;
}
.lblist_left_main a:nth-child(4n+4) {
    margin-right: 15px;
}
.news_left_m a{ 
	width: 1060px;
}
}