﻿html,
body {
    width: 100%;
    min-height: 100%;
}

:root {
    --underline-height: 2px;
    --transition-duration: .3s;
}

/* 公共代码----头部 */
.el_container {
    margin: auto;
    min-width: 1240px;
    min-height: 100%;
    background-color: #fff;
}

/* 一级菜单 */
.header_firstNav {
    height: 130px;
    font-size: 14px;
}

    .header_firstNav .header_content {
        width: 1200px;
        height: 100%;
        margin: auto;
    }

.header_left {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: pink; */
}

    .header_left .el_img {
        width: 225.39px;
        height: 30px;
    }

.el_img img {
    height: 100%;
}


.header_right {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: pink; */
}

/* 搜索筛选 */
.screenArea {
    width: 470px;
}

.screen_top {
    display: flex;
    align-items: center;
}

    .screen_top .type_item {
        width: 55px;
        height: 26px;
        text-align: center;
        font-size: 12px;
        color: #42a552;
        line-height: 26px;
        cursor: pointer;
    }

    .screen_top .type_active {
        background-color: #42a552;
        color: #fff;
    }

.screen_bottom {
    width: 100%;
    display: flex;
    align-items: center;
}

.el_input {
    width: 85%;
}

    .el_input input {
        width: 100%;
        height: 35px;
        border: 1px solid #42a552;
        box-sizing: border-box;
        border-right: none;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 15px;
    }

        .el_input input::placeholder {
            color: #939393;
            font-size: 13px;
        }

.searchBtn {
    width: 15%;
    flex-shrink: 0;
    cursor: pointer;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #42a552;
    border-radius: 0 5px 5px 0;
}

    .searchBtn:hover {
        background-color: #34be4b;
    }


/* 二级菜单 */
.header_secondNav {
    background-color: #42A552;
}

.seconddNav_content {
    height: 60px;
    width: 1200px;
    margin: auto;
}

.navLeft {
    width: 725px;
    height: 60px;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    float: left;
}

    .navLeft .nav_item {
        flex: 1;
        height: 60px;
        text-align: center;
        line-height: 60px;
        flex-shrink: 0;
        font-size: 15px;
        cursor: pointer;
        color: #fff;
    }


.navRight {
    /* width: 220px; */
    height: 60px;
    float: right;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    position: relative;
}


.enterMobile {
    /* width: 42%; */
    width: 92px;
    height: 35px;
    background-color: #127021;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* margin-right: 20px; */
}

    .enterMobile:hover {
        background-color: #0c6b1c;
    }

    .enterMobile img {
        width: 13px;
        height: auto;
        margin-right: 7px;
    }



/* 显示进入移动端二维码 */
.show_ewm {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 80px;
    box-shadow: 0 0 5px 0 #828282;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0 30px;
    box-sizing: border-box;
    z-index: 100;
}

    .show_ewm img {
        width: 100px;
    }

    .show_ewm span {
        margin-top: 15px;
        font-size: 13px;
    }


