html, body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.summarize_nav {
    padding: 5px;
    padding-left: 30px;
    background-color: #2d8a2d;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

    .summarize_nav a {
        color: #fff;
    }

    .summarize_nav i {
        position: absolute;
        left: 5px;
        top: 6px;
    }

.summarize_nav_bar a:after {
    content: ">";
    color: #fff;
    padding: 0 5px;
}

.summarize_nav_share {
    position: relative;
    padding: 0;
}

    .summarize_nav_share img {
        position: absolute;
        top: -15px;
        left: -190px;
    }

    .summarize_nav_share .share_type {
        font-size: 14px;
        padding: 3px 5px;
    }

    .summarize_nav_share .bdshare-button-style0-16 a {
        margin: 2px 6px 2px 0;
    }

    .summarize_nav_share .bdshare-button-style0-16 .bds_more {
        margin: 2px 0;
    }
/*.summarize_nav_share .share_type .iconfont {
            font-size: 14px;
        }*/

.summarize_con {
    padding: 30px 20px 10px;
    /*width:884px*/
}

    .summarize_con .summarize_logo {
        width: 152px;
        height: 152px;
        padding: 6px;
        box-shadow: 4px 4px 10px #eee;
        overflow: hidden;
        background: url("/imgs/loading.gif") center center no-repeat;
    }

        .summarize_con .summarize_logo img {
            width: 140px;
            height: 140px;
        }

    .summarize_con .summarize_info {
        margin-left: 30px;
        width: 660px;
        padding-top: 10px;
    }

    .summarize_con li {
        float: left;
        /*width:100%*/
    }

/*.summarize_info_title {
    margin-bottom: 10px;
}*/
.summarize_info_title h2 {
    max-width: 600px;
}


.summarize_info_version li {
    background-color: #40C641;
    padding: 2px 10px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-left: 5px;
}

    .summarize_info_version li:first-child {
        margin-left: 15px;
    }

    .summarize_info_version li.version_commercial {
        background-color: #fb760a;
    }

    .summarize_info_version li.version_share {
        background-color: #fa5555;
    }

.summarize_info_time {
    background-color: #F2F2F2;
    padding: 2px 15px;
    font-size: 12px;
    color: #999;
    border-radius: 2px;
}

.summarize_info_intro {
    line-height: 22px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #666666;
    position: relative;
}

    .summarize_info_intro .iconfont {
        position: absolute;
        top: 1px;
        left: 4px;
    }

.summarize_info_parameter {
    margin-bottom: 15px;
}

    .summarize_info_parameter li {
        padding-left: 30px;
        margin-right: 30px;
        position: relative;
        margin-bottom: 10px;
        color: #666;
    }

        .summarize_info_parameter li .iconfont {
            position: absolute;
            top: 0;
            left: 4px;
        }

        .summarize_info_parameter li:first-child .iconfont {
            top: 1px;
        }

.grade_star {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../imgs/icon-star.png) repeat-x;
}

.summarize_info_tags {
    padding-left: 25px;
    color: #666;
    position: relative;
}

    .summarize_info_tags .iconfont {
        position: absolute;
        top: -6px;
        left: 1px;
        font-size: 23px;
    }

    .summarize_info_tags a {
        display: inline-block;
        padding: 0 10px;
        margin-right: 20px;
        font-size: 12px;
        color: #999;
        border: 1px solid #DDDDDD;
        border-radius: 2px;
    }

        .summarize_info_tags a:hover {
            color: #40c641;
            border: 1px solid #40c641;
        }

.summarize_info_price {
    margin: 15px 0;
}

    .summarize_info_price span {
        font-size: 32px;
        margin: 0 5px;
    }

.summarize_info_opa .btn_con {
    width: 550px;
}

    .summarize_info_opa .btn_con .btn {
        width: 146px;
        margin-bottom: 10px;
    }

.summarize_info_opa ul li {
    color: #999999;
    font-size: 12px;
    padding: 5px;
    margin-top: 8px;
}

    /*.summarize_info_opa ul li.collect_yes {
        width: 80px;
        margin-left: 10px;
        background-color: #40C641;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
    }*/

    .summarize_info_opa ul li.collect_no, .summarize_info_opa ul li.collect_yes {
        padding: 0;
        margin-left: 10px;
    }

.collect_no button, .collect_yes button {
    width: 80px;
    height: 27px;
    line-height: 27px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: #a3a3a6;
}

.collect_yes button {
    background-color: #40C641;
    float:right;
}

.collect_no button:hover {
    background-color: #40C641;
    color: #fff;
}

.collect_no .iconfont, .collect_yes .iconfont {
    font-size: 12px;
    margin-left: 5px;
}

/*left_area*/
.left_area {
    width: 884px;
}

