.box-tit {
    height: 35px;
    line-height: 40px;
    color: #000;
    padding: 5px 0;
}
.tttt1{font-size: 14px; text-align: center;padding-bottom: 5px;}
a { color: #333;}
.box-tit div, .box-tit1 div, .box-tit h2 {
    width: 100%;
    text-indent: 10px;
    font: 14px/25px "Microsoft YaHei";
    background-color: #58C370;
    color: #FFF;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    padding: 5px 0;
    text-overflow: ellipsis;
}
.box-tit a:hover, .box-tit a:link, .box-tit a:visited, .box-tit1 a:hover, .box-tit1 a:link, .box-tit1 a:visited {
    color: #FFF;
    text-decoration: none;
}
.newstit {
    padding: 0 10px;
    font-size: 36px;
    color: #333;
    line-height: 50px;
    text-align: center;
}
.newsxx {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #999;
    text-align: center;
    margin: 5px 0 25px 0;
    overflow: hidden;
}
.newsxx span {
    padding-right: 10px;
}
.newsxx a {
    color: #5cb85c;
}
.news_nr {
    font-size: 26px;
    color: #666;
    padding: 15px;
    overflow: hidden;
}
.news_nr img {
    max-width: 100%;
    height: auto!important;
}
.prev-next { width:94%; margin:0 auto 20px;}
.prev-next a { color:#5cb85c;}
@media screen and (max-width: 600px){
    .news_nr {
        font-size: 20px;
    }

    .news_nr .bg dd li {
        height: 90px;
    }

    .news_nr .bg dt {
        font-size: 17px;
    }

    .news_nr .bg dd {
        font-size: 16px;
    }

    .news_nr .bg dd .bnt {
        width: 72px;
        height: 45px;
        line-height: 45px;
    }

}
@media screen and (max-width: 480px){
    .newstit {
        font-size: 20px;
        line-height: 34px;
    }
    .newsxx {
        font-size: 15px;
    }
    .news_nr {
        font-size: 17px;
        padding: 10px;
    }

    .news_nr .bg dd li {
        height: 85px;
    }

    .news_nr .bg dt {
        font-size: 15px;
    }

    .news_nr .bg dd {
        font-size: 14px;
    }

    .news_nr .bg dd .bnt {
        width: 58px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 420px){
    .newstit {
        font-size: 17px;
        line-height: 28px;
    }
    .newsxx {
        font-size: 15px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 16px;
    }
    .news_nr {
        font-size: 16px;
        padding: 10px;
    }

    .news_nr .bg dd li {
        height: 80px;
    }

    .news_nr .bg dt {
        font-size: 12px;
        height: 42px;
        line-height: 42px;
    }

    .news_nr .bg dd {
        font-size: 12px;
    }

    .news_nr .bg dd .bnt {
        width: 50px;
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 321px) {
    .news_nr {
        font-size: 15px;
    }
}
.news_nr p {
    line-height: 28px;
    font-size: 16px;
}
.game-list { padding: 10px; overflow: hidden; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; position: relative; margin-bottom: 10px;}
.game-list>a>div { float: left;}
.game-list img { width: 64px; height: 64px; margin-right: 10px;}
.game-list span { display: block;}
.game-list .span1 { font-size: 18px; color: #333; margin-bottom: 10px;}
.game-list .span1>i { position: relative; display: inline-block; width: 30px; height: 20px; line-height: 20px; text-align: center; color: #fff; background: #ff5858; font-size: 14px; font-style: normal; margin-left: 5px; top: -4px;}
.game-list .span1>i>i { display: inline-block; width: 8px; height: 8px; background: #ff5858; transform: rotate(45deg); position: absolute; top: 6px; left: -4px;}
.game-list .span2 { color: #999;}
.game-list .download { position: absolute; top: 27px; right: 10px; width: 60px; height: 30px; background: #ff5858; line-height: 30px; text-align: center; border-radius: 5px;}
.game-list .download a { color: #fff;}
.game-list2 { padding: 10px; overflow: hidden; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; position: relative;}
.game-list2>a>div { float: left;}
.game-list2>a>div:nth-of-type(2) { width: 72%;}
.game-list2 img { width: 72px; height: 72px; margin-right: 10px;}
.game-list2 span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.game-list2 .span1 { font-size: 18px; color: #333; margin-bottom: 10px; font-weight: bold;}
.game-list2 .span2 { color: #333; margin-bottom: 5px;}
.game-list2 .span2 i { font-style: normal; color: #999; margin-left: 5px;}
.game-list2 .download { position: absolute; top: 27px; right: 10px; width: 60px; height: 30px; background: #5cb85c; line-height: 30px; text-align: center; border-radius: 5px;}
.game-list2 .download a { color: #fff;}
.commonbox {
    background: #fff;
    clear: both;
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px solid #dbe1ec;
    border-top: 1px solid #dbe1ec;
    padding-bottom: 5px;
}
.mtop7 {
    margin-top: 7px;
}
.pbtit {
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #dbe1ec;
    overflow: hidden;
}
.pbtit h2 {
    font-size: 16px;
    height: 17px;
    line-height: 17px;
    border-left: 5px solid #5cb85c;
    padding-left: 5px;
    font-weight: bold;
    float: left;
    color: #000;
}
.Cont-J {
    display: block;
    /* overflow: hidden; */
}
.Cont-J ul {
    display: block;
    overflow: hidden;
}
.Cont-J ul li {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #dbe1ec;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.Cont-J ul li:last-child {
    border-bottom: none;
}
.Cont-J ul li>a.CJ-explain {
    display: inline-block;
    float: left;
}
.Cont-J ul li .CJ-sub {
    display: block;
    height: 40px;
    margin-left: 75px;
    position: relative;
}
.Cont-J ul li a.JC_btn2 {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 31px;
    width: 59.5px;
    background: #5cb85c;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    right: 0;
}

.Cont-J ul li .CJ-sub>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
    margin-right: 67.5px;
}
.CJ-sub>div a {
    display: block;
    width: 108%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 7px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
}
.firegif {
    position: relative;
    top: 3px;
    left: 8px;
}
.CJ-sub dl {
    display: block;
    overflow: hidden;
}
.CJ-sub dt, .CJ-sub dd {
    display: inline-block;
    font-size: 12px;
    height: 16px;
    float: left;
    color: #999;
    margin-right: 10px;
}
.CJ-sub dt {
    border-right: 1px solid #d9d9d9;
    padding-right: 12px;
}
.CJ-explain div img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #969696;
}
.Cont-J ul li>p {
    display: block;
    height: 24px;
    margin-left: 75px;
    line-height: 24px;
    color: #999;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.me_shadow {
    border-bottom: 1px solid rgba(223,223,223,0.8);
    box-shadow: 0 2px 0 rgba(227,227,227,0.2);
}
.more_game {
    line-height: 39px;
    background: #f6f6f6;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 auto;
}
.txtList {
    margin: 0 10px;
}
.txtList li {
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-channels-a {
    width: 100%;
    height: 18px;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txtList li a span.xy {
    background: #5cb85c;
}
.txtList li a span {
    float: left;
    width: 32px;
    height: 18px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}



/*海豚加速器*/
.softjs3 { margin: 10px 10px; border: 2px solid #5cb85c; font-size: 14px;}
.softjs3 .softjs3-hd { background: #5cb85c; padding: 0 20px; color: #fff; height: 40px; line-height: 40px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.softjs3 .softjs3-hd a { color: #333; text-decoration: none;}
.softjs3 .softjs3-bd { padding: 0 10px; overflow: hidden; zoom: 1;}
.softjs3 .cmsLink { border-bottom: 1px dashed #5cb85c;}
.softjs3 .softjs3-bd ul { margin-top: -1px;padding-left:0;}
.softjs3 .softjs3-bd ul li { display:flex;border-top: 1px dashed #e5e5e5; padding: 10px 0 35px; overflow: hidden; zoom: 1; position: relative;}
.softjs3 .softjs3-logo { display: block; margin-right: 15px; width: 72px; height: 72px;}
.softjs3 .softjs3-logo img { width: 72px; height: 72px; border-radius: 10px;}
.softjs3 .softjs3-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-top:25px;flex:1}
.softjs3 .softjs3-name a { display: inline-block; vertical-align: top; max-width: 100%; white-space: nowrap; overflow: hidden; zoom: 1; text-overflow: ellipsis; color: #333; font-size: 16px;}
.softjs3 .softjs3-boon {position: absolute;bottom:10px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 40px;color:#666;}
.softjs3 .softjs3-dl {  width: 80px;margin-top:20px;}
.softjs3 .softjs3-dl a { display: block; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #5cb85c; border-radius: 3px; font-size: 12px;}

.add-wrap{
    background-color: #feffe9;
    position: relative;
    border-radius: 10px;
    width: 80%;
    min-width: 300px;
    padding: 30px 0 15px 0;
    text-align: center;
    margin: 20px auto;
    box-shadow: 0 0 20px 2px #bbb;
}
.add-wrap .add-wrap-tit{
    background-color: #998AA0;
    color: #fff;
    font: normal bolder 18px microsoft yahei;
    text-indent: 0;
    text-align: center;
    line-height: 34px;
    position: absolute;
    border-radius: 5px;
    width: 300px;
    height: 35px;
    left: 50%;
    margin-left: -150px;
    margin-top: -42px;
    overflow: hidden;
}
.add-wrap .add-wrap-main{
    display: inline-block;
    margin: 10px auto 0;
    position: relative;
    padding-left: 0px;
    width: 300px;
}
.add-wrap .add-wrap-main > a{
    position: static;
    left: 10px;
    top: 50%;
    margin-top: 0px;
    display: inline-block;
    color: rgb(26, 113, 222);
}
.add-wrap .add-wrap-main > a > span{
    display: inline-block;
    width: 180px;
    height: 140px;
    vertical-align: middle;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
.add-wrap .add-wrap-main > a > span img{
    width: 140px;
    height:  140px;
}
.add-wrap .add-wrap-main div{
    display: inline-block;
    width: 260px;
    font-family: microsoft yahei;
    text-align: center;
}
.add-wrap .add-wrap-main div p{
    color: #998AA0;
    text-indent: 0;
    margin: 5px;
    margin-top: 0;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    padding: 0;
}
.add-wrap .add-wrap-main div a{
    display:block;
}
.add-wrap .add-wrap-main div a span{
    margin: 10px 0px;
    display: block;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 10px;
    text-indent: 0px;
    background-color: rgb(255, 186, 0);
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    overflow: hidden;
}
.mdownloads{text-align: center;margin: 0 auto;}
.mdownloads a {
    display: inline-block;
    background: #5ab770;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
	padding:10px 12px;
}
.mdownloads a:hover {
    opacity:.8;filter:alpha(opacity=80);color:#fff
}