/* 登录区域 */
.accountArea {
    /* width: 70px; */
    height: 60px;
    /* background-color: orange; */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notLogin {
    display: flex;
    align-items: center;
}
/* 没有登录显示登录、注册按钮 */
.account_login {
    width: 70px;
    height: 35px;
    background-color: #127021;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    margin-left: 20px;
    cursor: pointer;
}

    .account_login:hover {
        background-color: #0c6b1c;
    }

.add_register {
    width: 70px;
    height: 35px;
    background-color: #127021;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    margin-left: 20px;
    cursor: pointer;
}

    .add_register:hover {
        background-color: #0c6b1c;
    }

/* 登录显示头像 */
.alreadyLogin {
    /* width: 100%; */
    height: 60px;
    margin: 0 auto;
    /* background-color: lightcoral; */
    position: relative;
    display: flex;
    /* align-items: center; */
}

    .alreadyLogin .account_register {
        width: 100px;
        height: 35px;
        background-color: #127021;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 35px;
        margin: 12.5px 20px 0 10px;
        cursor: pointer;
        padding-left: 8px;
        box-sizing: border-box;
    }

    .alreadyLogin .userName {
        /* width: 80px; */
        max-width: 80px;
        margin-right: 10px;
        /* background-color: orange; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .alreadyLogin .avatar_name {
        width: auto;
        height: 35px;
        font-size: 17px; 
        color: #fff;
        line-height: 35px;
        margin: 12.5px 10px 0 20px;
        cursor: pointer;
    }

    .alreadyLogin img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: block;
        margin-top: 5px;
    }

.account_right {
    text-align: right;
    cursor: pointer;
}

/* 用户操作列表 */
.operatorList {
    width: 100px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 25px 0;
    box-sizing: border-box;
    z-index: 100;
}

    .operatorList .operator_item {
        font-size: 14px;
        color: #383838;
        text-align: center;
        list-style: none;
        outline: none;
        cursor: pointer;
        margin-bottom: 27px;
        font-weight: bold;
    }

.operator_item:last-child {
    margin-bottom: 0;
}

.operator_item:hover a {
    color: #42A552;
}

















/*主要内容  */
.page_login .el_container {
    background-color: transparent;
}

.el_main {
    width: 1200px;
    min-height: 850px;
    margin: 50px auto 0;
}

.main_content {
    width: 1100px;
    height: 530px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #b7b5b5;
    overflow: hidden;
    background-color: #fff;
    margin: 40px auto;
}

.loginRelated {
    width: 550px;
    height: 530px;
    /* background-color: lightblue; */
    float: left;
}

.publicNum {
    width: 550px;
    height: 530px;
    /* background-color: palegoldenrod; */
    float: right;
    padding: 30px 0;
    box-sizing: border-box;
    /* background: url(../img/loginBg_rt_03.png) no-repeat;
    background-size: 100% 100%; */
    background: url(../img/loginBJ_rt.png), url(../img/loginBJ_rb.png);
    background-repeat: no-repeat;
    background-size: 35% auto, 80% auto;
    /* background-position:right top, 145% 300px; */
    background-position: right top, 145% 125%;
}
.publicNumInner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #EDEDED;
    box-sizing: border-box;
}

    .publicNumInner .ewmBox {
        width: 150px;
        height: 150px;
        border: 1px solid #42A552;
        box-sizing: border-box;
        padding: 1px;
    }

    .publicNumInner img {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    .publicNumInner span {
        font-size: 18px;
        letter-spacing: 1px;
        color: #42A552;
        font-weight: bold;
        margin-top: 15px;
    }
/* 1.账号登录 */

.publicLogin {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    /* background-color: palegoldenrod; */
    overflow: hidden;
}

.relatedTitle {
    color: #42A552;
    font-weight: bold;
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}



.loginNav {
    width: 100%;
    margin-top: 50px;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    position: relative;
}

    .loginNav .line {
        width: 1px;
        height: 30px;
        background-color: #EBEBEB;
        position: absolute;
        left: 50%;
        top: 0;
    }

.login_nav_item {
    flex: 1;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #646464;
    letter-spacing: 2px;
    cursor: pointer;
    /* font-weight: bold; */

}

    .login_nav_active {
        color: #42A552; 
        font-weight: bold;
        font-size: 21px;
    }
/* 微信扫码登录 */
.wechatScan {
    width: 100%;
    margin-top: 82px;
}

    .wechatScan .wechatBox {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

.wechatBox img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.wechatTips {
    margin-top: 20px;
}

    .wechatTips p {
        color: #676767;
        font-size: 15px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-align: center;
    }

.forgetPwd {
    font-size: 14px;
    color: #aaabaa;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 50px;
    text-align: center;
}





.loginBox {
    margin-top: 40px;
}

    .loginBox .box_item {
        margin-bottom: 16px;
    }

        .loginBox .box_item input {
            width: 100%;
            height: 40px;
            border: none;
            outline: none;
            padding: 0 20px;
            box-sizing: border-box;
            border-radius: 5px;
            background-color: #E8F4EA;
            font-size: 15px;
            overflow: hidden;
            border: 1px solid transparent;
        }

            .loginBox .box_item input::placeholder {
                color: #81848a;
                font-size: 14px;
            }

            .loginBox .box_item input:focus {
                box-sizing: border-box;
                outline: none;
                /* border: 1px solid rgba(82, 168, 236, .8); */
                border: 1px solid #42a5527e;
            }

/* 验证码 */
.box_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box_code .item_left {
        flex: 1;
    }

    .box_code .item_right {
        width: 80px;
        flex-shrink: 0;
        margin: 0 5px 0 20px;
    }

        .box_code .item_right img {
            width: 100%;
            height: auto;
            display: block;
        }

/* 忘记密码、变更手机号 */
.box_footer {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    margin-top: 20px;
}

    .box_footer span {
        font-size: 14px;
        color: #aaabaa;
        cursor: pointer;
    }

    .box_footer .forgetPassword {
        text-decoration: underline;
        margin-right: 30px;
    }

/* 错误提示 */
.errorTips {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #ff4545;
}

.registerTips {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #696A69;
}


.nextStepBtn,
.confirmBtn,
.keepSave,
.loginBtn {
    margin: 45px auto 0;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #42A552;
    cursor: pointer;
}



/* .nextStepBtn,
.confirmBtn,
.keepSave {
    margin: 45px auto 0;
    width: 70%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #4584f6;
    cursor: pointer;
} */

.toRegister {
   
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #42A552;
    font-weight: bold;
    cursor: pointer;
} 
    .toRegister .targetBox {
        width:auto;
        display: inline-block;
    }
.toRegister span:nth-child(2) {
    margin-left: 5px;
}

/* 忘记密码第一步 错误提示 */
.accountForget_one .relatedTitle {
    margin-top: 118px;
}

.accountForget_one .errorTips p {
    margin-bottom: 8px;
}

/* 忘记密码第二步 */
.accountForget_two .relatedTitle,
.changePhone_two .relatedTitle {
    margin-top: 118px;
}

.accountForget_two .box_code .item_right,
.changePhone_two .box_code .item_right {
    width: 110px;
    height: 40px;
    margin-right: 0;
}

    .accountForget_two .box_code .item_right .sendBtn,
    .changePhone_two .box_code .item_right .sendBtn {
        width: 110px;
        height: 40px;
        background-color: #42A552;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

.accountForget_two .nextStepBtn {
    margin-top: 100px;
}

/* 忘记密码第三步 */
.accountForget_three {
    width: 70%;
}

    .accountForget_three .relatedTitle {
        margin-top: 70px;
    }

    .accountForget_three .loginBox {
        width: 85%;
        margin: 30px auto 0;
    }

    .accountForget_three .errorTips p {
        margin-bottom: 8px;
    }

    .accountForget_three .toLogin,
    .changePhone_two .toLogin {
        font-size: 14px;
        color: #42A552;
        text-align: center;
        text-decoration: underline;
        margin-top: 20px;
        cursor: pointer;
    }

    .accountForget_three .reduceWidth {
        width: 90%;
    }

/* 变更手机号第一步 */

.changePhone_one .relatedTitle {
    margin-top: 118px;
}

.changePhone_one .errorTips p {
    margin-bottom: 8px;
}

/* 变更手机号第二步 */
.changePhone_two .errorTips p {
    margin-bottom: 8px;
}


/* 2.账号注册 */
.accountRedister_one .errorTips p {
    margin-bottom: 8px;
}

/* 账号注册第一步 */
.accountRedister_one .relatedTitle {
    margin-top: 78px;
}

.accountRedister_one .box_code .item_right {
    width: 110px;
    height: 40px;
    margin-right: 0;
}

    .accountRedister_one .box_code .item_right .sendBtn {
        width: 110px;
        height: 40px;
        background-color: #4584f6;
        border-radius: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

/* 账号注册第二步 */
.accountRedister_two {
    width: 70%;
}

    .accountRedister_two .nextStepBtn {
        margin: 35px auto 70px;
    }

.accountConfirmBox {
    /* background-color: palegoldenrod; */
    margin-top: 30px;
}

.confirm_item {
    display: flex;
    align-items: center;
    padding: 15px 7px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e4e5;
    font-size: 16px;
}

    .confirm_item .confirm_left {
        width: 80px;
        /* background-color: orange; */
        color: #828080;
        flex-shrink: 0;
        margin-right: 25px;
        line-height: 22px;
    }

        .confirm_item .confirm_left .hide {
            opacity: 0;
        }

    .confirm_item .addLetterSpacing {
        letter-spacing: 2px;
    }

    .confirm_item .confirm_right {
        flex: 1;
        /* background-color: lightblue; */
        color: #484949;
        line-height: 22px;
    }

/* 信息不全 */
.perfectInfo {
    width: 70%;
    margin: 50px auto;
    /* background-color: palegoldenrod; */
}

.perfect_box {
    margin-bottom: 25px;
}

.perfect_sex {
    display: flex;
    align-items: center;
}

    .perfect_sex .lable_item {
        margin-right: 30px;
        cursor: pointer;
    }

        .perfect_sex .lable_item label {
            margin-right: 5px;
        }

.perfect_box input {
    width: 20px;
    height: 20px;
}

.perfect_box select {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}







/*修改注册页面表单的高度 */
.page_register .main_content {
    height: auto;
    min-height: 550px;
    position: relative;
}

.page_register .loginRelated {
    min-height: 550px;
    height: auto;
    /* background-color: lightblue; */
}

.page_register .publicNum {
    min-height: 550px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: palegoldenrod; */
}

/* 账号注册第三步 */
.accountRedister_three {
    width: 70%;
}

    .accountRedister_three .loginBox {
        width: 85%;
        margin: 30px auto 0;
    }

    .accountRedister_three .reduceWidth {
        width: 90%;
    }

    .accountRedister_three .box_code .item_right .sendBtn {
        width: 110px;
        height: 40px;
        background-color: #4584f6;
        border-radius: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

    .accountRedister_three .confirmBtn {
        margin-top: 35px;
    }


.loginArea {
    margin-top: 30px;
}

.login_item {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #666;
    font-size: 15px;
}

    .login_item .item_left {
        width: 70px;
        /* background-color: orange; */
        flex-shrink: 0;
        letter-spacing: 1px;
    }

        .login_item .item_left .hide {
            opacity: 0;
        }

    .login_item .item_right {
        flex: 1;
        /* background-color: pink; */
        margin-left: 20px;
        position: relative;
    }

        .login_item .item_right input {
            width: 100%;
            height: 40px;
            box-sizing: border-box;
            padding: 0 10px;
            font-size: 14px;
            background-color: #E8F4EA;
            border-radius: 4px;
            border: none;
            outline: none;
        }

            .login_item .item_right input::placeholder {
                color: #a3a3a3;
            }






.login_ecard .item_right .loginTips {
    font-size: 12px;
    margin: 7px 0 0 2px;
}



.login_ecard .item_left {
    /* align-self: flex-start; */
    position: relative;
    top: -7px;
}

.login_item .item_sex {
    display: flex;
}

    .login_item .item_sex .labelBox {
        /* background-color: orange; */
        width: 40px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
    }
        .login_item .item_sex .labelBox input {
            width: 20px;
            height: 20px;
            margin-right: 5px;
            padding: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-sizing: border-box;
            border: 1px solid #b0d235;
            border-radius: 50%;
            background: transparent;
            position: relative;
            
        }
/*单选按钮选中后增加的样式*/
            .login_item .item_sex .labelBox input[type="radio"]:checked:before {
                 content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #b0d235;
                position: absolute;
                left: 50%;
                transform: translate(-50%,-50%);
                top: 50%;
            }





.login_item .item_select select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    background-color: #E8F4EA;
    border: none;
    outline: none;
}




/* 弹窗 */
.infoBg {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
}


/* 首页页面开始---------------------------------------- */

/* 1.首页 */

.nav_active {
    color: #fff !important;
    background-color: #2a8a39 !important;
    font-weight: bold;
}


.page_index .el_main {
    width: 100%;
    /* background-color: palegoldenrod; */
    margin: 0 auto;
    padding-bottom: 200px;
}

.page_base .el_main {
    padding-bottom: 70px;
}

/* 1.1 banner图 */
#bannerArea {
    width: 100%;
    min-width: 1000px;
    /* height: 446px; */
    position: relative;
}

.banner {
    width: 100%;
    /*width:1920px;*/
    margin: 0 auto;
    /* height: 446px; */
}

    .banner img {
        width: 100%;
        height: 100%;
        display: block;
    }

/* 公共代码开始---------------------------------- */
/* 每个内容块的头部 */
.mainArea {
    width: 100%;
    min-width: 1000px;
    height: auto;
    margin: 80px auto 0;
}

.mainContent {
    width: 1200px;
    margin: 0 auto;
    /* background-color: lemonchiffon; */
}

.mainTop {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: pink; */
    position: relative;
}

    .mainTop img {
        width: 213px;
        height: auto;
    }

.mainArea .more {
    display: block;
    font-size: 15px;
    color: #6BB978;
    width: 115px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #6BB978;
    box-sizing: border-box;
    cursor: pointer;
    margin: 30px auto 0;
}

    .mainArea .more:hover {
        background-color: #ecf6ed;
    }

/* 1.基地名单 */

.baseNavArea, .baseNavArea_detail {
    margin-top: 50px;
    display: flex;
    align-items: center;
    background-color: #ecf6ed;
    border-radius: 4px;
    /* overflow: hidden; */
}

.base_item, .base_item_detail {
    flex: 1;
    flex-shrink: 0;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    background-color: #ecf6ed;
    cursor: pointer;
}

.base_active {
    background-color: #42a552;
    color: #fff;
    position: relative;
}

.triangle {
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    z-index: 10;
}

/* 基地名单列表 */
.baseNameList {
    /* background-color: lightcoral; */
    margin-top: 40px;
}

    .baseNameList::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.list_base {
    width: 18%;
    float: left;
    background-color: #fff;
    margin-right: 2.5%;
    margin-bottom: 25px;
}

    .list_base:nth-child(5n) {
        margin-right: 0;
    }

    .list_base .baseImg {
        width: 100%;
        height: 125px;
        overflow: hidden;
    }

        .list_base .baseImg img {
            width: 100%;
            min-height: 125px;
            display: block;
            cursor: pointer;
        }



    .list_base .detailBottom {
        padding: 15px 3px;
        box-sizing: border-box;
        /* background-color: lightblue; */
    }

    .list_base .botTitle {
        width: 100%;
        font-size: 12px;
        /* background-color: pink; */
    }






/* 1.2最新活动 */

.main_lastEvents {
    margin-top: 50px;
    padding: 0px 0 100px;
    min-height: 400px;
    box-sizing: border-box;
    background: url(../img/latestEvents_bg.png) no-repeat left top;
    background-size: 100% 100%;
    overflow: hidden;
}

    .main_lastEvents .mainContent {
        margin-top: 150px;
    }

.eventsArea {
    /* background-color: lightblue; */
    margin: 50px auto 0;
}

.eventsInnerBox {
    display: flex;
}

.vipEvents {
    /* width: 40%; */
    width: 465px;
    height: 333px;
    /* background-color: palegoldenrod; */
}

    .vipEvents .eventsImg {
        width: 100%;
        height: 272px;
        overflow: hidden;
    }

        .vipEvents .eventsImg img {
            width: 100%;
            min-height: 272px;
            display: block;
        }

.eventsBottom {
    display: flex;
    /* align-items: center; */
}

    .eventsBottom .left {
        width: 70%;
        padding: 10px 15px 10px 10px;
        box-sizing: border-box;
        background-color: #fff;
    }

        .eventsBottom .left h2 {
            font-size: 16px;
            /* background-color: lightblue; */
        }

        .eventsBottom .left .left_address {
            font-size: 14px;
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

            .eventsBottom .left .left_address img {
                width: 15px;
                height: 15px;
                flex-shrink: 0;
            }

            .eventsBottom .left .left_address p {
                width: calc(100% - 15px);
                padding-left: 5px;
                box-sizing: border-box;
                /* background-color: orange; */
            }

.orderBtn {
    width: 30%;
    height: 61px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 61px;
    cursor: pointer;
}



/* 活动列表 */
.noramlEvents {
    /* width: 60%; */
    width: 735px;
    height: 333px;
    /* background-color: pink; */
}



.events_ele {
    width: 220px;
    height: 333px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #b7b5b5;
    margin-left: 25px;
    cursor: pointer;
    float: left;
}


    .events_ele .eleImg {
        width: 100%;
        height: 125px;
        overflow: hidden;
    }

        .events_ele .eleImg img {
            width: 100%;
            min-height: 125px;
            display: block;
        }



.itemIntro {
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: #fff;
}

    .itemIntro .eventTitle {
        width: 100%;
        font-size: 16px;
        color: #333333;
        text-align: justify;
    }

    .itemIntro .eventDetail {
        margin: 15px 0 17px;
    }

.detail_item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #767676;
    margin-bottom: 10px;
}

    .detail_item img {
        width: 15px;
        height: 15px;
        flex-shrink: 0;
    }

    .detail_item p {
        width: calc(100% - 15px);
        padding-left: 5px;
        box-sizing: border-box;
        /* background-color: orange; */
    }

.itemIntro .orderBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.noramlEventsBottom {
    width: 100%;
    margin: 25px 0 50px;
    height: 333px;
}

    .noramlEventsBottom .events_ele {
        margin-left: 0;
        margin-right: 25px;
    }

        .noramlEventsBottom .events_ele:nth-child(5n) {
            margin-right: 0;
        }


.eventTag {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

    .eventTag span {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        padding: 0 12px;
        border-radius: 15px;
        font-size: 12px;
        color: #fff;
    }




/* 2023.3.14 */

/*1.3新闻资讯  */
.bothDisplay {
    /* background-color: lightblue; */
    margin-top: 80px;
}

    .bothDisplay::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }


.newsInfo {
    width: 47%;
    float: left;
    /* background-color: lightcoral; */
}

    .newsInfo .secTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .newsInfo .secTitle img {
            width: 205px;
        }

    .infoList {
        margin-top: 40px;
    }
.newsInfo .infoList {
    height: 585px;
}

.list_con {
    display: flex;
    padding-bottom: 18px;
    margin-bottom: 18px;
    box-sizing: border-box;
    border-bottom: 1px dashed #A5D4AC;
}

    .list_con:last-child {
        border: none;
    }

.con_left {
    width: 170px; 
    height: 114px;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
}

    .con_left img {
        width: 100%;
        min-height: 114px;
        display: block;
    }

    .con_left .dateBox {
        width: 100%;
        height: 152px;
        font-size: 38px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #0094A1;
    }

        .con_left .dateBox span:nth-child(1) {
            font-size: 30px;
            margin-bottom: 20px;
        }


.con_right {
    width: calc(100% - 170px);
    padding: 5px 0px 5px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    cursor:pointer;
}

.info_title {
    width: 100%;
    font-size: 15px;
}

.info_text {
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* background-color: pink; */
}

.info_detail {
    color: #B7B7B7;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 22px;
    line-height: 22px;
}

    .info_detail .detail_address {
        width: calc(100% - 100px);
    }

    .info_detail .detail_time {
        width: 100px;
        /* background-color: orange; */
        text-align: right;
    }

/* 评价感悟 */
.goodExample {
    width: 47%;
    float: right;
    /* background-color: lightcoral; */
}

    .goodExample .secTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .goodExample .secTitle img {
            width: 205px;
        }

    .goodExample .judgeContent {
        width: 100%;
        height: 585px;
        overflow-y: scroll;
        padding-right: 4px;
        box-sizing: border-box;
    }

.infoList .judge_item {
    background-color: #f0f8f1;
    padding: 20px 10px 15px 20px;
    display: flex;
    margin-bottom: 10px;
}



.infoList .item_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

    .infoList .item_img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.infoList .item_content {
    width: calc(100% - 75px);
    padding-left: 10px;
    box-sizing: border-box;
    /* background-color: palegoldenrod; */
}

.content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .content_top .infoName {
        font-size: 20px;
        color: #000;
        max-width: 50%;
    }

    .content_top .infoTime {
        font-size: 12px;
        color: #b0b0b0;
        max-width: 30%;
        /* background-color: orange; */
    }

.content_center .textArea {
    font-size: 15px;
    line-height: 22px;
    margin: 15px auto 10px;
    text-align: justify;
    color: #333;
}




.content_center .imgArea {
    width: 100%;
}

    /* 清除浮动 */
    .content_center .imgArea::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

    .content_center .imgArea .photoImg {
        width: 18%;
        height: 75px;
        overflow: hidden;
        margin-right: 2.5%;
        float: left;
        /* background-color: lightcoral; */
    }

        .content_center .imgArea .photoImg:nth-child(5n) {
            margin-right: 0;
        }

        .content_center .imgArea .photoImg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

.content_bottom {
    font-size: 12px;
    color: #7A7A7A;
    margin-top: 15px;
    display:block;
}




/* 首页页面结束---------------------------------------- */






















/* 2.基地页面开始---------------------------------------- */


/* 2023.3.15 */
/* 2.基地 */
.pageTitle {
    width: 150px;
    margin: 60px auto 0;
}

    .pageTitle img {
        width: 100%;
        height: auto;
        display: block;
    }

.blockArea {
    width: 100%;
    min-width: 1000px;
    height: auto;
}

.block_screen .mainContent {
    width: 940px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: lightblue; */
}

/* 左边下拉 */

.queryLeft {
    width: 200px;
}

.queryArea {
    width: 80%;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: lemonchiffon; */
    position: relative;
    z-index: 1;
}

/* 一级 */
.pubKind {
    width: 200px;
    position: relative;
    z-index: 1;
}

    .pubKind .firstOuterBox {
        width: 200px;
        height: 42px;
        display: flex;
        align-items: center;
        color: #A3A3A3;
        font-size: 16px;
        cursor: pointer;
        /* background-color: pink; */
        box-sizing: border-box;
        border: 1px solid #42a552;
        /* border-radius: 5px 5px 0 0; */
        outline:none;
        border-radius: 5px;
    }
    .pubKind .screenSelect, .pubKind .layui-input {
        width: 200px;
        height: 42px;
        color: #A3A3A3;
        font-size: 16px;
        cursor: pointer;
        /*background-color: pink;*/
        box-sizing: border-box;
        border: 1px solid #42a552;
        outline: none;
        border-radius: 5px;
    }
       
        .pubKind .layui-input:focus {
            border: 1px solid #42a552 !important;
        }
        .pubKind .layui-input:hover {
            border: 1px solid #42a552 !important;
        }
        .firstOuterBox .firstDeVal {
            width: 170px;
            padding: 0 5px 0 15px;
            box-sizing: border-box;
            flex-shrink: 0;
            /* background-color: orange; */
        }

.firstOuterBox .iconfont {
    width: 28px;
    flex-shrink: 0;
    /* background-color: lightgreen; */
}

.firstCategory {
    width: 200px;
    position: absolute;
    left: 0px;
    top: 42px;
    box-sizing: border-box;
    border: 1px solid #42a552;
    border-top: none;
    border-bottom: none;
    /* opacity: 0; */
    /* z-index: 100; */
    /* background-color: palegoldenrod; */
    background-color: #ffff;
}

    .firstCategory li {
        width: 100%;
        padding: 13px 5px 10px 15px;
        border-bottom: 1px solid #42a552;
        box-sizing: border-box;
        font-size: 14px;
        color: #A3A3A3;
        cursor: pointer;
    }

        /* 一级盒子选中样式 */
        .firstCategory li:hover {
            background-color: #42a552;
            color: #fff;
        }

/* 右边搜索 */

.queryRight {
    width: calc(100% - 260px);
    display: flex;
}

.el_input_box {
    width: 80%;
    /* background-color: pink; */
    position: relative;
}

    .el_input_box img {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 20px;
        height: 20px;
        display: block;
        transform: translateY(-50%);
    }

    .el_input_box input {
        width: 100%;
        height: 42px;
        padding: 0 20px 0 34px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #42a552;
        border-radius: 4px 0 0 4px;
    }

        .el_input_box input::placeholder {
            color: #afafaf;
        }

.icon_search_box {
    width: 20%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    flex-shrink: 0;
    cursor: pointer;
    background-color: #42a552;
    color: #fff;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
}

    .icon_search_box:hover {
        background-color: #1ca332;
    }



.schoolList {
    margin-top: 70px;
}

.school_item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
}

    .school_item .item_left {
        width: 32%;
        height: 225px;
        flex-shrink: 0;
        border-radius: 5px 0 0 5px;
        /* background-color: orange; */
        overflow: hidden;
    }

        .school_item .item_left img {
            width: 100%;
            min-height: 225px;
            display: block;
        }

    .school_item .item_right {
        width: 70%;
        padding: 15px 20px;
        box-sizing: border-box;
        /* background-color: palegoldenrod; */
        position: relative;
        cursor: pointer;
    }


    .school_item .schoolTitle {
        font-size: 17px;
        font-weight: bold;
        color: #333333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /* 增加一个hover类名：用于学校列表标题 鼠标悬浮标题变色 */
    .school_item .item_right:hover .hoverListTitle {
        color: #42a552;
    }


.slidePinel {
    background-color: #fff;
    margin-top: 30px;
}

.pinel_item {
    display: flex;
    font-size: 15px;
    margin-top: 10px;
}

    .pinel_item .item_L {
        min-width: 80px;
        color: #252525;
        line-height: 20px;
        /* background-color: orange; */
    }

        .pinel_item .item_L .hide {
            opacity: 0;
        }

    .pinel_item .item_R {
        color: #959595;
        line-height: 20px;
        text-align: justify;
        flex: 1;
        /* background-color: lightblue; */
    }


.lookDetail {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background-color: #42a552;
}



/* 2024.3.16 */
/* 基地详情 */
.page_schoolDetail .base_item_detail {
    width: 140px;
    flex: none;
}

.res {
    width: 100%;
    margin-bottom: 42px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 10px 0 #CDD2DD;
    display: flex;
}


.res_img {
    width: 38%;
    height: 261px;
    overflow: hidden;
    cursor: pointer;
}

    .res_img img {
        width: 100%;
        min-height: 261px;
        display: block;
        /* object-fit: cover; */
    }

.padingBox {
    width: 62%;
    padding: 18px 0;
    box-sizing: border-box;
    display: flex;
}

.resIntro {
    width: 504px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    /* background-color: lightblue; */
}

.res_title {
    font-size: 16px;
    font-weight: bold;
    /* background-color: lightcoral; */
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
    cursor: pointer;
}

.res_detail {
    margin-top: 20px;
}

.detail_box {
    display: flex;
    color: #8F8F8F;
    font-size: 13px;
    margin-top: 10px;
    /* line-height: 22px; */
}

.box_left {
    width: auto;
    flex-shrink: 0;
    /* background-color: orange; */
}

/* 学校地址 */
.detail_school .box_right {
    /* background-color: orange; */
    min-height: 36px;
}

/* 活动时间 */
.detail_time {
    /* background-color: palegoldenrod; */
    height: 22px;
    line-height: 22px;
}

    .detail_time .box_center {
        width: 52%;
        /* background-color: pink; */
        /* max-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: justify; */
    }

.box_center .center_time {
    width: 100%;
}

.detail_time .box_right {
    width: 55px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    color: #42A552;
    border: 1px solid #42A552;
    font-size: 13px;
    /* margin-left: 15px; */
    /* transform: translateY(-3px); */
}

/* 活动地点 */
.detail_address .box_center {
    width: 60%;
    height: 36px;
    /* background-color: lightcoral; */
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.detail_address .box_right {
    /* width: 55px; */
    flex-shrink: 0;
    color: #4584F6;
    font-size: 12px;
    margin-left: 15px;
    transform: translateY(-1px);
    /* background-color: orange; */
}

.detail_minge {
    margin-top: 0px;
}

.res_tag {
    margin-top: 15px;
    display: flex;
    align-items: center;
    /* background-color: palegoldenrod; */
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
}

.tag_status {
    display: flex;
    align-items: center;
}

.tag_grade,
.status_left,
.status_right {
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
}

.status_right {
    margin-left: 10px;
}

.res_order {
    width: 240px;
    border-left: 2px solid #EBEBEB;
    box-sizing: border-box;
    /* background-color: pink; */
    padding: 10px 25px 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .res_order .order_top {
        font-size: 13px;
        color: #8F8F8F;
        text-align: center;
    }

        .res_order .order_top .count {
            font-size: 25px;
            color: #42A552;
            margin-right: 5px;
        }

    .res_order .order_ccenter {
        /* margin: 20px 0; */
        flex: 1;
        /* background-color: palegoldenrod; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

        .res_order .order_ccenter .detail_box {
            font-size: 13px;
        }

    .res_order .orderBottom .orderBtn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
    }
/* 活动页面结束---------------------------------------- */


/* 活动详情页面顶部 */
.block_up .mainContent {
    margin: 50px auto 0;
}

.detailPageUp {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0px #D7DBE4;
}

    .detailPageUp h2 {
        /* background-color: lightcoral; */
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
    }

.group {
    margin-top: 30px;
    display: flex;
}

.group_left {
    width: 475px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    /* background-color: lightblue; */
    position: relative;
}

    .group_left img {
        width: 100%;
        min-height: 270px;
    }

.iconType {
    width: 80px;
    height: 30px;
    background-color: #EAEFF9;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #6793FE;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 10px 0;
}

.maskName {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 18px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group_right {
    width: 675px;
    flex-shrink: 0;
    /* background-color: lightgreen; */
    padding-left: 30px;
    box-sizing: border-box;
}


.group_col {
    display: flex;
    color: #8F8F8F;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}

.col_left {
    /* width: 40px; */
    width: auto;
    flex-shrink: 0;
    /* background-color: orange; */
}



/* 活动地点 */
.group_address {
    position: relative;
}

    .group_address .col_center {
        width: 80%;
        /* height: 36px; */
        max-height: 36px;
        /* background-color: lightcoral; */
        line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: justify;
    }

    .group_address .col_right {
        position: absolute;
        right: 4px;
        top: 0;
        /* width: 55px; */
        flex-shrink: 0;
        color: #42a552;
        font-size: 12px;
        margin-left: 15px;
    }

.group_face .col_right p {
    line-height: 0px;
    /*background: lightblue;*/
    margin-bottom: 20px;
}
    .group_face .col_right p:last-child {
        margin-bottom: 10px;
    }
    .lookMaps {
        cursor: pointer;
    }


/*联系*/
.group_contact .col_right span {
    margin-right: 10px;
}

/* 活动时间 */
.group_time .col_left {
    line-height: 28px;
}

.group_time .col_center {
    width: 30%;
    /* height: 100%; */
    height: 30px;
    overflow: hidden;
    /* background-color: pink; */
    /* transition: all 1s 0 linear; */
}

    .group_time .col_center .time_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px;
        box-sizing: border-box;
        border: 1px solid #42A552;
        color: #42A552;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.group_time .col_right {
    width: 55px;
    height: 30px;
    font-size: 13px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .group_time .col_right img {
        width: 11px;
        height: auto;
        margin-left: 5px;
    }

/* 活动截止时间 */
.group_endTime .col_left {
    width: 70px;
}

.group_endTime .col_right span {
    margin-right: 10px;
}

/* 活动名额 */
.group_minge .col_right .applyCount {
    color: #42a552;
}

/* 活动收费情况 */
.group_charge {
    align-items: center;
    margin-bottom: 0;
}

    .group_charge .col_right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .group_charge .col_right div {
            width: 100px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
        }

    .group_charge .collectBtn {
        background-color: #3BC88B;
        margin-right: 15px;
    }

/*活动详情页面底部  */

.block_down .mainContent {
    margin: 40px auto 0;
}

.detailPageDown {
    /* background-color: palegoldenrod; */
    padding-bottom: 120px;
}


/* 2023.3.36 基地详情底部 */
/* 底部的左边 */
.downLeft {
    width: 65%;
    min-height: 936px;
    max-width: 936px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    box-sizing: border-box;
}

    .downLeft .baseNavArea_detail {
        margin-top: 20px;
    }


.changeContent {
    width: 100%;
    /* background-color: palegoldenrod; */
    margin-top: 50px;
}

/* 选项卡基底介绍 */
.change_detail {
    /* min-height: 830px;*/
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #ffff;
    box-shadow: 0 0px 10px 0 #CDD2DD;
    border-radius: 5px;
    overflow: hidden;
    line-height:28px;
}

    .change_detail p {
        line-height: 24px;
        font-size: 15px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .change_detail img {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }
/* 选项卡展示 */
.change_dsiplay .tempBox {
    /* background-color: lightblue; */
    margin-top: 30px;
}

    .change_dsiplay .tempBox::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

    .change_dsiplay .tempBox .list_base {
        width: 22.75%;
        margin-right: 3%;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px 0 #c7c7c7;
        margin-bottom: 36px;
    }

        .change_dsiplay .tempBox .list_base:nth-child(4n) {
            margin-right: 0;
        }

        .change_dsiplay .tempBox .list_base .detailBottom {
            padding: 5px 15px 10px;
        }

            .change_dsiplay .tempBox .list_base .detailBottom .botTitle {
                height: 40px;
                /* background-color: lightcoral; */
                color: #333333;
                line-height: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-align: justify;
            }

/*选项卡活动评价  */

/*选项卡活动评价  */


.writeComment {
    width: 100%;
    border-radius: 10px;
    padding: 15px 30px;
    box-sizing: border-box;
    background-color: #ecf6ed;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .writeComment .write_left {
        color: #A3A5A7;
        font-size: 15px;
    }

    .writeComment .write_right {
        color: #42A552;
        font-size: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .writeComment .write_right img {
            width: 12px;
            height: auto;
            margin-left: 5px;
        }

/* 选项卡展示 */
.page_baseDetail .change_judge {
    padding: 30px 50px 50px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
}



.change_judge .tempBox {
    /* background-color: lightblue; */
    margin-top: 40px;
}



.change_judge .judge_item {
    display: flex;
    margin-bottom: 35px;
}



.change_judge .item_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

    .change_judge .item_img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.change_judge .item_content {
    width: calc(100% - 65px);
    padding-left: 10px;
    box-sizing: border-box;
    /* background-color: palegoldenrod; */
}

    .change_judge .item_content .judgeUserInfo {
        width: calc(100% - 200px);
        /* background-color: pink; */
        display: flex;
        align-items: center;
    }

        .change_judge .item_content .judgeUserInfo .infoName {
            max-width: 60%;
        }

        .change_judge .item_content .judgeUserInfo .infoTime {
            margin-left: 20px;
            align-self: flex-end;
            max-width: 40%;
        }

.change_judge .content_center .imgArea .photoImg {
    width: 18%;
    height: 130px;
    overflow: hidden;
    margin-right: 2.5%;
    margin-bottom:26px;
    float: left;
    /* background-color: lightcoral; */
}
.change_judge .content_center .imgArea .photoImg img{
    width: 100%;
    height:auto;
    min-height: 130px;
    
}

    .change_judge .content_center .imgArea .photoImg:nth-child(5n) {
        margin-right: 0;
    }

    .change_judge .content_center .imgArea .photoImg:nth-child(n+5) {
        margin-bottom: 0;
    }
.change_judge .content_bottom {
    padding: 15px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #f0f8f1;
}



.rightStar {
    /* background-color: palegoldenrod; */
    width: 90px;
    flex-shrink: 0;
}

.starBox {
    float: left;
}
    /* 五角星 */
    .starBox span {
        width: 15px;
        height: 15px;
        display: inline-block;
        /* background-color: #457eff; */
        margin-left: 3px;
    }

        .starBox span img {
            width: 100%;
            transform: scale(.8);
        }


/* 基地页面结束-------------- */




/* 3.活动页面开始-------------------------- */
.page_events .el_main {
    padding-bottom: 70px;
}

.page_events .mainContent {
    /* background-color: lightblue; */
    display: block;
}

    .page_events .mainContent .queryLeft {
        width: 100%;
        /* background-color: palegoldenrod; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page_events .mainContent .queryRight {
        margin: 30px auto 0;
    }

.page_eventsDetail .change_detail {
    background-color: #F5FAF6;
}

.page_eventsDetail .downLeft {
    padding: 20px 20px 40px;
}

    .page_eventsDetail .downLeft .baseNavArea_detail .base_item_detail {
        width: 130px;
        flex: none;
    }

    .page_eventsDetail .downLeft .judgeArea {
        /* background-color: palegoldenrod; */
        margin-top: 30px;
    }

        .page_eventsDetail .downLeft .judgeArea .judge_item {
            padding: 30px 0 20px;
            box-sizing: border-box;
            border-bottom: 1px solid #DBEEDE;
            margin-bottom: 0;
        }

            .page_eventsDetail .downLeft .judgeArea .judge_item:last-child {
                border: none;
            }
/* 3.活动页面结束-------------------------- */


/* 选项卡已报名 */
.totalApply {
    width: 100%;
    border-radius: 10px;
    padding: 15px 30px;
    box-sizing: border-box;
    background-color: #F6FAFD;
    margin-bottom: 15px;
    color: #A3A5A7;
    font-size: 15px;
}

.showApplyPeople {
    min-height: 830px;
    max-height: 830px;
    background-color: #F6FAFD;
    border-radius: 5px;
    padding: 20px 0 30px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}

.people_box {
    width: 45%;
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #959799;
    margin-bottom: 10px;
}

    .people_box:nth-child(2n-1) {
        margin-right: 3%;
    }

    .people_box .box_left,
    .people_box .box_right {
        flex: 1;
    }

    .people_box .box_left {
        display: flex;
        align-items: center;
        /* background-color: palegoldenrod; */
    }

        .people_box .box_left img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

        .people_box .box_left span {
            margin-left: 10px;
        }

    .people_box .box_right {
        /* background-color: lightcoral; */
        text-align: right;
    }





/* 底部的右边 */
.downRight {
    width: 33%;
    float: right;
    /* background-color: lightgreen; */
}

.companyShow {
    padding: 25px 20px 20px 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .1);
}

    .companyShow .company_name {
        display: flex;
        align-items: center;
    }

.company_name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
}

.company_name span {
    font-size: 16px;
    font-weight: bold;
}

.companyPhoto {
    width: 100%;
    height: 202px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

    .companyPhoto img {
        width: 100%;
        min-height: 202px;
        display: block;
        cursor: pointer;
        transition: all 1.2s;
    }

        .companyPhoto img:hover {
            transform: scale(1.1);
        }

.companyData {
    display: flex;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #ecf6ed;
    margin-top: 15px;
    border-radius: 10px;
}

    .companyData .data_item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #818384;
        font-size: 15px;
        cursor: pointer;
        /* background-color: orange; */
    }

.data_item .item_explain {
    /* background-color: orange; */
    flex-shrink: 0;
}

.data_item .item_count {
    color: #42A552;
    margin-left: 10px;
    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.recommendEvents {
    padding: 5px 15px;
    margin-top: 24px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .1);
}

.advertisement .adTitle {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0;
}

.ad_ele {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

    .ad_ele .ad_left {
        width: 40%;
        height: 94px;
        overflow: hidden;
        border-radius: 10px;
        flex-shrink: 0;
    }

.ad_left img {
    width: 100%;
    min-height: 94px;
    display: block;
}

.ad_ele .ad_right {
    width: 60%;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.ad_right h2 {
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    /* background-color: lightcoral; */
    color: #333333;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.ad_right p {
    color: #C0C0C0;
    font-size: 14px;
    margin-top: 15px;
}

.ad_ele:hover {
    background-color: #f5f5f5;
}

    .ad_ele:hover .ad_right h2 {
        color: #42A552;
    }

/* 轻提示 */
.info_bg {
    min-width: 120px;
    max-width: 220px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

/*活动报名弹框  */
.applyBg,
.cancelBg,
.judgelBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 11;
}

.close,
.close_cancel {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}

    .close img,
    .close_cancel img {
        width: 100%;
        height: 100%;
        display: block;
    }

.applyBg .result,
.cancelBg .result,
.judgelBg .result {
    width: 500px;
    padding: 30px 15px 40px;
    box-sizing: border-box;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.judgelBg .result {
    padding: 30px 25px 40px;
}



.applyBg .status,
.cancelBg .status,
.judgelBg .status {
    width: 100%;
    height: 23px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.cancelBg .cancelInfo {
    width: 80%;
    text-align: justify;
    font-size: 14px;
    margin: 30px auto;
    line-height: 20px;
    color: #353535;
}

.applyBg .TimeList {
    /* width: 0%; */
    width: auto;
    margin: 20px auto 0;
    /* background-color: palegoldenrod; */
}

.TimeList .lsit_con {
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    /* background-color: orange; */
}

.TimeList .cur_active {
    background-color: #ecf6ed;
    color: #42A552;
}

.confimApply {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #42A552;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
}

.fullOrOver {
    color: #b0b0b0;
}

.operatorArea {
    width: 80%;
    margin: 0 auto;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cancelBg .thinkAbout,
.cancelBg .confimCancel {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #42A552;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #42A552;
    box-sizing: border-box;
}

.cancelBg .thinkAbout {
    background-color: transparent;
    color: #42A552;
}








/* 我要评价弹窗 */

.chooseArea .judgeInfo {
    color: #434343;
    font-size: 14px;
    width: 40px;
    flex-shrink: 0;
}

.chooseArea .selectList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.selectList .select_item:nth-child(1) {
    width: 29%;
    height: 30px;
}

.selectList .select_item:nth-child(2) {
    width: 69%;
    height: 30px;
}

.select_item select {
    outline: none;
    width: 100%;
    height: 30px;
    border: 1px solid #e4e4e4;
    color: #999999;
    font-size: 14px;
    border-radius: 4px;
}


.judgeAreaBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .judgeAreaBox .judgeInfo {
        color: #434343;
        font-size: 14px;
        width: 45px;
        flex-shrink: 0;
    }

    .judgeAreaBox .judgeStar {
        flex-shrink: 0;
        flex: 1;
        /* background-color: orange;  */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }



.judgelBg textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 100px;
    background-color: #F5FAF6;
    border-radius: 5px;
    padding: 15px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.photoArea {
    margin-top: 15px;
}

    .photoArea .judgeInfo {
        color: #434343;
        font-size: 14px;
    }

    .photoArea .imgList {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

        .photoArea .imgList .img_item {
            width: 30%;
            height: 100px;
            border-radius: 10px;
            overflow: hidden;
            margin-right: 5%;
            position: relative;
        }

            .photoArea .imgList .img_item .delImg {
                position: absolute;
                right: 0;
                top: 0;
                background-color: rgba(0, 0, 0, .6);
                color: #ffff;
                font-size: 12px;
                padding: 4px 6px;
                cursor: pointer;
            }

            .photoArea .imgList .img_item:last-child {
                margin-right: 0;
            }

            .photoArea .imgList .img_item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

        .photoArea .imgList .img_upload {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #F5FAF6;
        }

            .photoArea .imgList .img_upload img {
                width: 30px;
                height: auto;
            }

.judgelBg .submitBtn {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background: #42a552;
    border-radius: 5px;
    margin-top: 25px;
}

/* 活动详情页面结束---------------------------------------- */



/* 学校页面开始---------------------------------------- */


/* 1.学校详情页面 */
.page_schoolDetail .school_item .item_left {
    width: 40%;
    height: 260px;
}

    .page_schoolDetail .school_item .item_left img {
        min-height: 260px;
    }

.page_schoolDetail .school_item .item_right {
    width: 60%;
}

    .page_schoolDetail .school_item .item_right .schoolTitle {
        font-size: 20px;
        font-weight: normal;
    }

.page_schoolDetail .school_item .slidePinel {
    margin-top: 40px;
}

.page_schoolDetail .pinel_item .item_R .lookMaps {
    color: #42A552;
    font-size: 14px;
    margin-left: 15px;
    line-height: 0;
    /* background-color: orange;    */
    display: inline-block;
}

/* 学校详情页面底部相关 */
/* 介绍显示区域 */
.page_schoolDetail .down_switchBox .changeNav {
    /* background-color: lightblue; */
    width: 78%;
}

    .page_schoolDetail .down_switchBox .changeNav .underline {
        width: 4%;
        left: 4.5%;
        /* width: 3%;
        left: 5%; */
    }

    .page_schoolDetail .down_switchBox .changeNav .nav_ele {
        width: 13%;
    }

.page_schoolDetail .switchBox_Intro .downLeft {
    min-height: 907px;
}

    .page_schoolDetail .switchBox_Intro .downLeft .changeContent .change_detail {
        min-height: 800px;
        max-height: 800px;
    }

.page_schoolDetail .switchBox_Intro .downRight .recommendEvents {
    margin-top: 0;
    padding: 5px 15px 20px;
}

    .page_schoolDetail .switchBox_Intro .downRight .recommendEvents:nth-child(2) {
        margin-top: 35px;
    }

    .page_schoolDetail .switchBox_Intro .downRight .recommendEvents .adTitle {
        margin: 25px 0;
    }

    .page_schoolDetail .switchBox_Intro .downRight .recommendEvents .ad_ele {
        margin-bottom: 20px;
    }

/* 其他导航显示区域 */

.page_schoolDetail .switchBox_notIntro .navArea {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
}

.navArea .offsetNavBox {
    width: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    /* background-color: pink;  */
}

.page_schoolDetail .switchBox_notIntro .changeContent {
    margin-top: 40px;
    /* background-color: lightgreen;    */
}


    .page_schoolDetail .switchBox_notIntro .changeContent .content_ele .tempBox::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

    .page_schoolDetail .switchBox_notIntro .changeContent .content_ele .display_ele {
        width: 23.5%;
        border-radius: 10px;
        float: left;
        margin-right: 2%;
        margin-bottom: 42px;
        box-shadow: 0px 8px 10px 0 #CDD2DD;
    }

        .page_schoolDetail .switchBox_notIntro .changeContent .content_ele .display_ele:nth-child(4n) {
            margin-right: 0;
        }

        .page_schoolDetail .switchBox_notIntro .changeContent .content_ele .display_ele .itemImg {
            position: relative;
            border-radius: 10px 10px 0 0;
            height: 165px;
        }

            .page_schoolDetail .switchBox_notIntro .changeContent .content_ele .display_ele .itemImg img {
                min-height: 165px;
            }

    .page_schoolDetail .switchBox_notIntro .changeContent .change_course .display_ele .itemImg .tagIcon {
        position: absolute;
        left: 0;
        top: 0;
        width: 65px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        background-color: #EAEFF9;
        color: #6191FE;
        font-size: 13px;
        border-radius: 10px 0 15px 0;
    }

    .page_schoolDetail .switchBox_notIntro .changeContent .change_course .display_ele .itemIntro {
        padding: 15px 10px 20px;
    }


    .page_schoolDetail .switchBox_notIntro .changeContent .change_dsiplay,
    .page_schoolDetail .switchBox_notIntro .changeContent .change_judge {
        /* background-color: pink; */
        padding: 10px 20px 40px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
    }

    .page_schoolDetail .switchBox_notIntro .changeContent .content_ele .totalData {
        /* background-color: lightcoral; */
        font-weight: bold;
        font-size: 16px;
        margin: 40px auto;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .page_schoolDetail .switchBox_notIntro .changeContent .change_dsiplay .display_ele .itemIntro {
        padding: 15px 10px 15px;
    }

        .page_schoolDetail .switchBox_notIntro .changeContent .change_dsiplay .display_ele .itemIntro .displayTitle_edit {
            font-size: 16px;
            font-weight: bold;
            max-height: 50px;
            /* background-color: lightcoral; */
            color: #333333;
            line-height: 25px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-align: justify;
        }

        .page_schoolDetail .switchBox_notIntro .changeContent .change_dsiplay .display_ele .itemIntro .pubTitle:hover {
            color: #628cee;
        }


    .page_schoolDetail .switchBox_notIntro .changeContent .change_dsiplay .display_ele .itemImg .playBtn img {
        width: 100%;
        height: 100%;
        display: block;
        min-height: auto;
    }

        .page_schoolDetail .switchBox_notIntro .changeContent .change_dsiplay .display_ele .itemImg .playBtn img:hover {
            transform: none;
        }

.playBtn img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: auto;
}

    .playBtn img:hover {
        transform: none;
    }

.page_schoolDetail .info_ele {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
}

.info_ele .ele_left {
    width: 32%;
    height: 225px;
    flex-shrink: 0;
    border-radius: 5px 0 0 5px;
    /* background-color: orange; */
    overflow: hidden;
    position: relative;
}


    .info_ele .ele_left .dateBox {
        width: 100%;
        height: 225px;
        font-size: 30px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #42A552;
    }

        .info_ele .ele_left .dateBox span:nth-child(1) {
            font-size: 45px;
            margin-bottom: 20px;
        }


    .info_ele .ele_left .infoImg {
        width: 100%;
        height: 225px;
    }

        .info_ele .ele_left .infoImg img {
            width: 100%;
            min-height: 225px;
            display: block;
        }


.info_ele .ele_right {
    width: 68%;
    padding: 20px 25px;
    box-sizing: border-box;
    /* background-color: palegoldenrod; */
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .info_ele .ele_right .infoTitle {
        font-size: 18px;
        font-weight: bold;
        max-height: 56px;
        /* background-color: lightcoral; */
        color: #333333;
        line-height: 28px;
        display: -webkit-box; 
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: justify;
    }


        .info_ele .ele_right .infoTitle:hover {
            color: #42A552;
        }


    .info_ele .ele_right .infoContent {
        /* margin: 12px auto 18px; */
        height: 69px;
        /* background-color: lightcoral; */
        line-height: 23px;
        display: -webkit-box;
        /* 弹性盒子元素垂直排列 */
        -webkit-box-orient: vertical;
        /* 控制要显示的行数 */
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-align: justify;
        color: #3B3B3B;
        font-size: 14px;
    }   


.ele_right .infoDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 5px;
    box-sizing: border-box;
}

.infoDetail .infoListTime {
    color: #989898;
    font-size: 15px;
}

.infoDetail .infoListLookDetail {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background-color: #42A552;
}





/* 学校页面结束---------------------------------------- */



/* 课程页面开始---------------------------------------- */
.courseList {
    margin-top: 70px;
    /* background-color: lightblue; */
}

.page_course .detailPageDown {
    padding-bottom: 50px;
}

.page_course .courseList::after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    clear: both;
}

.page_course .courseList .display_ele {
    width: 23.5%;
    border-radius: 10px;
    float: left;
    margin-right: 2%;
    margin-bottom: 42px;
    box-shadow: 0px 8px 10px 0 #CDD2DD;
}

    .page_course .courseList .display_ele:nth-child(4n) {
        margin-right: 0;
    }

    .page_course .courseList .display_ele .itemImg {
        position: relative;
        border-radius: 10px 10px 0 0;
        height: 165px;
    }

        .page_course .courseList .display_ele .itemImg img {
            min-height: 165px;
        }

        .page_course .courseList .display_ele .itemImg .tagIcon {
            position: absolute;
            left: 0;
            top: 0;
            width: 65px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            background-color: #EAEFF9;
            color: #6191FE;
            font-size: 13px;
            border-radius: 10px 0 15px 0;
        }

.courseDetailTop h2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.courseDetailTop .videoBox {
    width: 100%;
    height: 391.5px;
    margin: 30px auto;
    position: relative;
}

.videoBox video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    outline: none;
    border: none;
}

.courseDetailTop .videoInfo {
    display: flex;
    justify-content: space-between;
}

.videoInfo .leftInfo {
    font-size: 14px;
}

    .videoInfo .leftInfo .info_item:nth-child(1) {
        margin-bottom: 15px;
    }

.rightCollect {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: #457eff;
}


.page_course .courseDetailBottom {
    background-color: #F6FAFD;
    margin-top: 40px;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
}


.page_course .course_detail p {
    line-height: 24px;
    text-indent: 2em;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px;
}

.page_course .course_detail img {
    max-width: 90%;
    display: block;
    margin: 20px auto;
}

.page_course .change_detail {
    padding: 0 10px;
    background-color: transparent;
}

.page_course .playBtn {
    width: 75px;
    height: 75px;
}

/* 课程页面结束---------------------------------------- */


/* 资讯页面开始---------------------------------------- */
.page_infoDetail .el_main {
    padding-bottom: 100px;
}

.page_info .infoDetail span {
    color: #989898;
    font-size: 15px;
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background-color: lightcoral; */
}

    .page_info .infoDetail span:nth-child(2) {
        width: 40%;
        text-align: right;
        /* background-color: orange; */
    }

.infoDetailArea {
    padding: 50px 70px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
}

    .infoDetailArea .articleTitle {
        font-size: 18px;
        font-weight: bold;
        margin: 20px auto;
        text-align: center;
    }

    .infoDetailArea .articleInfo {
        color: #989898;
        font-size: 14px;
        margin-top: 25px;
        text-align: center;
    }

        .infoDetailArea .articleInfo span {
            margin-right: 30px;
        }
            .infoDetailArea .articleInfo span:last-child{
                margin-right:0;
            }

            .devideLine {
                width: 100%;
                height: 2px;
                background-color: #93CC9D;
                margin-top: 20px;
            }

.page_infoDetail .courseDetailBottom {
    background-color: transparent;
    margin-top: 50px;
    border-radius: 0px;
    line-height:30px;
    padding: 0;
}


    .page_infoDetail .courseDetailBottom p {
        line-height: 24px;
        text-indent: 2em;
        font-size: 15px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .page_infoDetail .courseDetailBottom img {
        max-width: 100%;
        display: block;
        /* margin: 20px 0 0 30px; */
        margin: 20px auto 30px;
    }

.videoAra {
    width: 65%;
    margin: 40px auto;
}

/* 资讯页面结束---------------------------------------- */


/* 展示页面开始---------------------------------------- */
.showTop {
    width: 100%;
    /* background-color: lightblue; */
    display: flex;
}

.showLeft {
    width: 45%;
}

.thumbImg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

    .thumbImg img {
        width: 100%;
        min-height: 300px;
        display: block;
    }

.thumbVideo {
    width: 100%;
    /* height: 288.5px; */
    position: relative;
}

    .thumbVideo video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        outline: none;
        border: none;
    }

.showRight {
    width: 55%;
    /* background-color: palegoldenrod; */
    padding: 5px 0 5px 40px;
    box-sizing: border-box;
}

    .showRight .articleTitle {
        line-height: 26px;
    }

.marginBox {
    margin-top: 35px;
}



/* 展示页面结束---------------------------------------- */


/* 评价页面开始---------------------------------------- */
.judgeList {
    padding: 30px 30px 70px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
    margin-top:60px;
    /* background-color: papayawhip; */
}

    .judgeList .totalData {
        font-weight: bold;
        font-size: 16px;
        margin: 0px auto 30px;
    }

.page_judge .el_main {
    padding-bottom: 200px;
}

/* 评价页面结束---------------------------------------- */



/* 个人中心页面开始---------------------------------------- */
.page_personal .pageTitle {
    width: 200px;
    margin: 60px auto;
}

.page_personal .confirm_item {
    border-color: #D6E9DA;
}

.page_personal .keepSave {
    background-color: #42A552;
    border-radius: 5px;
    width: 50%;
}

.personalCenter {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 2px 10px 0 #CDD2DD;
}

.page_personal .el_main {
    padding-bottom: 200px;
}

.personal_heade {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #42A552;
}

.mainLeft {
    width: 180px;
    min-height: 550px;
    /* background-color: lightblue; */
    float: left;
}

    .mainLeft .navCol {
        background-color: #fff;
    }

.navRowItem {
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .navRowItem .circle {
        width: 12px;
        height: 12px;
        background-color: #818181;
        border-radius: 50%;
        margin-right: 20px;
    }

    .navRowItem .sectionName {
        font-size: 15px;
    }

/* 添加一个类名 用于更改当前版块的样式 */
.cur_section {
    background-color: #42A552;
}

    .cur_section .circle {
        background-color: #fff;
    }

    .cur_section .sectionName {
        color: #fff;
    }



.mainRight {
    width: calc(100% - 180px);
    min-height: 550px;
    float: right;
    background-color: #FAFAFA;
}

/* 个人资料 */
.userInfoContent {
    width: 70%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    /* background-color: pink; */
}

    .userInfoContent .avatar {
        width: 100px;
        height: 103px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avatar .editTips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2px 2px 7px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}

.userInfoContent .accountConfirmBox {
    width: 71%;
    /* background-color: lightcoral; */
    margin-top: -15px;
}

.userInfoContent .confirm_item {
    font-size: 15px;
    padding: 15px 7px 10px;
}


    .userInfoContent .confirm_item .confirm_right {
        /* background-color: lightblue; */
        display: flex;
        align-items: center;
    }


        .userInfoContent .confirm_item .confirm_right .lable_item {
            margin-right: 30px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

            .userInfoContent .confirm_item .confirm_right .lable_item input {
                width: 20px;
                height: 20px;
                margin-right: 5px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                box-sizing: border-box;
                border: 1px solid #b0d235;
                border-radius: 50%;
                position:relative;
            }


    /*单选按钮选中后增加的样式*/
                .userInfoContent .confirm_item .confirm_right .lable_item input[type="radio"]:checked:before {
                    content: "";
                    display: block;
                    width: 13px;
                    height: 13px; 
                    border-radius: 50%;
                    background-color: #b0d235;
                    position:absolute;
                    left:50%;
                    transform:translate(-50%,-50%);
                    top:50%;
                    /*left:0;
                    top:0;*/
                }


.userInfoContent .confirm_item .confirm_right input {
    width: 100%;
    height: 40px;
    /* border: 1px solid #DFDFDF; */
    /* border: 1px solid red; */
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 2px;
    padding: 0 10px;
    background-color: #fafafa;
}


        .userInfoContent .confirm_item .confirm_right select {
            width: 100%;
            height: 40px;
            /* border: 1px solid #ccc; */
            border: none;
            border-radius: 5px;
            background-color: #fafafa;
            outline: none;
            font-size: 16px;
            cursor: pointer;
        }

            .userInfoContent .confirm_item .confirm_right select:disabled {
                color: #000 !important;
            }

.userInfoContent .confirm_phone .confirm_right input {
    /* background-color: pink; */
    width: auto;
    min-width: 30%;
    max-width: 60%;
}





.userInfoContent .confirm_item .confirm_right .editCardBtn {
    width: 70px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px;
    border-radius: 12px;
    background-color: #42A552;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.userInfoContent .platFormTips {
    font-size: 12px;
    padding: 20px 0px 10px;
    color: #42A552;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    white-space: nowrap;
    /* background-color: pink; */
}

    .userInfoContent .platFormTips .circle {
        width: 5px;
        height: 5px;
        background-color: #42A552;
        border-radius: 50%;
        margin-right: 10px;
        flex-shrink: 0;
    }


/* 我的活动 */
.pubContent {
    width: 90%;
    margin: 30px 0 0 4%;
    /* background-color: pink; */
}

    .pubContent .baseNavArea_detail .base_item_detail {
        flex: none;
        width: 150px;
        /* background-color: orange; */
    }


    .pubContent .changeContent {
        margin-top: 25px;
    }



        /* 修改成竖版 */

        .pubContent .changeContent .res {
            width: 31%;
            display: block;
            float: left;
        }

            .pubContent .changeContent .res:nth-child(3n-1) {
                margin: 0 3.5%;
            }

            .pubContent .changeContent .res .res_img {
                width: 100%;
                height: 166px;
                overflow: hidden;
                position: relative;
            }

                .pubContent .changeContent .res .res_img img {
                    min-height: 166px;
                    display: block;
                }

                    .pubContent .changeContent .res .res_img img:hover {
                        transform: none;
                    }

            .pubContent .changeContent .res .resIntro {
                width: 100%;
                padding: 10px 10px 20px;
            }

            .pubContent .changeContent .res .res_detail {
                margin-top: 10px;
            }



            .pubContent .changeContent .res .res_img .sigStatus {
                position: absolute;
                left: 10px;
                bottom: 7px;
                width: 70px;
                height: 20px;
                text-align: center;
                line-height: 20px;
                color: #fff;
                font-size: 11px;
                border-radius: 10px;
            }


            .pubContent .changeContent .res .res_title_edit {
                font-size: 15px;
                font-weight: bold;
                max-height: 48px;
                /* background-color: lightcoral; */
                color: #333333;
                line-height: 24px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-align: justify;
            }









/* 我的收藏 */

.myCollectionContent .navArea .offsetNavBox .changeNav {
    width: 30%;
}

.myCollectionContent .navArea .offsetNavBox .underline {
    width: 10%;
    left: 10%;
}

.myCollectionContent .navArea .offsetNavBox .nav_ele {
    width: 30%;
}

.myCollectionContent .collectCourse .res .res_img {
    height: 146px;
}

    .myCollectionContent .collectCourse .res .res_img img {
        min-height: 146px;
    }

.myCollectionContent .collectCourse .res .playBtn img {
    min-height: auto;
    width: 45px;
    height: 45px;
}




/* 我的积分 */
.page_personal .myScore {
    padding-bottom: 150px;
}

.myScoreContent .navArea .offsetNavBox .changeNav {
    width: 40%;
    /* background-color: lightblue; */
}

.myScoreContent .navArea .offsetNavBox .underline {
    width: 5%;
    left: 10%;
}

.myScoreContent .navArea .offsetNavBox .nav_ele {
    width: 25%;
}

.myScoreContent .totalSscore {
    font-size: 17px;
    color: #42A552;
    font-weight: bold;
}

.page_personal .myScore .pubContent .changeContent {
    margin-top: 35px;
}

.scoreDetailArea {
    margin-top: 35px;
}

.myTable {
    /* margin-top: 30px; */
    width: 100%;
    font-size: 13px;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
}

    .myTable tr td {
        height: 30px;
        color: #434343;
        border: 1px solid #b5b5b5;
        border-top: none;
        border-left: none;
        text-align: center;
        vertical-align: middle;
        padding: 5px 10px;
        box-sizing: border-box;
        line-height: 20px;
    }

    .myTable tr .addTdHeight {
        height: 40px;
        background-color: #42A552;
        color: #fff;
        border-bottom: none;
    }


.scoreFrom .myTable {
    margin-top: 20px;
}

    .scoreFrom .myTable .tAlignLeft {
        text-align: left;
    }

.scoreFromBtn,
.scoreUseBtn {
    width: 100%;
    height: 40px;
    background-color: #42A552;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.scoreUse {
    margin-top: 35px;
}

.scoreUseTips {
    margin-top: 45px;
    color: #42A552;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}


/* 常见问题 */
.page_personal .usualProblem {
    padding-bottom: 50px;
}

.usualProblemContent .Problem_item {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 25px;
}

.Problem_item .questionTitle {
    font-weight: bold;
    font-size: 15px;
    color: #42A552;
}

.Problem_item .questionContent {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
    text-align: justify;
}



/* 咨询反馈 */
.page_personal .askBackContent {
    padding-bottom: 150px;
}

.askBackContent textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    box-sizing: border-box;
    color: #9a9c9e;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.askBackContent .photoArea {
    margin-top: 30px;
}

    .askBackContent .photoArea .judgeInfo {
        padding-left: 10px;
    }

    .askBackContent .photoArea .imgList {
        margin-top: 20px;
    }

        .askBackContent .photoArea .imgList .img_item {
            width: 100px;
            height: 100px;
            margin-right: 20px;
        }

        .askBackContent .photoArea .imgList .img_upload {
            background-color: #fff;
            cursor: pointer;
        }


.askBackContent .confirmBtn {
    width: 45%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 35px auto 0px;
    background: #42A552;
}

.askBackContent .mainAskTop {
    margin-bottom: 20px;
}

    .askBackContent .mainAskTop .topLeft {
        display: flex;
        align-items: center;
    }

        .askBackContent .mainAskTop .topLeft .icon {
            width: 3px;
            height: 20px;
            background-color: #42A552;
        }

        .askBackContent .mainAskTop .topLeft .title {
            margin-left: 7px;
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            letter-spacing: 1px;
        }




.askBackContent .submitArea {
    margin-top: 40px;
}

.page_personal .askBackContent .list_item {
    background-color: #ffff;
    border-radius: 5px;
    padding: 20px 10px 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    color: #252525;
}

    .page_personal .askBackContent .list_item .textArea {
        font-size: 15px;
        line-height: 22px;
        margin: 0 auto 15px;
    }


    .page_personal .askBackContent .list_item .item_top {
        padding-bottom: 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #e4e4e4;
    }


    .page_personal .askBackContent .list_item .submitTime {
        font-size: 13px;
        color: #afaeae;
        margin-top: 10px;
        line-height: 20px;
    }


    .page_personal .askBackContent .list_item .imgArea {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        /* background-color: palegoldenrod; */
    }

        .page_personal .askBackContent .list_item .imgArea .photoImg {
            width: 120px;
            height: 120px;
            border-radius: 5px;
            overflow: hidden;
            margin-right: 25px;
        }

            .page_personal .askBackContent .list_item .imgArea .photoImg img {
                width: 100%;
                min-height: 120px;
                object-fit: cover;
                display: block;
            }

    .page_personal .askBackContent .list_item .reply {
        font-size: 15px;
        line-height: 22px;
        margin: 15px auto;
        color: #42A552;
    }




/* 个人中心页面结束---------------------------------------- */




/* 平台介绍页面开始---------------------------------------- */
/*平台介绍  */
.platFormArea {
    padding: 40px 30px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 -1px 2px 0 #f5f5f5, 1px 8px 10px 0 #CDD2DD;
}

/* 公共标题样式 */
.my_titleArea {
    margin-top: 20px;
    /* background-color: palegoldenrod; */
}

.my_titleIcon {
    display: inline-block;
    height: 35px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #42A552;
    border-radius: 0 15px 15px 0;
    color: #fff;
    line-height: 35px;
    font-size: 15px;
    letter-spacing: 1px;
}

.platForm_item {
    background-color: #f0f8f1;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

    .platForm_item .about_item {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        text-indent: 2em;
        text-align:justify;
    }

    .platForm_item .connect_item {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }
    .connect_item img{
        width:132px;
        height:130px;
    }


/* 平台介绍页面结束---------------------------------------- */

























/* 清除浮动 */
.clearBox .tempBox::after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    clear: both;
}






/* 评价后的星星样式 */
.set_image_all {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .set_image_all .set_image_item {
        width: 14px;
        height: 14px;
        position: relative;
        display: inline-block;
        z-index: 11;
        visibility: visible;
        margin-right: 2px;
    }

        .set_image_all .set_image_item img {
            height: 100%;
        }

    .set_image_all .set_image_top {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

        .set_image_all .set_image_top > div {
            width: 14px;
            height: 14px;
            display: inline-block;
            overflow: hidden;
            margin-right: 2px;
        }

            .set_image_all .set_image_top > div > img {
                height: 100%;
            }

.grade {
    vertical-align: top;
}

/* #star_grade{
    background-color: pink; 
}
#grade{
    background-color: orange;
}
 */



.modalBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

    .modalBg .playBtn {
        width: 45px;
        height: 45px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }










/* 自定义滚动条样式 */
/*活动详情底部的已报名超出的滚动条样式  */

.showApplyPeople::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.showApplyPeople::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #457EFF;
}

.showApplyPeople::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.showApplyPeople::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.showApplyPeople::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #457EFF;
}

.showApplyPeople::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

/*活动详情底部的活动详情超出的滚动条样式  */

.change_detail::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.change_detail::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #457EFF;
}

.change_detail::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.change_detail::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.change_detail::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #457EFF;
}

.change_detail::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

/* 活动详情底部的评价超出的滚动条样式 */
.judgeArea::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.judgeArea::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #457EFF;
}

.judgeArea::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.judgeArea::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.judgeArea::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #457EFF;
}

.judgeArea::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}



/* 首页评价超出滚动条样式 */

/* 活动详情底部的评价超出的滚动条样式 */
.judgeContent::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.judgeContent::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #42a552;
}

.judgeContent::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.judgeContent::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.judgeContent::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #42a552;
}

.judgeContent::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}




/* 分页 */
.pageNation {
    width: 80%;
    margin: 100px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: palegoldenrod; */
}

.M-box2,
.M-famousBox {
    /* width: 300px; */
    min-width: 50%;
    /* height: 35px; */
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .M-box2 a,
    .M-box2 span {
        display: inline-block;
        width: 35px;
        height: 35px;
        text-decoration: none;
        text-align: center;
        line-height: 35px;
        border: 1px solid #c9c8c8;
        color: #454545;
        margin-right: 15px;
        border-radius: 5px;
    }

    .M-box2 .active,
    .M-famousBox .active {
        background-color: #42a552;
        color: #fff;
    }

    .M-box2 .prev,
    .M-box2 .next {
        width: 60px;
        height: 35px;
    }

    .M-famousBox .prev,
    .M-famousBox .next {
        width: 60px;
        height: 35px;
    }

    .M-box2 .next {
        margin-right: 0;
        /* cursor: no-drop; */
    }




/* 公共代码 */
.hoverImg img {
    transition: transform .5s linear;
    -webkit-transition: transform .5s linear;
    cursor:pointer;
}

    .hoverImg img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.public_active {
    background-color: #42a552;
    color: #fff;
}

/* 单行文本溢出隐藏 */
.onelineCut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 按钮颜色 */
/* 1.可预约 */
.btn_darkgreen {
    background-color: #42a552;
}

    .btn_darkgreen:hover {
        background-color: #2eaf44;
    }
/* 2.预约已截止 */
.btn_gray {
    background-color: #999999;
}

/* 3.即将开放预约 */
.btn_lightorange {
    background-color: #fe902f;
}





/* 公共代码结束---------------------------------- */



/* 活动按钮样式 */
/* 1.报名关闭、报名截止  */
.color_same {
    background-color: #9d62f6 !important;
}

/* 2.无需报名 */
.color_lightblue {
    background-color: #55c1f8 !important;
}

/* 3.报名已满 */
.color_full {
    background-color: #f05c80 !important;
}

/* 4.可报名 */
.color_normal {
    background-color: #457eff !important;
}

/* 5.已取消 */
.color_cancel {
    background-color: #b1b1b1 !important;
}

/* 6.已签到 */
.color_sign {
    background-color: #3bc88b !important;
}

/* 7.失信未签 */
.color_danger {
    background-color: #ff1d54 !important;
}

/* 8.服务类 */
.type_serve {
    background-color: #E8E9EF !important;
    color: #4584F6 !important;
}

/* 9. 4至6年级 */
.color_tagGrade {
    color: #7199FE !important;
    background-color: #EAEFF9 !important;
}

/* 10.即将开放预约 */
.color_Coming {
    color: #A6A7A7 !important;
    background-color: #EAEAEA !important;
}

/* 11.待签到*/
.color_onSign {
    background-color: #FBA425 !important;
}




/* 公共代码----底部 */
.el_footer {
    background-color: #42a552;
    padding: 80px 0;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.area_con {
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 24px;
    /* background-color: orange; */
}

    .area_con:last-child {
        margin-bottom: 0;
        opacity: .7;
    }

.footer_left {
    width: 50%;
    float: left;
    font-size: 16px;
     /*background-color: lightblue;*/ 
    margin-top:30px;
    transform: translateY(4px);
}

.footer_right {
    width: 50%;
    float: right;
    /* background-color: lightblue; */
}

    .footer_right .rightOuter {
        width: auto;
        /* background-color: palegoldenrod; */
        float: right;
        position: relative;
        top: 19px;
    }

        .footer_right .rightOuter img {
            width: 120px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .footer_right .rightOuter span {
            color: #fff;
            font-size: 13px;
            margin-top: 10px;
            display: block;
            width: 100%;
            /* background-color: orange; */
            margin: 10px auto 0;
            text-align: center;
            line-height: 22px;
            letter-spacing: 2px;
        }

.toBackIndx{
    width:90px;
    height:26px;
    text-align:center;
    line-height:26px;
    color:#fff;
    border-radius:13px;
    border:1px solid #fff;
    display:inline-block;
    margin-left:112px;
    font-size:15px;
    cursor:pointer;
    box-sizing:border-box;
}
   
    .layui-layer-btn .layui-layer-btn0 {
        border-color: #42A552 !important;
        background-color: #42A552 !important;
        color: #fff;
    }

