body{
    max-width: 6.4rem;
    margin: 0 auto;
    background: #F4F4F4;
}
/*公共底部*/
.public-bottom{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 0.18rem;
    color: #050505;
    padding: 4% 0;
}
.public-bottom li{
    text-align: center;
    line-height: 0.3rem;
}
/*班型*/
.kc-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF url("../image/java-img.png") no-repeat 90% 85%;
    background-size: 0.88rem;
    width: 5.9rem;
    min-height: 3.25rem;
    border-radius: 0.1rem;
    box-shadow: 0 5px 5px 1px #D5D5D5;
    margin: 0.35rem auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.25rem;
}
.kc-item1{
    background: #FFFFFF url("../image/java-img1.png") no-repeat 90% 85%;
    background-size: 0.88rem 1.14rem;
}
.kc-item2{
    background: #FFFFFF url("../image/java-img2.png") no-repeat 90% 85%;
    background-size: 0.88rem 1.14rem;
}
.kc-item .kc-item-a{
    display: block;
    width: 100%;
    min-height: 3rem;
}
.kc-item .kcItem-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0.62rem;
    background: url("../image/title-bg.png") no-repeat left center;
    background-size: 2rem;
    color: #ffffff;

    display: -webkit-flex;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 0.25rem;
    font-size: 0.18rem;
}
.kc-item .kcItem-title1{background-color: #DD2549;}
.kc-item .kcItem-title2{background-color: #FC972B;}
.kc-item .kcItem-title3{background-color: #4A69C4;}
.kc-item .kcItem-title4{background-color: #36AFA8;}
.kc-item .kcItem-title5{background-color: #49abdc;}
.kc-item .kcItem-title6{background-color: #D031C1;}
.kc-item .kcItem-title7{background-color: #8F5CDB;}


.kc-item .kcItem-title h3{
    font-size: 0.24rem;
    font-weight: bold;
    margin-right: 0.2rem;
}
.kc-item .kcItem-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.18rem;
    width: 1.1rem;
    line-height: 0.36rem;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    position: absolute;
    right: 0.25rem;
    top: 0.13rem;
}
.kc-item .kcItem-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 4rem;
    overflow: hidden;
    margin-top: 0.45rem;
    margin-left: 0.25rem;
    text-indent: 2em;
    font-size: 0.18rem;
    color: #3f4040;
    line-height: 0.3rem;
}

/*猜你喜欢*/
.cx-title{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    padding: 0 0.25rem;
}
.cx-title h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.24rem;
    font-weight: bold;
    color: #3f4040;
    border-left: 0.04rem solid #FE6716;
    padding-left: 0.08rem;
    line-height: 0.26rem;
}


.select-love{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 0 0.2rem;
}
.select-love li{
    width: 20%;
    font-size: 0.18rem;
    float: left;
    margin: 0.15rem 0;
}
.select-love li img{
    width: 0.84rem;
}
.select-love li p{
    text-align: center;
    color: #404040;
    margin-top: 0.1rem;
}






























