html, body {
    width: 100%;
    height: 100%;
    background: #F8F9FA;
}

a, a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.service-box {
    width: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    font-size: 14px;
    padding: 6px;
    position: absolute;
    top: 216px;
    left: 25%;
    z-index: 99999;
    background: #FFFFFF;
    font-size: 12px;
    color: red;
}

.service-box span {
    margin-left: 10px;
}

.service-box p {
    text-indent: 2em;
}

/* 右侧悬浮窗开始 */
.gift-right {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9;
    margin-top: -230px;
}
#nav_right ul {
    width: 70px;
    height: 350px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 99;
    margin-top: -175px;
}

#nav_right ul li {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    background: #FFFFFF;
}

#nav_right ul li.hide_box {
    display: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

#nav_right ul li .item {
    width: 100%;
    height: 70px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}

#nav_right ul li .item:hover {
    background: #F1F1F1;
}

#nav_right ul li .item p {
    font-size: 12px;
}

#nav_right ul li .item span {
    display: inline-block;
    width: 20px;
    /* border-bottom: 2px solid #F8F9FA; */
}

#nav_right ul li .item_02 {
    padding-top: 23px;
}

.bg_black {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}

.bg_black .bg_white {
    width: 760px;
    /* height: 460px; */
    position: absolute;
    top: 50%;
    margin-top: -230px;
    left: 50%;
    margin-left: -380px;
    background: #FFFFFF;
    z-index: 999999;
    padding: 20px 40px;
    border-radius: 6px;
}

.bg_black .bg_white .close_icon {
    float: right;
}

.bg_black .bg_white .close_icon img {
    width: 24px;
    height: 24px;
    margin-right: -30px;
    margin-top: -5px;
}

.bg_black .bg_white h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.bg_black .bg_white .list_content ul li {
    float: left;
    margin-right: 20px;
}

.bg_black .bg_white .list_content ul li a {
    display: inline-block;
    height: 36px;
    padding: 5px 25px;
    border: 1px solid #333333;
    border-radius: 2px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.bg_black .bg_white .list_content ul li a:hover, .bg_black .bg_white .list_content ul li a.on {
    background-color: #666666;
    color: #FFFFFF;
}

.bg_black .bg_white .text_main {
    margin-top: 20px;
}

.bg_black .bg_white .text_main {
    width: 100%;
    /* height: 120px; */
    /*padding: 10px 20px;*/
}

.bg_black .bg_white .text_main textarea {
    width: 100%;
    height: 100px;
    border: none;
    font-size: 14px;
    color: #666666;
    border: 1px solid #D2D2D2;
    padding: 12px 12px 31px;
}

.bg_black .bg_white .text_main textarea.error {
    border: 1px solid #FF7452;
    color: #FF7452;
}

.bg_black .bg_white .text_main .m_p {
    text-align: right;
    font-size: 14px;
    color: #666666;
    position: relative;
    top: -26px;
    padding-right: 20px;
}

.bg_black .bg_white .text_main .wraing {
    border: 1px solid #D2D2D2;
    margin-bottom: 28px;
}

.bg_black .bg_white .text_main .wraing input {
    width: 100%;
    height: 48px;
    border: none;
    line-height: 48px;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
}

.bg_black .bg_white .message_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wx-left {
    display: flex;
    align-items: center;
}

.wx-left:hover {
    cursor: pointer;
}

.wx-left img {
    width: 26px;
    height: 26px;
}

.wx-left p {
    color: #1CB877;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 10px;
}

.bg_black .bg_white .message_btn input {
    width: 140px;
    height: 40px;
    text-align: center;
    background-color: #1CB877;
    color: #FFFFFF;
    border: none;
    border-radius: 25px;
    line-height: 40px;
    font-size: 16px;
    outline: none;
}

.bg_black .bg_white .message_btn input:hover {
    opacity: .8;
}

#nav_right ul li .erweima_phone {
    position: absolute;
    right: 75px;
    top: 0px;
    display: none;
}

#nav_right ul li .erweima_phone img {
    width: 150px;
    height: 150px;
    border: 7px solid #FFFFFF;
}



#nav_right ul li:nth-child(2):hover > .erweima_phone {
    display: block;
}

#nav_right ul li:nth-child(3):hover > .erweima_phone {
    display: block;
}

.section .not_found {
    text-align: center;
}

.section .not_found img {
    width: 72px;
    height: 72px;
    margin-top: 150px;
}

.section .not_found p {
    font-size: 18px;
    color: #666666;
    padding: 20px 0;
}

.z_section_bd .section_bd .active_border {
    min-height: 313px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.z_section_bd .section_bd .active_border:hover {
    border: 1px solid #1CB877;
    padding: 14px 14px;
    padding-bottom: 0px;
}

.section-tit {
    padding: 20px 0;
}

.section {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 右侧悬浮窗结束 */

/*轮播图*/

/*#thumbs{*/

/*    min-width:60px;*/

/*    position:absolute;*/

/*    top:310px;*/

/*    left: 565px;*/

/*}*/

/*#thumbs .swiper-slide{*/

/*    width: 62px !important;*/

/*    height: 42px;*/

/*    opacity:0.4;*/

/*    !*margin-right: 60px;*!*/

/*}*/

/*#thumbs .swiper-slide img{*/

/*    width: 60px;*/

/*    height: 40px;*/

/*}*/

/* #thumbs .swiper-slide-thumb-active{*/

/*    opacity:1;*/

/*    border:1px solid #fff;*/

/*}*/

#banner {
    position: relative;
    padding: 0;
}

.head-swiper-slide {
    width: 100%;
    height: 360px;
}

#banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .6);
}

