﻿/*全局的*/
body {
    max-width: 640px !important;
    margin: 0 auto !important;
    background: #fff;
}



/*---底部菜单---------------------------------------------------*/
.底部按钮 {
    padding-bottom: 1rem;
}

    .底部按钮 .btn {
        position: absolute;
        bottom: 0;
        max-width: 640px;
    }
/*---底部菜单---------------------------------------------------*/





/*---底部菜单---------------------------------------------------*/
/*background: #f4f4f4;*/
.menu-box {
    max-width: 640px !important;
    left: auto !important;
}

.menu-box {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    left: 0rem;
    align-items: center;
    height: 1.2rem;
    z-index: 9999;
    background: #ffffff;
    border-top: 0.01rem solid #e6e6e6;
}


.pay-button span {
    display: inline-block;
    width: 100%;
    height: 1.1rem;
    color: #fff;
    font-size: 0.26666666666666666rem;
    line-height: 1.1rem;
    text-align: center;
    background: #0088ff;
    float: left;
    cursor: pointer;
    /*float: initial;*/
}


.menu-box ul {
    display: flex;
    align-items: center;
    height: 1.2rem;
}

    .menu-box ul li {
        flex: 1;
        float: left;
        font-size: 0.27rem;
        text-align: center;
        color: #9e9e9e;
    }

        .menu-box ul li img {
            width: 0.4rem;
            height: auto;
        }

        .menu-box ul li span {
            width: 100%;
            display: block;
        }
/*---底部菜单---------------------------------------------------*/






/*---导航页---------------------------------------------------*/
.info-item {
    /*margin-top: 0.13333333333333333rem;*/
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    background: #ffffff;
    justify-content: space-between;
    /*margin-bottom: 0.16666666666666666rem;*/
    margin-top: 0px;
    margin-bottom: 1px;
    cursor: pointer;
}

    .info-item .label {
        color: #0f0f0f;
        font-size: 0.26666666666666666rem;
    }

    .info-item.small {
        height: 1.1rem;
    }

    .info-item .right-txt {
        display: flex;
        align-items: center;
    }

.right-txt .value {
    font-size: 0.22666666666666666rem;
    color: #999999;
}

.right-txt .arr-right {
    width: 0.1rem;
    height: auto;
    margin-left: 0.2rem;
}
/*---导航页---------------------------------------------------*/


/*-------------------------------------------------------------文章*/
.articel-content {
    padding: 0rem 10px 0rem 10px;
    background: #ffffff;
    font-size: 0.30666666666666666rem;
    line-height: 0.55666666666666666rem;
    color: #303133;
}
/*padding: 0.7666666666666667rem 0.26666666666666666rem 0.6666666666666666rem 0.26666666666666666rem;*/
/*padding-top: 0.1rem;*/
/*-------------------------------------------------------------文章*/






/*---------------------------顶部的导航菜单---------------------------------*/
.header-2 {
    font-family: "微软雅黑";
    padding: 0 15px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    height: 46px;
    overflow: hidden;
    color: #585858;
    background: #FFFFFF;
    border-bottom: 1px #e1e1e1 solid;
}

.cbox {
    display: -o-box;
    -o-box-align: center;
    -o-box-pack: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    position: relative;
}

.header-2 .ico {
    position: absolute;
    top: 12px;
    overflow: hidden;
    background-size: contain !important;
}

.header-2 .go-back, .header-2 .go-lesson-index, .header-2 .go-index {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.header-2 .go-back {
    left: 10px;
    background: url(/cms/Images/ico-go-back.png) no-repeat;
}

.header-2 .title {
    max-width: 80%;
    height: 45px;
    overflow: hidden;
}

.flex {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
}

.header-2 .ico {
    position: absolute;
    top: 12px;
    overflow: hidden;
    background-size: contain !important;
}

.header-2 .go-back, .header-2 .go-lesson-index, .header-2 .go-index {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.header-2 .go-index {
    right: 10px;
    background: url(/cms/Images/ico-go-index.png) no-repeat;
}
/*---------------------------顶部的导航菜单---------------------------------*/



/*---------------------------老页面改造---------------------------------*/
.div-content dl dt {
    width: 20%;
    text-align: initial;
}

.div-content dl dd {
    margin-left: 20%;
}

.input.normal {
    width: 90%;
}

textarea.input {
    width: 90%;
}

.btn {
    background: #0088ff;
    height: 1rem;
    line-height: 1rem;
    width: 100%;
}

    .btn:hover {
        background: #0088ff;
    }

textarea.input {
    height: 2rem;
}




.ltable td, .ltable th {
    padding-left: 10px;
}
.ltable th {
    text-align: left;
}


.div-content {
    padding: 10px 10px;
}

/*---------------------------老页面改造---------------------------------*/



