ul, ol{
    padding: 0 !important;
    margin:0 !important;
}

.am-container{
    position: relative;
}
#space {
    width: 100%;
    height: 320px;
    position: absolute;
    z-index: 0;
}
.striping{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
.striping h2{
    width: 100%;
    text-align: center;
    margin:40px auto 0;
    font-size: 60px;
    line-height: 100px;
    color: #f0d199;
}
.striping p{
    color: #f0d199;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    margin: 0;
}

.main-content{
    background: #fff;
    position: relative;
    height: 744px;
    margin-top: 240px;
}
.contrast-list li:first-child ol li{
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 300;
}
.contrast-list li:first-child ol{
    padding: 0 !important;
}
.contrast-list>li{
    text-align: center;
}
.contrast-list>li ol{
    box-shadow:0 0 12px 5px rgba(0,0,0,0.1);
}
.contrast-list li ol li{
    height: 40px;
    line-height: 40px;
}
.contrast-list li ol li .duihao{
    color: #e94b16;
}
.contrast-list li ol li:nth-child(odd){
    background:#ffffff ;
}
.contrast-list li ol li:nth-child(even){
    background:#fafafa ;
}
.contrast-list li ol li:first-child,.contrast-list li ol li:last-child{
    height: 120px;
}
.contrast-list li ol li:first-child h1{
    padding-top: 16px;
    margin-bottom: 0;
}
.contrast-list li ol li:first-child p{
    margin: 0;
    line-height: 1.4;
}
.contrast li:first-child{
    padding-top: 50px;
}
.common li:first-child{
    background: #1daf94 !important;
    color: #fff;
}
.advanced li:first-child{
    background: #e94b16 !important;
    color: #fff;
}
.gold li:first-child{
    background: #e9bf16 !important;
    color: #fff;
}
.common-color{
    background: #1daf94;
}
.advanced-color{
    background: #e94b16;
}
.gold-color{
    background:#e9bf16 ;
}
.contrast{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.common{
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 3;
}
.advanced{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
}
.gold{
    position: absolute;
    left: 75%;
    top: 0;
    z-index: 1;
}
.btn{
    display: inline-block;
    padding: 5px 20px;
    margin: 35px 0;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}
.btn:hover{
    color: #fff;
}
.common-color:hover{
    background-image: linear-gradient(-20deg, #1daf94 0%, #26d9e0 100%);
}
.advanced-color:hover{
    background-image: linear-gradient(-20deg, #f83600 0%, #f9d423 100%);
}
.gold-color:hover{
    background: -webkit-linear-gradient(#f6d365,#fda085); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e2b815, #dddc7d); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e2b815, #dddc7d); /* Firefox 3.6 - 15 */
    background: linear-gradient(-20deg,#f6d365, #f1db39); /* 鏍囧噯鐨勮娉� */
}
.common,.advanced,.gold{
    transition-duration:500ms;
}
.common:hover,.advanced:hover,.gold:hover{
    transform: scale(1.02);
    z-index: 999;
}

@media (max-width: 640px) {
    .common,.advanced,.gold{
        position: inherit;
    }
    .contrast-list li{
        margin-bottom: 10px;
    }
    .striping h2{
        margin-top: 50px;
        font-size: 30px;
        line-height: 2;
    }
    .striping p{
        font-size: 16px;
    }
    .main-content{
        margin-top: 170px;
    }
    #space{
        height: 240px;
    }
}
@media (max-width: 1100px) {
    .contrast-list li:first-child ol li{
        font-size: 1.4rem;
    }
}