#banner .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .8);
}

#banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 1px;
}

#banner .new_circle {
    width: auto;
    min-width: 100px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    background: rgba(0, 0, 0, .3);
    border-radius: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#banner .swipper-btn-l {
    width: 40px;
    height: 48px;
    left: 7%;
    background-image: url('/resources/index_new/new_images/v2/arrow-l.png');
    -webkit-background-size: 40px 48px;
    background-size: 40px 48px;
}

#banner .swipper-btn-l:hover {
    background-image: url('/resources/index_new/new_images/v2/arrow-l-light.png');
}

#banner .swipper-btn-r {
    width: 40px;
    height: 48px;
    right: 7%;
    background-image: url('/resources/index_new/new_images/v2/arrow-r.png');
    background-size: 40px 48px;
}

#banner .swipper-btn-r:hover {
    background-image: url('/resources/index_new/new_images/v2/arrow-r-light.png');
}

#gallery > .nav-btns {
    display: none;
}

#gallery:hover > .nav-btns {
    display: block;
}

/*悬浮导航*/

.nav_left {
    max-width: 1170px;
    margin-top: -360px;
    height: 360px;
}

.nav_left .banner_box {
    height: 100%;
}

.nav_left .ul {
    position: relative;
    z-index: 20;
    height: 100%;
    width: 180px;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /*float: left;*/
}

.nav_left .nav_tow {
    position: absolute;
    width: 450px;
    height: 340px;
    padding: 15px 0 15px 15px!important;
    background-color: #FFFFFF;
    z-index: 20;
    float: left;
    top: 10px;
    left: 180px;
    z-index: 100;
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
}

.nav_left .nav_tow ul {
    display: flex;
    flex-wrap: wrap;
    /*margin-left: -40px;*/
}

.nav_left .nav_tow ul li {
    width: auto;
    margin-bottom: 10px;
}

.nav_left .nav_tow ul li a {
    display: inline-block;
    height: 36px;
    border: 1px solid #1CB877;
    border-radius: 18px;
    padding: 0 16px;
    color: #333333;
    margin-right: 10px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #1CB877;
}

/*.nav_left .nav_tow ul li a.now_bg {
    background-color: #1CB877;
    color: #fff;
}*/

.nav_left .nav_tow ul li a.now_bg {
    display: inline-block;
    height: 36px;
    border: 1px solid #1CB877;
    border-radius: 18px;
    padding: 0 16px;
    color: #333333;
    margin-right: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #1CB877;
}

.nav_left .nav_tow ul li a:hover {
    background-color: #1CB877;
    color: #FFFFFF;
    text-decoration: none;
}
.nav_left .item_main .main_left .pp {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}

.nav_left .item_main .main_left .sec_pp {
    height: 20px;
    overflow: hidden;
}

.nav_left .item_main .main_left p a {
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
    margin-right: 10px;
}

.nav_left .item_main .main_left p a:hover {
    color: #1CB877;
}

.nav_left .item_main .main_left p img {
    vertical-align: middle;
}

.nav_left ul li {
    width: 100%;
    /* height: 100%; */
    font-size: 16px;
}

.ul li {
    flex: 1;
}

.nav_left .ul li a {
    width: 100%;
    /* display: inline-block; */
    height: 100%;
    padding-left: 15px;
    vertical-align: middle;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.nav_left .ul li a em {
    display: inline-block;
    width: 37px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 9.5px;
    background-color: #FF5B42;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 5px;
}

.nav_left .ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}

.nav_left .right_nav {
    width: 190px;
    height: 320px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 20;
    float: right;
    margin-top: 20px;
    margin-right: 0;
    padding: 20px 30px;
    text-align: center;
}

.nav_left .right_nav .head_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
}

.nav_left .right_nav .border_img {
    border: 1px solid #1CB877;
}

.nav_left .right_nav p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 15px;
    padding-top: 5px;
    overflow: hidden;
}

.nav_left .right_nav .login_box a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1CB877;
    color: #1CB877;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.nav_left .right_nav .ba_login a:hover {
    background-color: #EFFEF7;
}

.nav_left .right_nav .bg_login a {
    background-color: #1CB877;
    color: #FFFFFF;
}

.nav_left .right_nav .bg_login a:hover {
    background-color: #15A065;
}

.nav_left .right_nav .dlow_box a {
    display: inline-block;
    color: #666666;
    font-size: 12px;
    padding-top: 11px;
}

.nav_left .right_nav .dlow_box a:hover {
    color: #1CB877;
}

.nav_left .right_nav .dlow_box .erweima_box {
    position: absolute;
    right: 200px;
    bottom: 10px;
    display: none;
}

