html,body{
    width: 100%;
    height: 100%;
}
.main{
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #EEE;
}
.box2{
	padding-bottom: 65px;
}
.box2 .w1170{
    overflow: visible;
}
.box2 .title{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}
.box2 .pack{
    margin: -10px;
}
.box2 .pack .item{
    float: left;
    width: 20%;
    display: block;
}
.box2 .pack .item:hover .list{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box2 .pack .item .list{
    margin: 10px;
    height: 300px;
    border-radius:8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
} 
.box2 .pack .item .list .tips_bg{
    padding: 2px 5px;
    border-radius:3px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.box2 .pack .pic-word .list{
    background-color: #fff;
}  
.box2 .pack .pic-word .list .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    width: 100%;
    height: 170px;
}
.box2 .pack .pic-word .list .desc{
    padding: 15px 15px 0 15px;
}
.box2 .pack .pic-word .list .desc h1{
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}
.box2 .pack .pic-word .list .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}
.box2 .pack .double-style{
    width: 40%;
}
.box2 .pack .double-style .lt,
.box2 .pack .double-style .rt{
    float: left;
    width: 50%;
    height: 100%;
}
.box2 .pack .double-style .rt{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box2 .pack .double-style .lt{
    background-color: #fff;
    position: relative;
}
.box2 .pack .double-style .lt .desc{
    padding: 60px 30px 0 30px;
}
.box2 .pack .double-style .lt .desc h1{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.box2 .pack .double-style .lt .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
}
.box2 .pack .double-style .lt .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid #E1E1E1;
    text-align: center;
    font-size: 12px;
    color: #3C3D41;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.box2 .pack .pic-all .pic{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box2 .pack .pic-all .pic .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box2 .pack .pic-all .pic .desc h2{
    font-size: 14px;
    color: #fff;
    font-family:AppleSystemUIFont;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.box2 .pack .pic-all .pic .desc h1{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.box2 .pack .pic-all .pic .desc p{
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
}
.box2 .pack .pic-all .pic .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}
.box2 .pack .color-all .list{
    background: #E5464E;
    background:-webkit-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:-moz-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:linear-gradient(139deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    position: relative;
}
.box2 .pack .color-all .list .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box2 .pack .color-all .list .desc h2{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.box2 .pack .color-all .list .desc h1{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
.box2 .pack .color-all .list .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}

/*加载更多*/
.load-btn{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background:#D8D8D8;
    border-radius:4px;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 45px;
    font-weight: 600;
}