﻿* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    position: absolute;
}

.WandH100per {
    width: 100%;
    height: 100%;
}

.MainBox {
    width:100%;
    position: absolute;
}

.TopBox {
    width: 100%;
    height: 400px;
    background-image: url(../image/topbox_bg.png);
    background-position:center;
}

.ContentBox {
    margin-top: 88px;
    margin-bottom:222px;
    text-align: center;
}

    .ContentBox span {
        display: block;
    }

.ContentBox_Main {
    width: 1114px;
    margin: 0 auto;
}


.discountP{
    margin-top:100px;
}

.discount {
    color: #2f3b39;
    font-size: 31px;
    margin-bottom: 7px;
}

 .discount {
    letter-spacing: 5px;
}

.hotline {
    color: #2f3b39;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}


.Class_list{
    width:100%;
}
.List_title {
    color: #4d7168;
    font-weight:bold;
    font-size:41px;
    letter-spacing:2px;
    margin-bottom:40px;
}
.Class_list table{
    width:100%;
}
    .Class_list table tr{
        letter-spacing:2px;
    }

    .Class_list table tr td:nth-child(1) {
        width: 13%;
        background-color: #7fa99e;
        color: white;
        font-size: 29px;
    }

    .Class_list table tr td:nth-child(2) {
        color: #2f3b39;
        font-size: 25px;
        line-height: 45px;
        padding: 1% 0;
        box-sizing: border-box;
    }

    .Class_list table tr td {
        border-bottom: 3px solid #7fa99e;
    }