.nav_left .right_nav .dlow_box .erweima_box img {
    width: 130px;
    height: 130px;
    border: 10px solid #FFFFFF;
}

.nav_left .right_nav .dlow_box .erweima_box span {
    display: inline-block;
    border: 6px solid;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    bottom: 56px;
    right: -12px;
}

.nav_left .right_nav .head_img img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.nav_left .right_nav .study_box {
    text-align: left;
    margin-top: 10px;
}

.nav_left .right_nav .study_box span {
    display: inline-block;
    width: 3px;
    height: 9px;
    background-color: #1CB877;
    border-radius: 1.5px;
    margin-right: 5px;
}

.nav_left .right_nav .study_box label {
    font-size: 14px;
    color: #666666;
}

.nav_left .right_nav .study_box .study_p {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.nav_left .right_nav .study_box .study_now_bgp a {
    color: #333333;
}

.nav_left .right_nav .study_box .study_p a:hover {
    color: #1CB877;
}

.nav_left .ul li a:hover {
    background: rgba(0, 0, 0, .6);
    text-decoration: none;
}

.nav_left .ul li a.active {
    background: rgba(0, 0, 0, 0)!important;
}

.a_list ul {
    background: #FFFFFF;
    max-width: 1210px;
    margin: 0 auto;
    height: 60px;
    margin-top: 10px;
    border-radius: 2px;
    box-shadow: 0 6px 20px 0 #E3E4E5;
}

.a_list ul li {
    float: left;
    width: 12.5%;
    height: 100%;
    text-align: center;
}

.a_list ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    border-radius: 2px;
}

.a_list ul li a:hover {
    background-color: #1CB877;
    color: #FFFFFF;
}

.a_list ul li a.no {
    background-color: #1CB877;
    color: #FFFFFF;
}

.a_list ul li a span {
    font-size: 14px;
}

.a_list ul li a span p {
    font-size: 20px;
}

.nav_left .item_main .main_left {
    border-top: 2px solid #FAB820;
    float: left;
    padding: 15px 10px;
    cursor: pointer;
}

.nav_left .item_main .main_left .pp {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nav_left .item_main .main_left .sec_pp {
    height: 20px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.nav_left .item_main .main_left .sec_pp img {
    margin-left: 10px;
}

.nav_left .item_main .main_left p a {
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
    margin-right: 0px!important;
}

.nav_left .item_main .main_left p a:hover {
    color: #1CB877;
}

.nav_left .item_main .main_left p img {
    vertical-align: middle;
}

.nav_left .ul li {
    /* height: 60px!important;
    line-height: 56px!important; */
    font-size: 16px;
}

.nav_left .ul li a {
    width: 100%;
    /* display: inline-block; */
    height: 100%;
    padding-left: 15px;
    vertical-align: middle;
    color: #FFFFFF;
}

.nav_left .ul li a em {
    display: inline-block;
    width: 37px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 9.5px;
    background-color: #FF5B42;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 5px;
}

.nav_left .ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}

.nav_left .right_nav {
    width: 190px;
    height: 320px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 20;
    float: right;
    margin-top: 20px;
    padding: 20px 30px;
    text-align: center;
}

.nav_left .right_nav .head_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
}

.nav_left .right_nav .border_img {
    border: 1px solid #1CB877;
}

.nav_left .right_nav p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 15px;
    padding-top: 5px;
    overflow: hidden;
}

.nav_left .right_nav .login_box a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1CB877;
    color: #1CB877;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.nav_left .right_nav .ba_login a:hover {
    background-color: #EFFEF7;
}

.nav_left .right_nav .bg_login a {
    background-color: #1CB877;
    color: #FFFFFF;
}

.nav_left .right_nav .bg_login a:hover {
    background-color: #15A065;
}

.nav_left .right_nav .dlow_box a {
    display: inline-block;
    color: #666666;
    font-size: 12px;
    padding-top: 11px;
}

.nav_left .right_nav .dlow_box a:hover {
    color: #1CB877;
}

.nav_left .right_nav .dlow_box .erweima_box {
    position: absolute;
    right: 200px;
    bottom: 10px;
    display: none;
}

.nav_left .right_nav .dlow_box .erweima_box img {
    width: 130px;
    height: 130px;
    border: 10px solid #FFFFFF;
}

.nav_left .right_nav .dlow_box .erweima_box span {
    display: inline-block;
    border: 6px solid;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    bottom: 56px;
    right: -12px;
}

/* .nav_left .right_nav .login_box a:hover {
    background-color: #1CB877;
    color: #fff;
} */