.border_box h3 {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.border_box_title {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    z-index: 99;
}

.code_details_nav_fixed {
    position: fixed;
    top: 45px;
    width: 884px;
}

.left_area h3 .iconfont {
    margin-right: 8px;
    color: #999;
}

.left_area_con {
    padding: 20px;
}

    .left_area_con .code_treeview {
        width: 522px;
        height: 250px;
        background-color: #f2f2f2;
        padding: 10px;
        overflow: auto;
    }

    .left_area_con .ad {
        width: 300px;
        /*height: 270px;*/
        /*padding: 10px 55px;*/
        /*background-color: #f2f2f2;*/
    }

/*code_details*/
.code_details_nav {
    padding: 11px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

    .code_details_nav li {
        float: left;
        width: 145px;
        text-align: center;
        border-right: 1px solid #f0f0f0;
    }

        .code_details_nav li.active a, .code_details_nav li.active i {
            color: #40C641;
        }

    .code_details_nav .iconfont {
        margin-right: 8px;
        color: #999;
    }

.code_details .left_area_con {
    padding: 40px 60px;
}

#code_details_parameter h4:before {
    content: "";
    height: 13px;
    border-right: 3px solid #40C641;
    position: absolute;
    top: 2px;
    left: -12px;
}

.details_parameter_con {
    padding: 15px 10px;
    font-size: 12px;
}

    .details_parameter_con li {
        float: left;
        width: 247px;
        text-align: left;
        margin-bottom: 15px;
    }

/*#code_detail_carousel .carousel-inner {
    width: 760px;
    height: 360px;
    overflow: hidden;
    margin-bottom: 150px;
}

    #code_detail_carousel .carousel-inner img {
        width: 760px;
        height: 360px;
    }*/
/*购买记录列表样式*/
#code_buy_record table {
    margin-bottom: 0;
}

#code_buy_record tr th {
    font-size: 14px;
    font-weight: bold;
    border-top: none;
}

#code_buy_record tr td {
    padding: 20px 8px;
    border-top-color: #e9eaee;
}

#code_buy_record tr .user_name {
    width: 137px;
    padding-left: 30px;
}

#code_buy_record tr .code_grade {
    width: 212px;
}

#code_buy_record tr .code_price {
    width: 180px;
}

#code_buy_record tr .buy_time {
    width: 244px;
}

#code_buy_record tr .code_state {
    width: 80px;
}

#code_buy_record .pagination {
    margin-right: 30px;
    margin-bottom: 60px;
}

    #code_buy_record .pagination li a {
        color: #40c641;
    }

.page {
    padding: 20px 25px 10px;
    border-top: 1px solid #e9eaee;
}

    .page ul {
        float: right;
        border: 1px solid #e6e6e6;
        border-right: 0;
    }

        .page ul li {
            float: left;
        }

            .page ul li a {
                display: block;
                background-color: #fff;
                border-right: 1px solid #e6e6e6;
                padding: 6px 12px;
            }

            .page ul li.current a {
                color: #40C641;
            }

            .page ul li a:hover {
                color: #40C641;
                background-color: #ddd;
            }

.code_details_describe {
    display: block;
    min-height: 150px;
    height: 150px;
    overflow-y: hidden;
}

#code_description_btn {
    width: 100%;
    margin-top: 15px;
}

.code_details_describe .c666 {
    margin: 10px 0;
}
/*code_buy_record*/
.tab-pane table tr th {
    border: none;
}

/*code_details_discuss*/
.code_discuss {
    position: relative;
}

    .code_discuss textarea {
        height: 66px;
        padding: 5px 10px;
        border: 1px solid #dcdcdc;
        resize: none;
        box-shadow: none;
    }

    .code_discuss input[type=submit] {
        width: 120px;
        float: right;
    }
/*discuss_list*/
.discuss_list {
    padding-top: 0;
    font-size: 12px;
    padding-bottom: 0;
}


    .discuss_list li {
        padding: 25px 0;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }

        .discuss_list li:last-child {
            border-bottom: none;
        }


    .discuss_list .head_portrait img {
        width: 42px;
        height: 42px;
        border-radius: 30px;
        margin: 0 10px;
    }

    .discuss_list .discuss_list_con_tit {
        margin-bottom: 5px;
    }

    .discuss_list .download_time {
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 10px;
    }

    .discuss_list p {
        width: 610px;
    }


.discuss_list_opa {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 12px;
    color: #999999;
}

    /*.discuss_list_opa span {
        cursor: pointer;
    }*/

    .discuss_list_opa span i {
        font-style: normal;
    }

    .discuss_list_opa button {
        padding: 2px 10px;
        background: #fb760a;
        border-radius: 20px;
        color: #fff;
        margin-left: 10px;
    }

    .discuss_list_opa .discuss_list_opa_reply {
        background-color: #5bcd37;
    }

