/* package 套餐页面 */
body{
  min-width: 1200px;
  background-color: #fff;
}
.head-text {
    margin: 0 auto;
    width: 1200px;
    padding: 180px 0 0 50px;
    color: #fff;
}
.head-text h3 {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}
.head-text p {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.table-responsive{ margin: 0 auto; }
.self_adaption {
    position: relative;
}
.site_conf{ margin: 50px auto; margin-bottom: 80px; 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%; }

.row-static {
  width: 960px;
  margin: 0 auto;
}
.site_conf {
  width: 100%;
}
.site_conf tr {
  line-height: 40px;
}
.container-1{
  margin-bottom: 120px;
}
.container-1 .core-item p.desc {
    color: #999;
    line-height: 30px;
    font-size: 16px;
}
.container-1 .core-item {
    min-height: 315px;
    margin: 10px 15px;
    padding: 20px 10px;
    border:1px solid #f9d7b0;
    text-align: center;
}

.core-item {
    min-height: 170px;
    margin: 10px 15px;
    padding: 0px 20px;
    text-align: center;
}
.core-item h3 {
    font-size: 24px;
    color: #f7931e;
    margin-bottom: 15px;
}
.core-item p.desc {
    color: #ef0d0d;
}

.core-item p.desc {
    color: #999;
    line-height: 24px;
    font-size: 16px;
}
.site_conf td a.btn.btn1 {
    background-color: #ff4400;
}

.site_conf td a.btn {
    display: inline-block;
    padding: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #ff4400;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.price{
    color: #fb7907;
    font-size: 16px;
    font-weight: 700;
}