.nav_left .right_nav .head_img img {
    /* width: 100%; */
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.nav_left .right_nav .study_box {
    text-align: left;
    margin-top: 10px;
}

.nav_left .right_nav .study_box span {
    display: inline-block;
    width: 3px;
    height: 9px;
    background-color: #1CB877;
    border-radius: 1.5px;
    margin-right: 5px;
}

.nav_left .right_nav .study_box label {
    font-size: 14px;
    color: #666666;
}

.nav_left .right_nav .study_box .study_p {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.nav_left .right_nav .study_box .study_p a {
    color: #333333;
}

.nav_left .right_nav .study_box .study_p a:hover {
    color: #1CB877;
}

.nav_left .ul li a:hover {
    background: rgba(0, 0, 0, .6);
}

.nav_left .ul li a.add {
    background: rgba(0, 0, 0, .6);
}

.a_list ul {
    background: #FFFFFF;
    max-width: 1210px;
    margin: 0 auto;
    height: 60px;
    margin-top: 10px;
    border-radius: 2px;
    box-shadow: 0 6px 20px 0 #E3E4E5;
}

.a_list ul li {
    float: left;
    width: 12.5%;
    height: 100%;
    text-align: center;
}

.a_list ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    border-radius: 2px;
}

.a_list ul li a:hover {
    background-color: #1CB877;
    color: #FFFFFF;
}

.a_list ul li a.no {
    background-color: #1CB877;
    color: #FFFFFF;
}

.a_list ul li a span {
    font-size: 14px;
}

.a_list ul li a span p {
    font-size: 20px;
}

.section_bd .item_box p {
    height: 50px;
    font-size: 16px;
    color: #333333;
    line-height: 31px;
}

.section_bd .item_box p.p1 {
    margin-bottom: 20px;
    line-height: 25px;
}

.section_bd .item_box p.p1:hover {
    color: #1CB877;
}

.section_bd .item_box p span {
    color: #666666;
    float: left;
}

.section_bd .item_box p em {
    float: right;
    font-size: 24px;
    color: #1CB877;
}

.section_bd .item_box img {
    margin-bottom: 15px;
}

.section_bd p a {
    font-size: 14px;
    display: inline-block;
    color: #333333;
    line-height: 25px;
}

.z_section_bd .section_bd p a:hover {
    color: #1CB877;
}

.section-tit .item_left {
    float: left;
}

.section-tit {
    line-height: 26px;
}

.section-tit .item_right {
    float: right;
    vertical-align: middle;
    margin-right: 20px;
}

.section-tit .item_right em {
    color: #666666;
}

.section-tit a.item_right:hover em {
    color: #1CB877;
}

.section-tit .item_right img {
    vertical-align: middle;
    margin-left: 10px;
}

.video_banner {
    background: #FFFFFF;
    /* box-shadow: 0 6px 20px 0 #e3e4e5; */
    padding: 0 10px;
}

.video_banner .swiper-slide {
    /*height: 146px;*/
    /* padding: 20px 0; */
    /*margin-top: 15px;*/
    padding: 10px 0;
    cursor: pointer;
}

.video_banner .swiper-slide .div {
    padding: 20px;
    /*margin: 0 10px;*/
}

.video_banner .swiper-slide .div:hover {
    background-color: #F1F1F1;
}

.nav_left .item_main .main_left:hover {
    /* background-color: #F8F9FA; */
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .08);
}

.sp-0 {
    padding-left: 0px;
}

/*专业展示*/

.majors {
    border-radius: 2px;
    margin-top: 20px;
    box-shadow: 0 8px 10px #EEEEEE;
    background: #FFFFFF;
    margin-bottom: 20px;
}

.majors .major-item {
    height: 70px;
    padding: 0;
    min-width: 106px;
}

.majors .major-item:hover {
    background: #F8F9FA;
    border-radius: 2px 0px 0px 2px;
}

.majors .col.selected {
    background: #1CB877;
}

.majors .col.selected a {
    color: #FFFFFF;
}

/* .majors .major-item:hover a{
    color: #fff;
} */
.majors-auto {
    width: 100%;
    margin: auto;
}
.majors .col a {
    height: 100%;
    font-size: 14px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.majors .col a .abbreviation {
    font-size: 16px;
}

/* 跳转模块 */

.location_module {
    width: 48px;
    border-radius: 6px;
    font-size: 12px;
    color: #333333;
    position: absolute;
    z-index: 88;
    left: 2%;
    top: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
}

.location_module li {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    cursor: pointer;
}

.location_module li:hover {
    background: #1CB877;
    color: #FFFFFF;
    cursor: pointer;
}

.location_module li.active {
    background: #1CB877;
    color: #FFFFFF;
}

.location_module li:after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
}

.location_module li:hover:after, .location_module li.active:after {
    background: #1CB877;
}

/*热门直播*/

.hot-live-course {
    padding: 10px;
}

.hot-live-course:hover {
    background: #EEEEEE;
    border-radius: 4px;
}

.hot-live-course a {
    color: #333333;
}

.col.hot-live-course {
    width: 100%;
    height: 100%;
}

.hot-live-course .teacher-name {
    color: #666666;
}

.hot-live-course .pic, .hot-live-course .pic img {
    height: 100px;
}

.live-tag:before {
    display: inline-block;
    content: '直播';
    width: 36px;
    height: 16px;
    border: 1px solid #1CB877;
    border-radius: 1px;
    font-size: 12px;
    color: #1CB877;
    box-sizing: border-box;
    text-align: center;
    line-height: 15px;
    margin-right: 3px;
}

.live-join {
    background: #FAB820;
}

.calender-area .calender {
    color: #1CB877;
    background: url('/resources/index_new/new_images/v2/calender.png') no-repeat left 0px;
    padding-left: 20px;
    cursor: pointer;
}

