.site_conf {
    width: 80%;
    background-color: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.site_conf tr{ width:30% }
/*.site_conf tr {*/
/*    line-height: 40px;*/
/*}*/

/* package 套餐页面 */
/* .table-responsive{ width: 1200px; margin: 0 auto; } */
.table-responsive{ margin: 0 auto; }
/* .site_conf{ width: 1200px; margin: 50px auto; margin-bottom: 60px; border-collapse: collapse; font-size: 14px; } */
.self_adaption {
    position: relative;
}
.site_conf{ margin: 50px auto; margin-bottom: 60px; border-collapse: collapse; font-size: 14px; }
.table-bordered{ border: 1px solid #ddd; }
#top_hide{ display: table; position: fixed; top: 0; margin: 0; border: none; }
#top_hide tbody{ width: 100%; width: 1200px; }
#top_hide tr td{ background-color: #fff; }
.second_row .text_orange{ color: #f15a24; font-family: "georgia" , "Microsoft Yahei"; }
.second_row  td .text_orange{ font-size: 24px; }
.second_row  td a.text_orange{ font-size: 14px; }
.site_conf tr .no,
.source-code-table tr .no,{ color: #b3b3b3; }
.site_conf tr .yes,
.source-code-table tr .yes{ color: #ed1c24; }
.site_conf th, .site_conf td{ padding: 8px; text-align: center; border: 1px solid #cfcfcf; }
.site_conf th,
/*.source-code-table th   { font-weight: normal; background: #333; color: #fff; }*/
.site_conf td{ color: #000; }
.site_conf td .texthorizon{ width: 20px; text-align: left; margin: 0 auto; line-height: 180%; }
.site_conf td.category_name{ background-color: #f7931e; color: #fff; }
.site_conf td a.btn{
    display: inline-block;
    padding: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #ff7800;
    /* border-radius: 15px; */
    /* -webkit-border-radius: 15px; */
    font-size: 16px;
    margin-bottom: 8px;
}
.site_conf td a.btn.btn1 {
    /*background-color: #ff4400;*/
    background-color: #ff7800;
}
.site_conf td a.btn.btn2 {
    background-color: #02adfb;
}
.site_conf td a.btn.btn2:hover {
    background-color: #039cdd;
}
.site_conf td a.btn:hover{ background-color: #ff6600; }
.site_conf td a.btn.disable {
    background-color: #bbb;
    cursor: not-allowed;
    border-color: #bbb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { vertical-align: middle; border-top: 1px solid #ddd; }
.agent_services {
    margin-top: 40px;
}
#agent_site_services tr td:first-child {
    background-color: #fcfcfc;
    min-width: 105px;
}
@media (min-width: 1200px) {
    #top_hide {
        width: 1140px;
        margin-top: 101px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #top_hide {
        width: 940px;
        margin-top: 141px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #top_hide {
        width: 720px;
        margin-top: 171px;
    }
}
@media (max-width: 768px) {
    #top_hide {
       display: none !important;
       margin-top: 101px;
    }
    .site_conf tr td {
        white-space: normal !important;
    }
}


.site_conf td p.info {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 27px;
}
.ddddd {
    /*height: 20px;*/
    /*width: 100px;*/
    /*line-height: 20px;*/
    /*border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border: 1px solid #f22214;*/
    /*color: #f22214;*/
    /*text-align: center;*/
    /*font-size: 12px;*/
    /*padding: 0 10px;*/
    /*margin: 0 auto;*/
}

.site_conf td p.info2 {
    line-height: 40px;
    font-size: 16px;
    min-height: 140px;
    color: #666;
    text-align: left;
    padding: 0px 14px;
}

.site_conf .text_red {
    font-size: 24px;
    color: #f22214;
}
/* 修改 end */

.source-code-table tr th,
.source-code-table tr td {
    text-align: center;
}

.agent_site_conf a.btn_orange,
.source-code-table a.btn_orange {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #ff6600;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
table.agent_site_conf tr th,
table.agent_site_conf tr td {
    line-height: 34px;
}
.source-code-table td.no {
    color: #999;
}
.source-code-table a.btn_orange:hover {
    background-color: #ff8800;
}
.source-code-table a.go-visit {
    color: #ff6600;
    font-size: 16px;
}
