*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f4f4f4;
}
[v-cloak]{
    display: none;
}
.box{
    margin:60px auto;
    width: 1200px;
}
#banner{
    width: 100%;
    background: url(https://assets.yangmifeng.com/videocenter/images/banner/banner.png) no-repeat;
    padding: 80px 0;
    margin: 0 auto;
    height: 400px;
}
#bannerText{
    height:200px;
    width: 60%;
    margin:0 20%;
    text-align: center;
}
#banner p{
    color:#fff;
    font-size: 24px;
    margin: 12px auto;
}
#bannerText :first-child{
    font-size: 48px;
    margin: 20px auto;
}

.subtitle{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.subtitle :nth-child(2){
    color:#5e5e5e;
    font-size: 26px;
}

.classBox{
    width:1200px;
    margin:10px auto;
}
.classes{
    display: inline-block;
    /*width:260px;*/
    margin:20px;
    position: relative;
}
.subtext p,.subtextExperience p{
    margin:6px;
}
.subtextExperience{
    position: absolute;
    width: 260px;
    bottom:-20px;
    height: 100px;
    left: 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    z-index: -1;
    padding: 30px 14px 0;
    font-weight:bold ;
    box-shadow: 0 2px 2px #e4e4e4;
}

.subtext{
     position: absolute;
     bottom:10px;
     left:30px;
 }
.subtext :first-child,.subtextExperience :first-child{
    font-size: 18px;
}
.subtext :nth-child(2),.subtextExperience :nth-child(2){
    font-size:14px;
}

.experienceImg{
    width: 260px;
    margin-bottom: 60px;
}
.frame{
    width: 260px;
    height: auto;
    display: block;
    border: 1px solid #999;
    margin-bottom: 54px;
    z-index: 5;
}
.freeExperienceBtn{
    display: inline-block;
    color:#c21916;
    /*background-color: #fff0f3;*/
    height: 20px;
    width:60px;
    line-height: 20px;
    /*border-radius: 5px;*/
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    position: absolute;
    right:20px;
    bottom:-14px;
}
.hoverExperience{
    width: 250px;
    height:226px;
    background-color: #fff;
    color:black;
    position: absolute;
    margin-left:20px ;
    top:0;
    z-index: 2;
    box-shadow: 0 2px 2px #e4e4e4;
    font-size: 12px;
    font-weight: bold;
    padding:20px 20px 20px 15px;
}
.hoverList{
    display: inline-block;
    /*margin-right: -230px;*/
    width: 100%;
}
.partName{
    width: 40px;
    vertical-align: top;
}
.partValue{
    width: 168px;
    padding:1px;
}

.subtextFree{
    position: absolute;
    width: 255px;
    bottom:4px;
    height: 83px;
    left: 2px;
    padding: 10px 14px 20px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 2px #e4e4e4;
}
.freeFreeBtn{
    display: inline-block;
    color:#c21916;
    /*background-color: #fff0f3;*/
    height: 20px;
    width:75px;
    line-height: 20px;
    /*border-radius: 5px;*/
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    position: absolute;
    right:20px;
    bottom:10px;
}
.freePartName{
    width: 60px;
    vertical-align: top;
}
.freePartValue{
    width: 151px;
    padding:1px;
}
.hoverExperience p{
    margin:6px auto;
    vertical-align: top;
}
.hoverExperience span{
    display: inline-block;
}
.hoverEffection p:hover{
    color:#fae362;
    cursor: pointer;
}

.freeExperience{
    display: inline-block;
    color:#c21916;
    background-color: #fff0f3;
    height: 20px;
    width:60px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    position: absolute;
    right:30px;
    bottom:8px;
    /*clear: both;*/
}

.freeBtn{
    color:#fff;
}
.freeBtn :hover{
    color:#fae362;
}
.hoverFree{
    width:259px;
    height:229px;
    background-color: black;
    z-index:5;
    position: absolute;
    top:0;
    /*left:5%;*/
    border-radius: 10px;
    opacity: 0.8;
    padding:10px;
    color:#fff;
    font-size: 10px;
    overflow: hidden;
}
.hoverFree span{
    display: inline-block;
}
.iframe{
    width: 255px;
    height: 143px;
    display: block;
    border: 1px solid #999;
    margin:0 0 87px 2px;
    z-index: 5;
}
.hoverFree p{
    margin:5px;
}
#claim{
    font-size: 14px;
    font-weight: bold;
    color:#999;
    width:1200px;
    margin:20px auto;
}
#claim span{
    display: inline-block;
    vertical-align: top;
}

a{
    color:black;
}
