.moreinfo {
    width: 825px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 6px;
    margin: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 43px;
    margin-top: 15px;
}

.moreinfo::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 14px;
    top: 9px;
    background: url('https://www.zhaosy.com/image/avatar/more.png')
}

.moreinfo .moreinfol {
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-right: 10px
}

.moreinfo .moreinfol span {
    color: #545454;
    font-size: 16px;
    font-weight: bold
}

.moreinfo .moreinfor {
    float: left;
    height: 40px;
    line-height: 40px
}

.moreinfo .moreinfor a {
    color: #ff8a00;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px
}

table, th, td {
    border: 1px solid #c1b5b5;
    border-collapse: collapse;
}
table th{
    background-color: #F7F7F7;
}

/*游戏详情css  =================start */
.game_detailBox_detail{
    width: 94%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px 3%;
    border-radius: 10px;
}
.game_title{
    width: 100%;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2B2B2B;
    margin: 6px 0;
}
.left_content_detail {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_leftContent{
    width: 130px;
    height: 130px;
    margin-right: 25px;
    border-radius: 25px;
}
.main_content_detail{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.main_downloadContent{
    max-width: 60%;
    display: flex;
    flex-direction: column;
}
.main_rightContent{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.main_topContent{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.main_topContentTitle{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    /* border-right: 1px dashed rgba(0,0,0,0.15); */
    padding: 15px 20px 15px 0;
    /* max-width: 50%; */
    font-weight: bold;
}
.main_topContentTitle span{
    display: block;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.game_jianjie{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
}
.game_jianjie span{
    width: 40%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #90999E;
    margin-bottom: 5px;
}
.game_jianjie em{
    color: #343635;
    font-style: normal;
}
.game_jianjie span:first-child{
    width: 60%;
}
.game_jianjie span:nth-child(2){
    width: 40%;
}
.game_typeBox span{
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    margin: 0 17px 5px 0;
}
.main_bottomContent{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.download_game,.download_gameIos{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 50px;
    font-size: 16px;
    color: #fff;
    position: relative;
    background: url("https://www.zhaosy.com/home/images/about/android_iocnBg.png") no-repeat;
    background-size: cover;
}
.download_game a,.download_gameIos a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download_game a span,.download_gameIos a span{
    font-size: 16px;
    color: #fff;
    font-family: PingFang SC;
    font-weight: 500;
}
.download_gameIos{
    background-color: #1FD801 !important;
}
.download_game{
    background-color: #19BFFF !important;
}
.download_game img{
    width: 20px;
    height: 22px;
    margin-right: 10px;
}
.download_gameIos img{
    width: 20px;
    height: 30px;
    margin-right: 10px;
}
.download_game:hover .game_qrcodeBox,.download_gameIos:hover .game_qrcodeIosBox{
    display: flex;
}
.game_qrcodeBox,.game_qrcodeIosBox{
    position: absolute;
    left: 18px;
    top: 55px;
    width: 150px;
    height: 150px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: none;
    z-index: 3;
}
.game_qrcodeBox img,.game_qrcodeIosBox img{
    width: 100%;
    height: 100%;
}

.right_content_detail{
    width: 15%;
    display: flex;
    position: relative;
}
.rank_stamp{
    width: 130px;
    height: 170px;
}
.mask_detail{
    position: absolute;
    top:41px;
    left:38px;
    width: 63px;
    height: 34px;
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #DE040B;
}

h1{
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 15px 0;
}
.newsInfo_title h2{
    width: auto;
    height: 30px;
    display: inline-block;
    border-bottom: 2px solid #ED6D47;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: -2px;
    position: relative;
    margin-top: 10px;
}

.newsInfo_title h2::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 18px;
    top: 12%;
    left: 0;
    background-color: #ED6D47;
}

.statement{
    color: #999;
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header_title p{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif !important;
}
.main_content{
    line-height: 28.5px !important;
    color: #434343 !important;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif !important;
}
.main_content p{
    margin-bottom: 22px !important;
}
.main_content .br{
    height: 20px;
    width: 100%;
}

h3, h4{
    font-weight: 550 !important;
}