*{margin: 0; padding: 0; box-sizing: border-box;}  
body{font-size: 15px;}
.top_nav ul:first-child{
    position: absolute; 
    top: 19px;
    right: 0;
    font-weight: 600;
    font-size: 15px;
}
.top_nav ul:first-child li{margin-left: 10px;}
.top_nav div{position: absolute; right: 0; }
.top_nav a:hover{color: #fb5660;}
.top_nav .sel_btn:hover{color: #fff;}

.h300{height: 350px;}
.xlwz_pic{
    height: 225px;
    background: url(../images/xlwz.jpg) no-repeat center;
    background-size: cover;
}
.airticle_list li{
    display: block;
    float: none;
    padding: 10px;
}
.airticle_list li:first-child{
    background-color: aliceblue;
}
.airticle_list li::before{
    content: '\25C6';
    font-weight: 600;
    color: #8dcfc9;
}
.airticle_list li a{margin-left: 5px;}
.airticle_list li:first-child a{color: #333;}
.airticle_list li:hover{cursor: pointer; background-color: rgba(199,208,216,.2);}
.br1{border-right: 1px solid #8dcfc9;}
.mt20{margin-top: 20px;}
.xl_article .layui-col-space20 > * {
    padding-top: 0px;
}
.zxs_zs .layui-col-md4{text-align: center;}
.zxs_indexhead{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(../images/zxs.jpg) no-repeat center;
    background-size: cover;
    transition: all .2s;
    /* background-color: #fff; */
}
.zxs_head{
    margin: 0 auto;
    width: 55px;
    height: 55px;
    background: url(../images/zxs.jpg) no-repeat center;
    background-size: cover;
    transition: all .2s;
    /* background-color: #fff; */
}
.user_head{
    margin: 0 auto;
    width: 55px;
    height: 55px;
    background: url(../images/stu_head.png) no-repeat center;
    background-size: cover;
    transition: all .2s;
    /* background-color: #fff; */
}
.mt20{margin-top: 20px;}
.mt120{margin-top: 120px;}
.dashline1{
    position: absolute;
    top: 107px;
    left: 165px;
    z-index: -1;
}
.dashline2{
    position: absolute;
    top: 107px;
    left: 358px;
    z-index: -1;
}
.row{padding: 10px 0;}
.text_tit{
    margin-top: 2%;
}
.text p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bt1{border-top: 1px solid #c5e6e3;}


.bgbar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    /* left: 36px; */
    background-color: rgba(0, 0, 0, .2);
}
.right_card{
    width: 48%;
    height: 180px;
}
.right_card p{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.h180{
    width: 1100px;
    height: 220px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 30px;
    /* padding: 20px; */
    padding-left: 0;
    box-shadow: 0 0 10px 0 rgb(251 86 95 / 10%);

    /* background-color: rgba(251, 86, 96, .1); */
}
.zxs_zs .layui-col-md4 .zxs_head:hover{
    opacity: .8;
}
.footer_left .font-style{
    line-height: 30px;
    color: #fff;
}
.footer_left .font-style a{
    color: #fff;
}
.footer_right{
    color: #fff !important;
}
.mb55{margin-bottom: 55px;}
.pd20{padding: 20px; padding-left: 0;}

/* 弹窗 */
#myModal , #zxLayer , #yyLayer{
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
}

#myModal .modal ,#zxLayer .modal ,#yyLayer .modal {
    width: 380px;
    /* height: 300px; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: animate 1s;
}
#zxLayer .modal {
    width: 900px;
    /* height: 300px; */
}
#yyLayer .modal {
    width: 580px;
    height: 500px;
}
.modal .modal-header {
    height: 50px;
    background: #009688;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #009688;
}

.modal .modal-header p {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 20px;
}

.modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.modal .modal-content {
    background: white;
    /* height: 200px; */
    /* text-align: center; */
    /* line-height: 200px; */
}
#yyLayer .modal .modal-content {
    height: 350px;
    padding-top: 30px;
}
.modal .modal-content p {
    margin: 0;
}

.modal .modal-footer {
    position: relative;
    height: 50px;
    background: #fb5660;
}
.font-style{font-size: 15px;}
.modal-footer input{
    width: 80px;
    height: 35px;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    color: #fb5660;
}
.modal-footer .btn{
    clear: both;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 活动影集 */
a{transition: all .3s;}
a:hover{opacity: .8;}
.w1000{width: 1000px; margin: 0 auto;}
.hdyj h3{font-size: 15px; color: #333; background-color: aliceblue;}
.hdyj .yj_detail h3{font-weight: 400;}
.yj_pic{
    width: 190px;
    height: 170px;
    border-radius: 50%;
    background-color: #fff;
    margin: 20px auto;
}
.yj_pic1{background: url(../images/hdyj.png) no-repeat center; background-size: cover;}
.yj_pic2{background: url(../images/hdyj2.png) no-repeat center; background-size: cover;}
.yj_card:hover h3{color: #009688;}

.article_tittle{
    margin-top: 2px;
    padding: 0 5px;
    font-size: 15px;
    background-color: #ffefef;
    border-radius: 0 0 10px 10px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layui-table[lay-even] tr:nth-child(2n) {
    background-color: #fff;
}
.layui-table tbody tr:hover{background-color: transparent;}
.layui-table th {
    text-align: center;
}
.tc_red{
    color: #013168;
}
.ta_l{text-align: left;}
.mt15{margin-top: 15px;}
.zxly_card .pd20{
    padding-left: 30px;
}
.zxly_card .box_style{
    box-shadow: 1px 1px 10px #ededed;
}
.mt50{margin-top: 50px;}
.zxly_card .sel_btn{
    width: 90px;
    height: 2.5em;
    line-height: 2.5em;
    border: none;
    border-radius: 6px;
}
.zxly_card .sel_btn:hover{color: #fff;}
.mt0{margin-top: 0;}

.zxly_card .layui-col-md4{
    padding: 15px;
}

/* 对话框 */
/* .talk{margin-bottom: 100px;} */

.middle{
    width: 100%;
    /* height: 300px; */
    /* background-color: #f2f2f2; */
    background-color: #f2f2f2;
}
.contain{
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
    /* height: 521px; */
}
.input1 span{
    /* float: right; */
    display: inline-block;
    padding: 8px 15px;
    text-align: left;
}
.posi_r{position: relative;}
.input1{
    display: inline-block;
    position: absolute;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0.5px;
    max-width: 680px;
}
.zxs .input1{
    background-color: #fff;
    color: #333;
    left: 90px;
    top: 10px;
}
.user .input1{
    background-color: #009688;
    color: #fff;
    right: 90px;
    top: 10px;
}
.triangle{
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 8px solid transparent;
    position: absolute;
}
.triangle1{
    border-right-color: #fff;
    top: 20px;
    left: 75px;
}
.triangle2{
    border-left-color: #009688;
    top: 20px;
    right: 75px;
}
.card{
    /* margin-top: 10px; */
}
/* .input1{
    float: right;
} */
.card::after{
    content: "";
    display: block;
    clear: both;
}
.card img{
    float: right;
    margin-left: 10px;
}
.card .zxs_head{
    float: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
}
.contain .time{text-align: center;}
.contain .time span{
    /* float: right; */
    color: gray;
    font-size: 12px;
}
.contain .time .zxs_name{
    /* float: left; */
}
.talk .bottom{
    width: 100%;
    height: 150px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}
.talk .bottom .left{
    width: 100%;
    height: 100%;
}

.talk .bottom textarea{
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px ;
    resize: none;
}
.talk .bottom .right a:first-child{
    display: block;
}

.talk .send_btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.layui-tab-brief > .layui-tab-title .layui-this {
    color: #009688;
}
.layui-tab-brief > .layui-tab-title .layui-this::after {
    border: none;
    border-radius: 0;
    /* border-bottom: 2px solid #009688; */
}
.yyjl_btn{
    width: 100px;
    padding: 10px;
    height: auto;
}

/* 预约 */
.layui-tab-title {
    height: auto;
}
.layui-tab-title li {
    display: block;
    float: none;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    padding: 10px 0;
    line-height: 30px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    border-top: 1px solid #eee;
    cursor: pointer;
    background-color: #fff;
}
.layui-tab-content {
    padding-top: 5px;
}
.order_time{
    display: block;
    float: none;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 50px;
    min-width: 65px;
    padding: 0px 15px;
    text-align: center;
    border-top: 1px solid #eee;
    cursor: pointer;
    background-color: #fff;
}
.layui-form-label {
    width: 100px;
    font-size: 14px;
}
.order_form .layui-col-md6{
    padding: 20px;
    padding-bottom: 0;
    
}
.bl1{border-left: 1px solid #8dcfc9;}
.br1{border-right: 1px solid #8dcfc9;}
.layui-input, .layui-select, .layui-textarea {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.disable_input{
    border: 1px solid #dbf9fb;
    background-color: #dbf9fb;
    cursor: default;
}

.layui-table {
    background-color: #dbf9fb;
    text-align: center;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin="line"], .layui-table[lay-skin="row"] {
    /* border-width: 1px;
    border-style: solid;
    border-color: #8dcfc9; */
    border-width: 2px;
    border-top-style: dotted;
    border-color: #8dcfc9;
    border-bottom-style: dotted;
    border-right-style: dotted;
}
.themecolour{color: #009688;}
.zxs_h3{
    font-size: 15px;
    color: #009688;
    margin-top: -20px;
    margin-bottom: 10px;
}
.lb_intro h4{
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
.lb_intro p{
    font-size: 15px;
    font-weight: 400;
    color: #444;
}
.lb_intro p:last-child{
    margin-top: 10px;
}
.mtb10{margin: 30px 0;}
.pt20{padding-top: 20px;}
.ta_r{text-align: right;}
/* 咨询师 */
.xlzxs{
    width: 190px;
    height: 170px;
    background-color: #fff;
    margin: 20px auto;
}
.xlzxs1{background: url(../images/zxs.jpg) no-repeat center; background-size: cover;}
.xlzxs2{background: url(../images/zxs2.jpg) no-repeat top; background-size: cover;}
.xlzxs_mod h3{font-size: 15px; color: #333;}

.yj_card:hover h3{color: #009688;}
/* 个人中心 */
.bubble{
    display: inline-block;
    margin-left: -5px;
    background-color: #ffdadc;
    padding: 7px 15px;
    font-size: 14px;
    color: rgb(128, 128, 128);
    border-radius: 5px;

}
.sanjiao{
    display: inline-block;
    width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 8px solid transparent;
	border-right-color: #ffdadc;
}
.layui-input{
    /* border-color: #ffdadc; */
}
.mt20{margin-top: 20px !important; }
.zxs_tittle{
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
}
.zxs_intro{
    padding-right: 20px;
line-height: 26px;
}
.article_text {
    padding: 1em;
    padding-bottom: 0;
    margin-top: 0px; 
    margin-bottom: 0px; 
    word-break: break-all; 
    overflow-wrap: break-word; 
    line-height: 1.7em; 
    font-size: 17px; 
    text-align: left;
    color: rgb(76, 76, 76); 
    /* font-family: Arial; */
}
.mb10{margin-bottom: 10px;}
.td_pd {text-align: center;}
.td_pd td{padding: 10px;}

.lb_dot tr td::before {
    content: '\25C6';
    margin-right: 12px;
}
.pt0{padding-top: 0;}
/* .lb_dot tr td a:hover {
    color: #fb5660;
} */
/* .lb_dot tr td a:hover .lb_dot tr td::before{
    border: 1px solid #fb5660;
    background-color: #fb5660;
} */
.lb_qustionaire{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.mt30{margin-top: 30px;}

/* 时间选择 */
.layui-laydate-main {
    background-color: #dbf9fb;
}
.layui-laydate-content td, .layui-laydate-content th {
    width: 32px !important;
    height: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
}
.w30{width: 30%;}
.lbintro_text{
    background-color: transparent; 
    border: none; 
    resize: none; 
    padding: 0;
    line-height: 25px;
    min-height: 120px;
    color: #666;
}
.bottom_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    z-index: -10;
    zoom: 1;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: auto;
    line-height: 1.15;
}
.table_border{
    border-width: 2px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-color: #8dcfc9;
}
.mb10{margin-bottom: 10px;}
.w90{width: 90%;}
.lb-center {text-align: center;}
.lb-txt {text-align: right;}
.lb-txt span {margin-right: 20px;}
.data-list {min-height: 300px;padding: 20px;width: 800px;margin: 0 auto;border: 1px solid #009688;border-radius: 50px;}
.w800 {width: 800px;margin: 0 auto;}
.data-list  {position: relative;}
.data-point,.data-list div {position: relative;cursor: pointer;}
.data01 {}
.data02 {left: 100px;top:100px}
.data03 {left: 200px;top:50px}
.data04 {left: 400px;top:30px}
.data05 {left: 500px;top:80px}
.data06 {left: 600px;top:120px}
.data07 {right: 20px;top:50px}
.data08 {left: 300px;top:80px}
.data09 {top:180px}
.data10 {top:240px;left: 100px;}
.data11 {top:160px;left: 180px;}
.data12 {top:150px;left: 280px;}
.data13 {top:180px;left: 380px;}
.data14 {top:200px;left: 480px;}
.data15 {top:240px;left: 580px;}
.data16 {top:220px;right: 100px;}
.data17 {top:180px;left:120px}
.data18 {top:120px;left:260px}
.data19 {top:120px;left:350px}
.data20 {top:160px;left:420px}
.data21 {top:120px;left:460px}
.data22 {top:200px;left:140px}
.data23 {top:200px;left:260px}
.data24 {top:200px;left:360px}
.data25 {top:200px;left:550px}
.data26 {top:120px;left:450px}
.data27 {top:50px;left:550px}
.data28 {top:50px;left:650px}
.data29 {top:100px;left:660px}
.mk-lb .layui-col-md2 {}
.blue div {width: 220px;margin: 10px;}




