﻿* {
    padding: 0px;
    margin: 0px;
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif' !important;
    outline: none;
    font-size: 14px;
    color: #333;
}

body {
    background-image: url('/Images/Shared/_Layout/BodyBg.png');
}

/*顶部盒子*/
.top {
    background-color: #096;
    min-width: 1000px;
}

    .top > div {
        width: 1000px;
        margin: auto;
    }

.login {
    float: right;
}

.tel {
    height: 40px;
    width: 233px;
    background-image: url('/Images/Shared/_Layout/Tel.png');
    float: left;
    margin-left: 10px;
}

.top a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
}

    .top a:hover {
        color: #096;
        background-color: #fff;
    }



.logo {
    height: 70px;
    width: 464px;
    margin-top: 25px;
    background-image: url('/Images/Shared/_Layout/Logo.png');
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

/*宣传顶部*/
.Lay_pga {
    margin-top: 20px;
    background-color: #fff;
    height: 100px;
    background-image: url('/Images/Shared/Banner/banner.png');
}

/*最外层盒子的顶部*/
.Lay_top {
    background-image: url('/Images/Shared/_Layout/TopBg.jpg');
    height: 120px;
    margin: auto;
    border-bottom: 4px solid #096;
    min-width: 1000px;
}

    .Lay_top > div {
        width: 1000px;
        margin: auto;
        position: relative;
    }

    .Lay_top ul {
        float: right;
        margin-top: 40px;
    }

    .Lay_top li {
        list-style: none;
        float: left;
    }


/*最外层的盒子*/
.Lay_Outermost {
    width: 1000px;
    margin: auto;
}

/*最外层盒子底部*/
.Lay_bottom {
    padding: 30px 0px;
    width: 1000px;
    margin: auto;
    font-size: 14px;
}

    .Lay_bottom label {
        font-size: 14px;
    }

    .Lay_bottom span {
        margin: 0px 10px;
        font-size: 14px;
    }

    .Lay_bottom p {
        text-align: center;
        padding: 8px 0px;
        font-size: 14px;
    }

    .Lay_bottom a {
        font-size: 14px;
        text-decoration: none;
        color: #333;
    }

        .Lay_bottom a:hover {
            text-decoration: underline;
        }

/*封装白色按钮*/
.Lay_btn_whi {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 80px;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
}

    .Lay_btn_whi:hover {
        color: #008055;
    }

/*封装绿色按钮*/
.Lay_btn_gre {
    background-color: #096;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .Lay_btn_gre:hover {
        background-color: #008055;
    }

/*封装灰色按钮*/
.Lay_btn_gray {
    background-color: #eee;
    color: #333;
    border: none;
    cursor: pointer;
    border: 1px solid #ccc;
}

    .Lay_btn_gray:hover {
        background-color: #ccc;
    }

/*封装橙色按钮*/
.Lay_btn_ora {
    background-color: #ff6700;
    border: none;
    cursor: pointer;
    color: #fff;
}

    .Lay_btn_ora:hover {
        background-color: #f25807;
    }

/*封装输入框样式*/
.Lay_ipt_sty {
    font-size: 16px;
    height: 50px;
    padding-left: 14px;
    border: 1px solid #e1e1e1;
    width: 300px;
    cursor: pointer;
}

    .Lay_ipt_sty:focus {
        border: 1px solid #096;
    }

/*学员登录标题*/
.Lay_tlt {
    padding: 15px 0px;
    text-align: center;
    background-color: #096;
    color: #fff;
    font-size: 20px;
}

/*文字对齐*/
.Lay_text {
    height: 50px;
    font-size: 16px;
    text-align: right;
}

/*标签文字大小*/
.Lay_label {
    font-size: 16px;
}

/*表格样式*/
.Lay_form {
    margin: auto;
}

    .Lay_form td {
        padding: 10px 5px;
    }

/*个人中心*/
.Lay_rht {
    padding: 20px;
    width: 960px;
    min-height: 460px;
    float: right;
    background-color: #fff;
}

    .Lay_rht > div {
        border-bottom: 2px solid #096;
        font-size: 16px;
        padding: 0px 0px 10px 10px;
    }

    .Lay_rht table {
        margin-top: 20px;
        text-align: center;
        border: 1px solid #009688;
        border-bottom: none;
        width: 100%;
    }

    .Lay_rht td {
        font-size: 16px;
        height: 100px;
        border-bottom: 1px solid #009688;
    }

/*我的课程标题样式*/
.Lay_rht_tlt {
    background-color: #096;
    color: #fff;
    height: 40px !important;
}

/*内容盒子*/
.Lay_Rgt {
    background-color: #fff;
    margin-top: 20px;
}

.Lay_table {
    padding: 60px 0px 80px 0px;
}

/*左边标题按钮样式*/
.Lay_lft {
    padding: 20px;
    width: 160px;
    min-height: 460px;
    float: left;
    background-color: #fff;
}

    .Lay_lft ul {
        list-style: none;
    }

    .Lay_lft li {
        margin-bottom: 10px;
    }

/*成功页*/
.Lay_success {
    padding: 200px;
    text-align: center;
}

    .Lay_success ul {
        list-style: none;
    }

    .Lay_success li {
        font-size: 16px;
        margin-bottom: 10px;
    }

.Lay_success_text {
    color: #999;
    padding-top: 10px;
}

/*清除浮动*/
.Lay_clear {
    clear: both;
}

/*金额样式*/
.Lay_mny {
    color: #ff6700;
    font-size: 24px;
}

/*关于我们*/
.Lay_content {
    margin-top: 20px;
    background-color: #fff;
    padding: 25px 20px;
    width: 960px;
}

/*标题*/
.content_title {
    border-bottom: 2px solid #096;
    font-size: 16px;
    padding: 0px 0px 10px 10px;
}

/*内容*/
.content_text {
    padding: 50px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing:1px;
}

/*问题反馈*/
.Lay_feed {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    width: 938px;
    resize: none;
    cursor: pointer;
}

    .Lay_feed:focus {
        border: 1px solid #096;
    }

.btn_feed {
    float: right;
    height: 50px;
    width: 200px;
    margin-top: 20px;
}