.discuss_list_reply {
    background-color: #f2f2f2;
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    display: none;
}

    .discuss_list_reply:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #f2f2f2;
        position: absolute;
        top: -13px;
        left: 20px;
    }

#createReplyForm {
    width: 715px;
    margin: 0 auto;
    margin-top: 25px;
}

.discuss_list_reply li:last-child {
    border-bottom: none;
}



.list_order {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #c1c1c1;
    margin-right: 8px;
    margin-top: 3px;
}


.code_block_right {
    width: 195px;
    margin-top: 4px;
}

    .code_block_right .overhidden, .code_tab_right .overhidden {
        margin-bottom: 3px;
    }

.code_tab_list {
    display: none;
}

    .code_tab_list.active {
        display: block;
    }

    .code_tab_list .bcfb760a {
        background-color: #fb760a;
    }

    .code_tab_list .code_tab_right {
        width: 234px;
    }

        .code_tab_list .code_tab_right span.c999 {
            display: inline-block;
            min-width: 72px;
        }

.code_tab_nav {
    position: absolute;
    top: -1px;
    right: 20px;
    font-size: 12px;
}

    .code_tab_nav li {
        float: left;
        padding: 13px 8px;
        cursor: pointer;
    }

        .code_tab_nav li.active {
            border-bottom: 2px solid #40C641;
        }

/*right_area*/
.right_area {
    width: 300px;
}

.right_area_con {
    padding: 10px 0;
}
/*user_shop*/

.user_shop_info {
    width: 270px;
    margin-left: 20px;
}

.user_shop {
    border-bottom: 1px solid #f2f2f2;
    padding-left: 20px;
    background-color: #f2f2f22e;
}

    .user_shop:hover {
        background-color: #fff;
        border-color: #e9eaee;
    }

.user_shop_title {
    /*padding: 0 20px;*/
    border-bottom: 1px solid #e9eaee;
    position: relative;
    text-align: center
}

    .user_shop_title img {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        margin-right: 5px;
    }


/*.user_shop_title .into_shop {
        display: inline-block;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
        background: #FA5555;
        border-radius: 4px;
    }*/
.into_shop {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background: #FA5555;
    border-radius: 4px;
}

.user_shop_title .into_shop:hover {
    background: #f90606;
}

.deposit_logo_shop {
    position: absolute;
    width: 48px;
    height: 63px;
    top: 44px;
    right: 20px;
    background-position: 0 0;
}

.code_list_con li {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

    .code_list_con li:hover {
        background-color: #f2f2f2;
    }

    .code_list_con li:last-child {
        border-bottom: none;
    }

.code_list_con img {
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
}
/*新增样式*/


/*编辑举报*/
.code_editor {
    padding: 20px 30px;
    border-top: 1px solid #f0f0f0;
    color: #999;
}

    .code_editor button:before {
        content: "";
        display: block;
        height: 30px;
        border-left: 1px solid #f0f0f0;
        position: absolute;
        left: -25px;
        top: -5px;
    }

    .code_editor button:hover {
        color: #f90606;
    }

        .code_editor button:hover .iconfont {
            color: #f90606;
        }


#form_favorite_error {
    top: 51px;
    right: 32px;
}

#dialog_report_modal .control-label {
    width: 70px;
    text-align: right;
}

#dialog_report_modal .textarea_con textarea {
    width: 83%;
    height: 130px;
    padding: 10px;
    resize: none;
}

#dialog_report_modal .textarea_con label {
    vertical-align: top;
}

#dialog_report_modal .input_con input {
    width: 83%;
}

#dialog_report_modal select, #dialog_report_modal .Token {
    width: 120px;
}

/* 图片轮播  --start-- */
img {
    border: 0;
}

.ban {
    width: 760px;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.ban2 {
    width: 760px;
    height: 360px;
    position: relative;
    overflow: hidden;
}

    .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

        .ban2 ul li {
            width: 760px;
            height: 360px;
        }

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 82px;
    overflow: hidden;
    width: 436px;
    position: relative;
    float: left;
}

.min_pic {
    padding-top: 25px;
    width: 500px;
    position: absolute;
    left: 130px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

    .num ul li {
        width: 82px;
        height: 82px;
        margin-right: 35px;
        padding: 4px;
        border: 1px solid #f0f0f0;
        background: url("/imgs/loading.gif") center center no-repeat;
    }

        .num ul li img {
            width: 70px;
            height: 70px;
        }


        .num ul li.on {
            border: 2px solid #40C641;
            padding: 4px;
        }

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 30px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 30px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 255px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 255px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
}

.pop_up {
    /*width: 500px;
            height: 500px;*/
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 30%;
    top: 42%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 1001;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 1000px;
    height: 580px;
    position: relative;
    overflow: hidden;
    float: left;
}

    .pop_up2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

        .pop_up2 ul li {
            width: 1000px;
            height: 580px;
            float: left;
        }