.cal-to-left, .cal-to-right {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 2px;
}

.cal-to-left {
    background: url('/resources/index_new/new_images/v2/arrow-2.png')no-repeat left center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-left: 20px;
}

.cal-to-left:hover {
    background: url('/resources/index_new/new_images/v2/arrow-1-light.png')no-repeat left center;
}

.cal-to-right {
    background: url('/resources/index_new/new_images/v2/arrow-1.png')no-repeat left center;
}

.cal-to-right:hover {
    background: url('/resources/index_new/new_images/v2/arrow-2-light.png')no-repeat left center;
}

#live-courses .profile .text, #live-courses .profile, #live-courses {
    width: 100%;
}

#live-courses .profile .text {
    height: 44px;
}

/*公益课堂*/

.public-course {
    margin-bottom: 20px;
    margin-top: 20px;
}

.public-course div {
    padding-left: 0px;
    padding-right: 0px;
}

.public-course div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.public-course div img {
    width: 98%;
    /* width: 570px; */
}

.public-course div:nth-child(2) {
    text-align: center;
}

.public-course div:nth-child(3) {
    text-align: right;
}

.goond-course .list-item .item-about {
    margin-top: 36px;
    padding-bottom: 27px;
}

/*在线题库*/

.course-subject {
    margin-bottom: 29px;
}

.course-subject > ul > li {
    padding: 0 4px;
    margin-right: 30px;
    cursor: pointer;
}

.course-subject > ul > li.active {
    color: #1CB877;
}

.course-subject > ul > li.active:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #1CB877;
    display: block;
    position: relative;
    top: 6px;
    margin-left: -15px;
    left: 50%;
}

.course-subject-container .storehouse {
    padding-top: 19px;
    padding-bottom: 19px;
}

.course-subject-container .storehouse:hover {
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.course-subject-container .storehouse:hover a {
    color: #1CB877;
}

.course-subject-container .storehouse .profile .text, .course-subject-container .storehouse .profile, .course-subject-container .storehouse, .course-subject-container {
    width: 100%;
}

.content {
    width: 100%;
    padding: 0 5px 0px;
}

.bookInfo {
    width: 103px;
    height: 122px;
    padding-left: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.course-subject-container .item .title {
    font-size: 14px;
    margin-top: 17px;
    margin-bottom: 13px;
}

.course-subject-container .item .year {
    font-size: 16px;
}

.course-subject-container .item .year span {
    font-size: 8px;
}

.storehouse .item .free {
    font-size: 18px;
    line-height: 28px;
    color: #1CB877;
}

.text-color6 {
    color: #6A73ED;
}

.text-color7 {
    color: #50B13E;
}

.text-color8 {
    color: #FF6565;
}

.text-color9 {
    color: #219ED6;
}

.text-color10 {
    color: #FF9840;
}

/*热门资讯*/

.course-classify {
    position: absolute;
    left: 18px;
    top: -10px;
}

.course-classify li {
    margin-right: 40px;
}

.course-classify li:hover {
    cursor: pointer;
}

.course-classify li.active {
    font-size: 26px;
}

.hot-news > div {
    padding-left: 0px;
    padding-right: 0px;
}

.hot-news .desc-line {
    top: -10px;
}

.hot-news .content {
    padding: 0px 5px;
}

.content-news .row {
    margin-bottom: 20px;
}

/*链接小方块*/

.small-cube {
    width: 100%;
    height: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 2px;
}

.row.cube-container > .col {
    margin-bottom: 10px;
}

i {
    font-style: normal;
}

/*qq群*/

.groups-join .text {
    margin-top: 10px;
}

.groups-join .text:before {
    content: '';
    width: 4px;
    height: 18px;
    background: #1CB877;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 3px;
    left: 0px;
}

.groups-join .groups-item {
    font-size: 14px;
    position: relative;
    padding-left: 9px;
    margin-bottom: 10px;
}

.groups-join .groups-item:hover a {
    color: #1CB877;
}

.groups-join .groups-item:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #1CB877;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 15px;
}

/*师资精讲*/

.teacher-info {
    /* height: 200px; */
    display: flex;
    align-items: flex-end;
}

.teacher-info .pic:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .05);
}

.teacher-info .teacher-msg {
    top: 20%;
    left: 60%;
}

.teacher-info .teacher-msg .name {
    font-size: 20px;
}

.teacher-info .teacher-msg .introduce {
    font-size: 14px;
    width: 98px;
}

.teachers > div:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
}

/* 课程套餐样式 */

.lamination {
    width: 95%;
    height: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -47%;
}

.stars {
    font-size: 0px;
}

.stars img {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

/*模考通知弹层*/

.privacy-info-container {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 440px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: white;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .15);
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    z-index: 1000000;
}

.privacy-info-container .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999999;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFangSC;
}

