.section_package.section{
    background: #fff;
    border-bottom: 1px solid #D6D6D6;
    padding: 60px 0;
}
.section_package *{
    box-sizing: border-box;
}
.section_package .package_view_box{
    overflow: hidden;
}
.section_package .package_img{
    float: left;
    margin: 0 10px;
    width: 580px;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .section_package .package_img .package_container{
        height: 385px;
    }
}
.section_package .package_img>h2{
    font-size: 30px;
    line-height: 1;
}
.section_package .package_img>h2 *{
    vertical-align: top;
}
.section_package .package_img>h2 img{
    height: 35px;
}
.section_package .package_img>p{
    font-size: 16px;
    margin: 10px 0 0;
}
.section_package .package_img .img_list{
    overflow:hidden;
    margin: 20px auto 0;
    display: inline-block;
	white-space: nowrap;
	font-size: 0;
	-webkit-transition: margin 0.5s;
	-moz-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	transition: margin 0.5s;
}
.section_package .img_list li{
    display: inline-block;
    width: 142px;
    height: 82px;
    border: 1px solid #666;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.section_package .img_list li.hot{
    border-color: #c00;
}
.section_package .img_list li:last-of-type{
    margin-right: 0;
}
.section_package .package_info{
    float: right;
    margin: 0 10px;
    width: calc(100% - 670px);
    color: #333;
    text-align: left;
}
.section_package .package_info h3{
    font-size: 30px;
    line-height: 1;
}
.section_package .package_info h3.nosub{
	margin-bottom: 40px;
}
.section_package .package_info p.subTitle{
    color: #c00;
    margin: 20px 0 30px;
    font-size: 14px;
}
.section_package p.subTitle span{
    color: #666;
}
.section_package p.subTitle span a{
    color: #0066CC;
}
.section_package .package_info h6{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.section_package .package_info .site_box{
    overflow: hidden;
    margin-bottom: 30px;
}
.section_package .package_info .site_item{
    float: left;
    margin: 0 10px 10px 0;
    color: #666;
    border: 1px solid #666;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: calc((100% - 20px)/3);
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    z-index: 1;
}

.section_package .package_info .combination_box .site_item{
	width: auto;padding: 0 16px; 
}

.section_package .package_info .site_item:nth-of-type(3n){
    margin-right: 0;
}
.section_package .package_info .site_item.hot,
.section_package .package_info .site_item:hover{
    color: #c00;
    border-color: #c00;
}
.section_package .package_info .site_item.hot:before{
    content: '';
    border-width: 6px;
    border-color: #c00 transparent transparent #c00;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.section_package .package_info .site_item.hot:after{
    content: '¡Ì';
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 3;
    color: #fff;
    height: 12px;
    width: 12px;
    line-height: 12px;
    font-family: ËÎÌå;
    transform: scale(.6);
}
.section_package .package_info .content{
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
}
.section_package .package_info .content .label{
    float: left;
    font-weight: bold;
    width: 100px;
    color: #222;
    height: 30px;
    line-height: 1.8;
}
.section_package .package_info .content .text{
    float: left;
    color: #666;
    width: calc(100% - 110px);
    text-align: left;
}
.section_package .package_info .content .block_view{
    width: 100%;
}
.section_package .package_info .content .text a{
    color: #0066CC;
}
.section_package .package_info .content .text a i{
    font-family: 'simsun';
    color: inherit;
    font-size: inherit;
    transform: scale(.8);
    display: inline-block;
    margin: 0 5px 0 10px;
}
.section_package .package_info .content .text i{
    color: #FD9757;
}
.section_package .package_info_bottom{
    overflow: hidden;
    margin-top: 50px;
}
.section_package .package_info .old_price{
    height: 26px;
    line-height: 26px;
}
.section_package .package_info .old_price .text{
    color: #999;
    font-size: 24px;
    line-height: inherit;
    width: auto;
    font-weight: 100;
}
.section_package .package_info .old_price .text i{
    color: inherit;
}
.section_package .package_info .price_box{
    font-size: 16px;
    float: left;
    padding-bottom: 2px;
}
.section_package .package_info .year{
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #c00;
    display: inline-block;
    width: 61px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    margin-left: 5px;
    transform: translateY(-15px);
    background: url('/images/newpc/index/tipbg.png') no-repeat;
}
.section_package .package_info .price_box .price{
    font-size: 60px;
    margin: 0 10px;
    line-height: 1;
}
.section_package .package_info .buy_btn{
    float: right;
    display: block;
    height: 35px;
    line-height: 35px;
    background: #c00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: all .2s;
    margin-top: 25px;
    padding: 0 40px;
}
.section_package .package_info .buy_btn:hover{
    background: #dd0000;
}
.section_package .package_info .next_btn{
    float: right;
    display: block;
    height: 35px;
    line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #666;
	color: #666;
    text-align: center;
    font-size: 14px;
    transition: all .2s;
    margin: 25px 10px 0 0;
    padding: 0 40px;
}
.section_package .package_info .next_btn:hover{
    background: #c00;
	border: 1px solid #c00;
	color: #fff;
}
.section_package .package_info .double_btn{clear: both;}
.section_package .package_info .double_btn .buy_btn{float: left;}
.section_package .package_info .double_btn .next_btn{float: left;margin-left: 12px;}
@media screen and (max-width: 1199px) {
    .section_package.section {
        padding: 20px;
    }
    .section_package .package_img>h2{
        font-size: 18px;
    }
    .section_package .package_img>p{
        font-size: 12px;
    }
    .section_package .package_img,
    .section_package .package_info{
        float: none;
        margin: 0;
        width: 100%;
    }
    .section_package .package_img>h2 img{
        height: 20px;
    }
	
    .section_package .img_list li{
        width: 100px;
        height: auto;
        padding: 5px;
        margin-right: 6px;
    }
    .section_package .package_info{
        width: 100%;
        padding-top: 20px;
    }
    .section_package .package_info h3{
        font-size: 16px;
    }
    .section_package .package_info p.subTitle{
        margin: 10px 0 20px;
        font-size: 12px;
        line-height: 1.8;
    }
    .section_package .package_info .site_box{
        width: 100%;
    }
    .section_package .package_info .site_item{
        font-size: 12px;
    }
    .section_package .package_info .content{
        font-size: 12px;
    }
    .section_package .package_info_bottom{
        margin-top: 0;
    }
    .section_package .package_info .old_price{
        height: 20px;
        line-height: 20px;
    }
    .section_package .package_info .old_price .text{
        font-size: 14px;
    }
    .section_package .package_info .price_box{
        font-size: 12px;
        margin-top: 20px;
    }
    .section_package .package_info .price_box .price{
        font-size: 32px;
        margin: 0;
    }
    .section_package .package_info .buy_btn,.section_package .package_info .next_btn{
	    height: 30px;
	    line-height: 30px;
	    margin-top: 30px;
	    font-size: 12px;
	    margin-bottom: 20px;
	    padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.section_package .package_info .combination_box .site_item{width: calc((100% - 20px)/2);}
}
@media screen and (max-width: 320px) {
    .section_package .package_info .price_box{
        font-size: 24px;
    }
    .section_package .package_info .buy_btn,.section_package .package_info .next_btn{
        padding: 0 10px;
        margin-top: 15px;
    }
}