/* 图片轮播  --end-- */
#code_tree {
    font-size: 12px;
    font-family: Tahoma;
}

a.btn_more {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 12px;
    background-color: #f2f2f2;
    color: #666;
}

    a.btn_more:hover {
        background-color: #d3d1d1;
    }

.deposit_logo_big {
    position: static;
    margin-left: 12px;
}

.quality_logo {
    width: 28px;
    height: 28px;
    background-position: 0 -196px;
    margin-left: 30px;
}
/*火眼列表*/
#cloudlist {
    height: 246px;
}

.cloudlist {
    padding: 20px;
}

    .cloudlist li {
        float: left;
        width: 224px;
        margin-right: 20px;
        /*background-color:#f2f2f2;*/
        border: 1px solid #f2f2f2;
        border-radius: 4px;
        padding: 10px;
        text-align: center;
    }

        .cloudlist li:last-child {
            margin-right: 0;
            width: 182px;
            border: none;
            /*background-color:#fff;*/
            padding-top: 45px;
        }

        .cloudlist li:hover {
            border-color: #fb760a;
        }

            .cloudlist li:hover .title {
                color: #fb760a;
            }

    .cloudlist .logo {
        width: 100%;
        height: 100px;
        background-size: 50%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .cloudlist p {
        /*font-weight: bold;*/
        margin-top: 5px;
    }

        .cloudlist p span.org_price {
            text-decoration: line-through;
            margin-left: 20px;
            font-size: 12px;
        }

/*serv-tag 购买附加项*/
.choose-serve .none {
    display: none !important;
}

.choose-serve, .choose-type {
    color: #666;
    padding: 5px 0;
    position: relative;
}

.choose-serve {
    padding-bottom: 20px;
}

    .choose-serve .serv-tag, .choose-serve .reset-tag, .choose-type .serv-tag {
        cursor: pointer;
        display: inline-block;
        padding: 0 1.6em 0 1.2em;
        border: 1px #eee solid;
        border-radius: 2px;
        margin-right: 10px;
        line-height: 1.8em;
        overflow: hidden;
        vertical-align: middle;
    }

        .choose-serve .serv-tag em {
            font-style: normal;
            font-size: 12px;
        }

    .choose-serve .active, .choose-type .active {
        border-color: #40C641;
        position: relative;
    }

.summarize_info_opa {
    padding-top: 20px;
}

.serv-tag.active::after, .reset-tag.active::after {
    content: '✔';
    font-size: 10px;
    line-height: 24px;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #40C641;
    border-left: 20px solid transparent;
    text-indent: -10px;
    color: #fff;
    transform: scale(0.7,0.7);
}

.choose-serve span.tip {
    font-size: 12px;
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    line-height: 1.2em;
    width: 96%;
}

.choose-serve .unserv {
    text-decoration: line-through;
    cursor: not-allowed;
}

    .choose-serve .serv-tag:hover .tip, .choose-serve .unserv:hover .tip-un {
        display: block;
    }

.uneedchoose {
    color: red;
    font-style: normal;
    display: none;
}
/*放大二维码*/


.QR_Code_large {
    position: absolute;
    margin-top: -60px;
    margin-left: -85px;
    pointer-events: none;
    display: none;
}

.cb {
    color: #999 !important;
    padding: 9px 9px;
}


/* 源码相关统计 */

.CodeStat span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 46px;
}



/*右侧二维码 */

.QR_Right {
    width: 140px;
    height: 120px;
}
    .QR_Right img {
        width: 100%;
    }

/*视频展示 */
.like {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
    margin-left: 20px;
}

.cs {
    color: #f00;
}
.dplayer-video-wrap {

    border: 10px solid rgba(0, 0, 0, .4);
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: none;
    box-shadow: none;
 
}
.dplayer-video-wrap .dplayer-video-current {
    display: block;
}

.dplayer-video-wrap .dplayer-video {
    width: 100%;
    height: 100%;
}

.time {
    display: inline-block;
    background-color: #40c641;
    color: white;
    padding: 7px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 50px !important;
    font-size: 14px;
    border-radius: 25px
}

    .time span {
        font-size: 14px;
        background-color: white;
        padding: 3px;
        color: #68361b;
        margin: 15px auto;
    }


/*Discuss Right Side*/
li.discuss_right_side {
    padding: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.codeTitle_right_side {
    display: block;
    width: 260px;
    color: #40c641;
    font-size: 12px;
}

.discuss_list_right_side {
    padding: 10px;
    background-color: #f2f2f2;
    margin-top: 20px;
    position: relative;
}
.head_portrait_right_side img {
    width: 42px;
    height: 42px;
    border-radius: 30px;
}

.discuss_list_con_tit_right_side .overhidden {
    display: inline-block;
    max-width: 110px;
}

.discuss_list_con_right_side p {
    width: 188px;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}