.privacy-info-container .title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.privacy-info-container .content {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.privacy-info-container .content p {
    text-indent: 2em;
}

.privacy-info-container .btn-row .btn {
    /* margin-left: 12px; */
    height: 36px;
    border-radius: 4px;
    padding: 8px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
}

.privacy-info-container .btn-row {
    margin-top: 24px;
    text-align: right;
    display: flex;
}

.privacy-info-container .btn-row .btn.ok {
    background: #00C758;
    border: solid 1px #00C758;
    color: #FFFFFF;
    margin-left: 12px;
}

.privacy-info-container .btn-row .btn.ok a {
    color: #FFFFFF;
}

.privacy-info-container .btn-row .btn.cancel {
    background: #EEEEEE;
    border: solid 1px transparent;
    color: #666666;
}

.privacy-info-container .btn-row .btn.cancel a {
    color: #666666;
}

@media (min-width:768px) and (max-width: 1023px) {
    .nav_left .right_nav {
        right: -55px;
    }
    .nav_left .ul {
        left: -54px;
    }
    .teacher-name {
        font-size: 12px;
    }
    .lr-structure .pic, .lr-structure .pic img {
        height: 64px;
    }
    .hot-live-course .course-about .teacher-name, .hot-live-course .course-about .free-listen {
        font-size: 12px;
    }
    .free-listen {
        width: auto;
        padding: 0 6px;
        font-size: 12px;
    }
    .course-template p {
        /* margin-bottom: 5px !important; */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /* margin-top: 5px; */
    }
    .free {
        font-size: 16px;
    }
    .course-subject {
        font-size: 14px;
    }
    .course-classify {
        top: -4px;
    }
    .course-classify li {
        font-size: 14px;
        margin-right: 30px;
    }
    .course-classify li.active {
        font-size: 20px;
    }
    /* 在线题库 */
    .storehouse .item .profile .text {
        font-size: 12px;
    }
    /*热门资讯*/
    .news-left .information {
        padding-left: 0px;
    }
    .information {
        padding-right: 0px;
    }
    .information .item .profile .about {
        display: block;
    }
    .information .item .profile .about .scan .scan-num {
        margin-right: 7px;
    }
    .information .item .profile .about .adjust {
        float: right;
    }
    /* 师资精讲*/
    .teacher-info {
        justify-content: center;
    }
    .teacher-info .teacher-msg {
        top: 10%;
        left: 50%;
        margin-left: -60px;
        text-align: center;
    }
    .teacher-info .teacher-msg .introduce {
        width: 126px;
    }
    .discount_tag {
        font-size: 12px;
    }
    .course-classify li {
        margin-right: 30px;
    }
    .nav_left .nav_tow {
        left: 141px;
    }
    .nav_left .right_nav {
        right: -24px;
    }
    .nav_left .col.pl-0 {
        padding-left: 15px !important;
        ;
    }
    .nav_left .ul li {
        padding-left: 10px;
    }
    .course-subject-container .storehouse {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .teachers .row {
        padding: 0px 20px 5px 20px;
    }
    .hot-live-course {
        padding: 0px;
        padding-right: 1em;
    }
    .lr-structure .pic, .lr-structure .pic img {
        height: 83px;
    }
    .bookInfo {
        width: 80px;
        height: 79px;
        padding-left: 7px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .course-subject-container .item .title {
        font-size: 11px;
        margin-top: 9px;
        margin-bottom: 0px;
    }
    .course-subject-container .item .year {
        position: absolute;
        bottom: 10px;
        font-size: 11px;
    }
    .lr-structure .profile .text {
        font-size: 14px;
    }
    .lr-structure .profile .live-time {
        font-size: 12px;
    }
    .hot-live-course .course-about .teacher-name, .hot-live-course .course-about .free-listen {
        font-size: 12px;
    }
    .hot-live-course {
        padding: 0px;
        padding-right: .5em;
    }
    .details-list .list-item {
        width: 95%;
        padding: 0px;
    }
    .footer-nav .title {
        font-size: 14px;
    }
    .item-about .price-box {
        display: flex;
        width: 100%;
    }
    .list-item .item-about .discount, .list-item .item-about .discount-group {
        height: 18px;
        align-self: flex-start;
        margin-top: 6px;
        line-height: 18px;
    }
    .list-item .item-about .discount-group {
        min-width: 55.6px;
        padding: 0 4px;
    }
    .template-box {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .template-box .course-template {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-bottom: 1px;
    }
    .list-item .free {
        align-self: self-start;
    }
    .storehouse .item .free {
        font-size: 16px!important;
    }
    .goond-course .list-item .item-about {
        padding-bottom: 13px;
    }
    .footer-nav .reg-for-exam a, .about-us {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width: 1200px) {
    .course-template p {
        padding-left: 5px;
        padding-right: 3px;
        font-size: 10px;
    }
    .list-item .item-text {
        font-size: 15px;
    }
    /*!*在线题库*!*/
    .course-subject {
        margin-bottom: 10px;
        height: 40px;
        width: 100%;
        box-sizing: border-box;
    }
    .course-subject > ul {
        width: auto;
        height: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .course-subject > ul::-webkit-scrollbar {
        display: none;
    }
    .course-subject > ul li {
        display: inline-block;
        padding: 0px 10px 0px 20px;
        text-align: center;
        margin-right: 6px;
    }
    .storehouse {
        padding: 5px;
    }
    .storehouse .item .free {
        font-size: 18px;
    }
    /* .list-item .item-about{
        height: 44px;
        flex-direction: column;
        justify-content: space-around!important;
        align-items: flex-start!important;
        margin-bottom: 0px;
    } */
    .goond-course .list-item .item-about {
        flex-direction: row;
        margin-top: 20px;
        padding-bottom: 0px;
        height: 34px;
    }
    .list-item .free {
        font-size: 16px;
        color: #1CB877;
        line-height: 12px;
        box-sizing: border-box;
        align-self: self-start;
    }
    .licences div:nth-child(2) {
        text-align: center!important;
    }
    .goond-course .list-item .item-about {
        padding-bottom: 13px;
    }
}

@media (min-width:1024px) and (max-width: 1200px) {
    .course-subject > ul > li {
        margin-right: 15px;
    }
    /* .course-template p{
        margin-top: 5.5px;
    } */
    .course-subject-container .row:last-child {
        margin-bottom: -25px;
    }
    .teacher-info img {
        width: 94%;
    }
    .teacher-info .teacher-msg {
        left: 53%;
    }
}

@media (max-width:767.98px) {
    .public-course .col-12 {
        padding-left: 15px !important;
        margin-bottom: 10px;
    }
    .public-course .col {
        padding-right: 15px !important;
    }
    .curriculum .title {
        margin-bottom: 35px;
        justify-content: space-between;
    }
    .curriculum .title .col {
        justify-content: space-between;
    }
    .curriculum .title .sub-item {
        position: absolute;
        top: 29px;
        margin-left: 0px;
    }
    .classify-container {
        height: 40px;
        width: 80%;
        box-sizing: border-box;
        overflow: hidden;
        margin-right: 4px;
    }
    .classify-container + .more-icon:after {
        margin-left: 4px;
    }
    .classify-container > ul {
        position: static;
        width: auto;
        height: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: 10px;
    }
    .classify-container > ul > li {
        padding: 0 4px;
        margin-right: 20px;
    }
    .classify-container > ul > li.active {
        font-size: 16px;
    }
    .information .item {
        flex-direction: column;
    }
    .cubes-groups {
        flex-direction: column;
    }
    .cubes-groups .cubes, .cubes-groups .groups-join {
        width: 100%;
    }
    .groups-join .groups-item {
        display: flex;
        font-size: 12px;
    }
    .groups-join .col {
        padding-left: 8px;
    }
    .groups-join .text {
        font-size: 14px;
    }
    .groups-join .groups-item > div {
        width: auto;
    }
    .app-pic, .weixin-pic {
        top: 314px;
        left: 68%;
    }
    .footer-nav {
        margin-bottom: 60px;
    }
    .footer-nav .col {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .app-pic {
        margin-left: -120px !important;
    }
    .copy-right {
        display: flex;
        flex-direction: column;
    }
    .copy-right .col:first-child {
        margin-bottom: 40px;
    }
    .copy-right .col:last-child {
        text-align: left!important;
    }
    .nav_left .right_nav {
        margin-top: -345px;
        right: -1px;
        /*display: none;*/
    }
    .nav_left {
        /*display: none;*/
    }
    .nav_left .ul {
        left: 0px;
    }
    body {
        overflow-x: hidden;
    }
}

@media (max-width:1299.99px) {
    .nav-btns {
        display: none !important;
    }
}

@media (min-width:1300px) and (max-width: 1500px) {
    #banner .swipper-btn-l {
        left: 10px;
    }
    #banner .swipper-btn-r {
        right: 10px;
    }
}

/* 联系我们 */

.contact_content .item {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.contact_content .item img {
    width: 100%;
}

.contact_content .item .text {
    background: rgba(0, 0, 0, .7);
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 85%;
    box-sizing: border-box;
    padding: 0 25px;
    transition: all .5s;
}

.contact_content .item:hover .text {
    top: 0;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_content .item .text p.t {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    padding: .2rem 0;
    transition: all .5s;
}

.contact_content .item:hover .text p.t {
    padding: 0rem 0 1rem;
    font-size: 20px;
    transition: all .5s;
}

.contact_content .item .text p.b {
    font-size: 14px;
    padding-left: 15px;
    text-align: center;
    position: relative;
    text-align: left;
    /*margin-bottom: 0;*/
}

.contact_content .item .text.chongqing p.b {
    margin-bottom: .2rem;
}

.contact_content .item .text.chongqing p.b:nth-child(2) {
    margin-bottom: .6rem;
}

.contact_content .item .text p.b img {
    width: 20px;
    position: absolute;
    left: -12px;
    top: 0px;
}

.contact_content .item .text p.b span {
    margin-right: 10px;
}

.contact_content .pr-2 {
    margin-bottom: 20px;
}


/* 微信处理 --弹框 */
.wx-pop-up-shadow {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.wx-pop-up {
    width: 382px;
    height: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -191px;
    margin-top: -160px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #979797;
    padding: 20px;
    box-sizing: border-box;
}

.wx-close {
    float: right;
}

.wx-close:hover {
    cursor: pointer;
}

.wx-pop-up h3 {
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.wx-pop-up .title {
    color: #333333;
    line-height: 24px;
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
}

.wx-pop-up .qr {
    padding: 20px 10px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 6px;
}

.wx-pop-up .qr img {
    width: 116px;
    height: 116px;
    background-color: #F2F2F2;
}

.wx-pop-up .qr p {
    font-weight: 500;
    color: #525252;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}


@media only screen and (max-width: 1250px) {
    .contact_content .item .text {
        top: 80%;
    }
    .contact_content .item .text {
        padding: 0 10px;
    }
    .contact_content .item:hover .text p.t {
        padding: .5rem 0;
    }
    .contact_content .item .text p.b {
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .contact_content .item .text {
        font-size: 16px;
    }
    .contact_content .item .text {
        padding: 0 10px;
    }
    .contact_content .item .text p.t {
        font-size: 14px;
    }
    .contact_content .item:hover .text p.t {
        padding: .25rem 0;
        font-size: 14px;
    }
    .contact_content .item .text p.b {
        margin-bottom: .25rem;
        font-size: 12px;
    }
}

/* 新人礼包 */
.new_people_gift {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    color: #FFFFFF;
    background-color: rgba(0,0,0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.get_gift_form {
    width: 80%;
    height: 9rem;
    background: url(/resources/index_new/new_images/big_gift.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.get_gift_form .gift_close {
    position: absolute;
    top: 1.7rem;
    right: .1rem;
    width: .6rem;
    height: .6rem;
    cursor: pointer;
}
.get_gift_form .quan {
    width: 100%;
    position: absolute;
    top: 3.5rem;
}
.quan img {
    display: block;
    width: 100%;
}
.gift_close > img {
    display: block;
    width: 100%;
}
.get_gift_form > .inputForm {
    position: absolute;
    top: 5rem;
    width: 100%;
}

.inputForm > .gift-tips {
    color: #ED1410;
    width: 87%;
    height: .46rem;
    line-height: .46rem;
    font-weight: 600;
    font-size: .1rem;
    background-color: #FDE2BF;
    margin: 10px auto;
    text-align: center;
    border-radius: 6px;
}

.inputForm > .form-btn {
    width: 87%;
    height: .8rem;
    cursor: pointer;
    margin: 0 auto;
    border-radius: .5rem;
    opacity: 0;
}

.m-form-item {
    width: 87%;
    height: .8rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.m-form-item > img {
    position: absolute;
    left: .15rem;
}
.m-form-item:last-child {
    margin-bottom: 0;
}

.m-form-item > input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    outline:none;
    text-indent: 2em;
}

.code-box {
    width: 2rem;
    margin-bottom: 0;
    color: #666666;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
}


.gift_box {
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.gift_box .gift_close {
    position: absolute;
    right: 0;
    width: 24px;
    top: 12px;
    z-index: 999;
}
.gift_box .title {
    position: absolute;
    width: 80%;
    top: 0;
}
.gift_box .box_img {
    position: absolute;
    width: 100%;
    top: -1rem;
}
.gift_box .open_box_btn {
    position: absolute;
    bottom: 0;
    width: 80%;
}
.gift_box .title > img, .gift_box .box_img > img, .gift_box .open_box_btn > img {
    display: block;
    width: 100%;
}

.receive_success .success_box {
    width: 300px;
    height: 330px;
    margin: 0 auto;
    position: relative;
    background-color: #F50F0B;
    overflow: hidden;
    border-radius: 12px;
}

.success_box > img {
    width: 100%;
    display: block;
}
.success_box > .gift_close {
    position: absolute;
    width: 24px;
    right: 6px;
    top: 6px;
}

.success_box > .gift_tips {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.success_box > .receive_success_btn {
    width: 80%;
    margin: 20px auto;
}

.gift_tips .photo {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
}

.photo > img {
    width: 48%;
}

.success-title {
    display: block;
    margin: 30px auto 0px;
}

.receive-dialog {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #F50F0B;
    background: linear-gradient(to bottom, #F50F0B 80%, #FF9494);
}

.receive-dialog .dialog-title {
    width: 100%;
    padding: 0 5%;
}

.dialog-title > img {
    display: block;
    width: 100%;
}

.panel {
    background: #FFFFFF;
    width: 90%;
    border-radius: 12px;
    padding: .1rem .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}

.panel:last-child {
    margin-bottom: 130px;
}

.panel .panel-img {
    width: 2.2rem;
    margin-right: .1rem;
}

.panel .panel-text {
    font-size: .1rem;
    display: flex;
    flex-direction: column;
}

.panel-img > img {
    display: block;
    width: 100%;
}

.flexAlignCenter {
    display: flex;
    align-items: center;
}

.loginTextColor {
    color: #6D6D6D;
    margin-bottom: .1rem;
}

.dayColor {
    color: #F21F1C;
    font-weight: 600;
}

.font600 {
    font-weight: 600;
}

.dialog-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: scroll;
}

.dialog-list .panel {
    background: #FFFFFF;
    width: 80%;
    border-radius: 12px;
}

.dialog-btn {
    width: 40%;
    height: .9rem;
    background-color: #F21F1C;
    position: absolute;
    border-radius: 1rem;
    bottom: .5rem;
    left: 50%;
    margin-left: -20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.ming_show {
    height: 100vh;
}

.ming_hide {
    display: none;
}

.ming_show_only {
    display: block;
}
