﻿@charset "utf-8";
/* CSS Document */
.main {
    margin-top: 10px;
}

.main2 {
    overflow: hidden;
}

.rominfo {
    width: 100%;
    height: auto;
}

    .rominfo .pic, .rominfo .des {
        display: inline-block;
        float: left;
    }

        .rominfo .pic img {
            height: 210px;
            width: 122px;
        }

    .rominfo .photoframe {
        margin: 40px 25px 20px 30px;
        background:url("/images/rom_defaultpic.jpg") no-repeat center center;
        height: 210px;
        width: 122px;
    }
    .rominfo .des {
        width: 650px;
    }

        .rominfo .des h4 {
            color: #3999E0;
            font-weight: normal;
            line-height: 30px;
            margin-top: 33px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 650px;
        }

            .rominfo .des h4 a {
                color: #3999E0;
                font-size: 16px;
            }

        .rominfo .des .intro {
            font-size: 13px;
            line-height: 30px;
            color: #333;
            margin-top: 15px;
            display: block;
        }

            .rominfo .des .intro i {
                color: #999;
                float: left;
                display: inline-block;
                margin-right: 15px;
            }

    .rominfo .download {
        float: right;
        padding-top: 30px;
        width: 160px;
        display: inline;
        margin-right: 10px;
    }


.ico_down, .ico_sjzs , .rom_btn_kstools {
    display: block;
    font-size: 16px;
    color: #fff;
    background: url(/images/img.png) 0 -200px #f73d3d;
    margin: 10px 0 0;
    height: 40px;
    transition: background 0.3s ease 0s;
    line-height: 40px;
    padding-left: 50px;
    width: 100px;
    clear: both;
}

    .ico_down:hover {
        background: url(/images/img.png) 0 -200px #d12f2f;
    }

.ico_sjzs , .rom_btn_kstools {
    background: #FF863D;
    padding: 0;
    width: 150px;
    text-align: center;
    font-size: 14px;
}

    .ico_sjzs:hover {
        background: #E27737;
    }

.rom_btn_kstools {
    background: #59c1f7;
}

    .rom_btn_kstools:hover {
        background: #2c9ad3;
    }

.rominfo .download p {
    width: 150px;
    margin: 30px 0 20px;
    display: block;
    height: 30px;
}

.rominfo .download .comment, .rominfo .download .count {
    padding-left: 30px;
    font-size: 13px;
    background: url(/images/img.png) -400px -250px no-repeat;
    width: 45px;
    display: inline-block;
    float: left;
}

.rominfo .download .count {
    background: url(/images/img.png) -95px -250px no-repeat;
    float: left;
    /*text-align: right;*/
}

.target {
    display: block;
    clear: both;
    line-height: 30px;
    font-size: 9pt;
}

    .target i {
        color: #999;
        margin-left:30px;
    }
    /*.target a{ padding:2px; background:#a2d479; color:#fff; margin-left:10px;}
.target a:hover{ background:#8bc35d }*/
    .target a {
        padding: 2px;
        color: #a2d479;
        margin-left: 10px;
    }

        .target a:hover {
            color: #8bc35d;
            text-decoration: underline;
        }


/*.screenshots*/
.screenshots {
    width: 960px;
    padding: 10px 0 10px 10px;
    display: block;
    margin: 30px auto;
    background: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

    .screenshots .frame {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .screenshots img {
        background-color: #E3EDF0;
        height: 280px;
        margin-left: 15px;
        margin-right: 10px;
        width: 160px;
    }
/*rom介绍*/
.art_content, .rom_description {
    display: block;
    clear: both;
    padding: 0 20px;
    font-size: 13px;
    color: #000;
    height: auto;
    line-height: 27px;
}

h5 {
    font-weight: normal;
    color: #3999E0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.rom_description p {
    line-height: 30px;
    padding: 0 30px;
}

.rom_description .rolldown, .rom_description .rollup {
    float: right;
    display: block;
    background: url(/images/img.png) -87px -190px #59C1F7;
    margin-right: 10px;
    padding: 2px 20px 2px 5px;
    color: #fff;
    margin-top: 30px;
}

.rom_description .rollup {
    background-position: -212px -190px;
}

    .rom_description .rolldown:hover,
    .rom_description .rollup:hover {
        background-color: #2C9AD3;
    }
/*comment*/
.comment_box {
    width: 980px;
    border: 1px solid #d5d5d5;
    margin: 40px auto 20px;
    display: block;
}

    .comment_box form {
    }

    .comment_box input {
        border: none;
    }

    .comment_box .id, .comment_box .pw, .comment_box .yzm, .comment_box .xx {
        height: 50px;
        display: inline;
        border-right: 1px solid #d5d5d5;
        padding: 0 10px 0 40px;
        line-height: 50px;
        color: #999;
        float: left;
    }

    .comment_box .id {
        width: 200px;
        background: url(/images/img.png) -87px -84px no-repeat;
    }

        .comment_box .id:focus {
            width: 200px;
            background: url(/images/img.png) -87px -84px no-repeat;
            border: none;
            border-right: 1px solid #d5d5d5;
        }

#txt_comment_verifycode:focus {
    border: none;
    border-right: 1px solid #d5d5d5;
}

.comment_box .pw {
    width: 200px;
    background: url(/images/img.png) -140px -133px no-repeat;
}

.comment_box .yzm {
    width: 240px;
    padding-left: 5px;
    padding-right: 2px;
}

    .comment_box .yzm input {
        width: 150px;
        padding-left: 5px;
        float: left;
        line-height: 50px;
        height: 50px;
        color: #666;
    }

    .comment_box .yzm img {
        float: right;
        line-height: 50px;
        margin-top: 12px;
    }

.comment_box .xx {
    border: none;
    padding: 0;
    width: 200px;
}

    .comment_box .xx i {
        float: left;
        padding-left: 20px;
        font-size: 13px;
        color: #666;
    }

.comment_box .comm {
    width: auto;
    display: block;
    height: 250px;
    color: #666;
    font-size: 13px;
    border-top: 1px solid #d5d5d5;
}

    .comment_box .comm textarea {
        border: none;
        padding: 15px;
        width: 950px;
        display: block;
        height: 220px;
    }

.comment_box .btn {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
}

    .comment_box .btn input {
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #fafafa;
        border-top: 1px solid #d5d5d5;
        cursor: pointer;
        color: #3999E0;
        font-size: 16px;
        transition: background-color 0.3s ease-out 0s;
    }

        .comment_box .btn input:hover {
            background: #EEEEEE;
        }
/*评论*/
.comments {
    margin: 10px 0 0 15px;
    width: 980px;
    display: block;
    clear: both;
}

    .comments h5 {
        padding-left: 20px;
    }

.comments_list {
    margin-top: 20px;
    width: 98%;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 5px;
    position: relative;
}

    .comments_list .portrait img {
        height: 60px;
        width: 60px;
        display: block;
        margin: 10px 20px;
    }

    .comments_list .portrait {
        position: absolute;
    }

    .comments_list .portrait, .comments_list .comms_contant {
        display: inline-block;
        font-size: 13px;
        height: 80px;
    }

    .comments_list .comms_contant {
        margin-left: 100px;
    }

    .comments_list .author {
        margin-top: 8px;
        display: block;
        color: #3999e0;
    }

    .comments_list .bodi {
        display: block;
        color: #333;
        margin-top: 5px;
    }

    .comments_list .date {
        display: block;
        color: #999;
        margin-top: 5px;
        font-size: 12px;
    }











/*star*/
.rom_rating_star {
    background-image: url(/images/star.png);
    background-position: 0 -48px;
    height: 20px;
    overflow: hidden;
    position: none;
    width: 100px;
    margin-top: 3px;
}

.rom_rating_star .current_rating {
        background-image: url(/images/star.png);
        background-position: 0 -40px;
        height: 20px;
        left: 0;
        outline: medium none;
        overflow: hidden;
        position: static;
        text-indent: -9999px;
        top: 0;
}






.art_content {
    margin-bottom: 50px;
}

    .art_content .from {
        display: block;
        line-height: 30px;
        padding-top: 30px;
        position: relative;
    }

    .art_content .portrait {
        float: left;
        width: 30px;
        height: 30px;
    }

        .art_content .portrait img {
            width: 30px;
            height: 30px;
        }

    .art_content .name {
        float: left;
        margin-left: 10px;
        color: #3999e0;
    }

        .art_content .name a {
            color: #3999e0;
            text-decoration: underline;
        }

    .art_content .time {
        float: left;
        margin-left: 10px;
        padding-left: 40px;
        background: url("/images/img.png") no-repeat scroll -388px -144px rgba(0, 0, 0, 0);
        color: #ccc;
    }

    .art_content .laiyuan,.art_content .tags{
        margin-left: 25px;
        color: #ccc;
    }
    .art_content .laiyuan{
        margin-left:0;
    }

    .art_content h4 {
        display: block;
        margin: 50px auto;
        text-align: center;
        font-size: 30px;
        color: #333;
        line-height:40px;
    }

    .art_content p {
        text-indent: 21px;
        font-size:16px;
    }

        .art_content p img {
            text-indent: -21px;
            text-align: center !important;
            margin: 20px auto !important;
        }

    .art_content .from .ico {
        float: right;
    }

    .art_content a {
        color: #3999E0;
        text-decoration: underline;
    }

.tutorials_content {
    text-align:left;
    padding-left:50px;
}

    .tutorials_content img {
        display:block;
        margin:0 auto;
    }
/*star*/
.rom_rating_star {
    background-image: url(/images/star.png);
    background-position: 0 -69px;
    height: 20px;
    overflow: hidden;
    position: none;
    width: 100px;
    margin-top: 3px;
    position: relative;
}

    .rom_rating_star .current_rating {
        background-image: url(/images/star.png);
        background-position: 0 -48px;
        height: 20px;
        left: 0;
        outline: medium none;
        overflow: hidden;
        position: static;
        text-indent: -9999px;
        top: 0;
    }

.romlaiyuan {
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 30px;
    margin-top: 20px;
    font-size:14px;
}
.romlaiyuan a {
    color:#0073e6
}

div .romlaiyuan_title {
    width: 110px;
}

.rom_det_title {
    font-size: 15px;
    height: 20px;
    border-bottom: 3px solid #74BB0A;
    padding: 6px 10px 6px 20px;
    width: 80px;
    font-weight: bold;
}
