*, *:after, *:before {
    box-sizing: border-box;
}
#header{
    height: 0.8rem;
}
#header .header{
    position: fixed;
    top:0;
    left:0;
    z-index: 10;
    display: block;
    width: 100%;
    background-color: #ffffff;
    /*box-shadow: 1px 2px 5px 1px rgba(247, 247, 247, 0.5);*/
}
#header .logo{
    display: inline-block;
    font-family: GOTHICBI;
    font-weight: bold;
    min-width: 170px;
    height: 0.8rem;
    margin-right: 10px;
    float: left;
    vertical-align: top;
    margin-top: -3px;
    font-size: 30px;
    line-height: 0.8rem;;
    letter-spacing: 1px;
}
#header .logo .text-color-base{
    color: #43CCB5;
}
#header nav{
    float: left;
}

#header .animenu__toggle {
    position: relative;
    height: 0.8rem;
    width: 0.8rem;
    padding: 0.1rem;
    display: none;
    cursor: pointer;
    background-color: transparent;
}
#header .animenu__toggle__bar {
    display: block;
    width: 0.46rem;
    height: 0.04rem;
    background-color: #48b7a7;
    -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
#header .animenu__toggle__bar + .animenu__toggle__bar {
    margin-top: 0.1rem;
}

#header .animenu__toggle--active .animenu__toggle__bar {
    margin: 0;
    position: absolute;
}
#header .animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
    opacity: 0;
}
#header .animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header .animenu {
    display: block;
}
#header .animenu ul {
    padding: 0;
    list-style: none;
}
#header .animenu li, .animenu a {
    display: inline-block;
    font-size: 16px;
}
#header .animenu a {
    text-decoration: none;
}

#header .animenu__nav {;
    float: left;
}
#header .animenu__nav > li {
    position: relative;
}
#header .animenu__nav > li > a {
    height: 0.8rem;
    padding: 0 10px;
    margin:0 0.05rem;
    line-height: 0.8rem;
    text-transform: uppercase;
}
#header .animenu__nav > li > a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 0px;
}
#header .animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#header .animenu__nav > li:hover > a {
    color: #43ccb5;
}

#header .animenu__nav__child {
    min-width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #373737;
    transition: margin .15s, opacity .15s;
}
#header .animenu__nav__child > li {
    width: 100%;
    border-bottom: 1px solid #515151;
}

#header .animenu__nav__child > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: -6px;
    margin-left: -3px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
}
#header .animenu__nav__child > li:last-child {
    border: 0;
}
#header .animenu__nav__child a {
    padding: 10px;
    width: 100%;
    color: #ffffff;
    border-color: #373737;
}
#header .animenu__nav__child a:hover {
    background-color: #43CCB5;
    border-color: #43CCB5;
    color: #fff;
}
#header .user{
    display: block;
    height: 0.8rem;
    float: right;
    line-height: 0.8rem;
    font-size: 0.14rem;
    position: relative;
}
#header .user>ul>li{
    float: left;
    margin-left: 30px;
}
#header .help{
    color: #43CCB5;
}
#header .user .gift{
    display: inline-block;
    width: 20px;
    height: 20px;
}
#header .user .gift img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -4px;
}

#header .user__nav_child{
    position: absolute;
    top: 0.8rem;
    right: 0;
    width: 200px;
    /*opacity: 0;*/
    display: none;
    background: #ffffff;
    text-align: left;
    overflow: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    transition: margin .15s, opacity .15s;
}
#header .user__nav_child>ul>li{
    height: auto;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}
#header .user__nav_child>ul>li a{
    display: block;
    padding: 15px 30px;
}
#header .user__nav_child>ul>li:hover {
    background-color: #f5f5f5;
}
#header .user__nav_child>ul>li img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.index .animenu li.nav_index>a,
.vip .animenu li.nav_vip>a,
.service .animenu li.nav_service>a,
.news .animenu li.nav_news>a,
.tutor .animenu li.nav_tutor>a,
.case .animenu li.nav_case>a,
.recruit .animenu li.nav_recruit>a,
.protection .animenu li.nav_protection>a{
    color: #43CCB5;
    font-weight: bold;
    border-bottom: 4px solid #43CCB5;
}
.index #header{
    height: 0;
}
#header .static-logo{

    font-family: GOTHICBI;
    font-weight: bold;
    min-width: 170px;
    display: none;
    height: 0.8rem;
    margin-right: 10px;
    float: left;
    vertical-align: top;
    margin-top: -3px;
    font-size: 30px;
    line-height: 0.8rem;;
    letter-spacing: 1px;
}
.index #header .header.static .logo{
    display: none;
}
.index #header .header.static .static-logo{
    display: inline-block;
}
.index #header .header.static{
    background-color: transparent;
    box-shadow:none;
    color: #FFFFff;
}
.index #header .user__nav_child{
    color: #4F4F4F;
}
.index #header .header.static:after{
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
    position: absolute;
    bottom: -1px;
}

.index #header .static .animenu__nav > li:hover > a{
    color: #FFFFff;
}
.index .static .animenu li.nav_index>a{
    color: #FFFFff;
    border-bottom: 4px solid #FFFFff;
}
.index #header .static .help{
    color: #FFFFff;
}
label.error{
    display: block;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    text-align: left;
    color: #e53935;
}
.home-badge-dot{
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color: #FF5722;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
#header .header.fixedSubNav{
    background: #ffffff;
}


#footer .footer{
    background-color: #333333;
}
#footer .pc{
    padding-top: 0.8rem;
    background-color: #333333;
}
#footer .pc .title{
    color: #ffffff;
    font-size: 0.2rem;
    position: relative;
    margin-bottom: 0.2rem;
}
#footer .pc .title:after{
    content: "";
    position: absolute;
    width: 0.07rem;
    height: 0.19rem;
    background-color: #2ebca8;
    border-radius: 0.02rem;
    left: -0.16rem;
    top:50%;
    transform: translateY(-50%);
}
#footer .pc .content{
    font-size: 0.16rem;
    color: #2EBCA8;
    line-height: 0.4rem;
}
#footer .pc .content .phone_number{
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: bold;
}
#footer .information .pay span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.14rem;
}
#footer .pc .information .alipay{
    width: 0.37rem;
    height: 0.39rem;
    background-image: url("../../img/public/alipay.png")/*tpa=https://www.admitwrite.com/static/index/img/public/alipay.png*/;
}
#footer .pc .information .paypal{
    width: 0.85rem;
    height: 0.23rem;
    background-image: url("../../img/public/paypal.png")/*tpa=https://www.admitwrite.com/static/index/img/public/paypal.png*/;
}
#footer .pc .subscription_img{
    width: 0.99rem;
    height: 0.99rem;
    /*background: #eeeeee;*/
    margin-top: 0.33rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
}
#footer .pc .information{
    width: 5.6rem;
    padding-left: 0.16rem;
}
#footer .pc .footer_nav{
    width: 2.7rem;
}
#footer .pc .subscription{
    width: 1rem;
}
#footer .pc .other{
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.14rem;
    color: #2EBCA8;
    line-height: 0.24rem;
}
body .layui-layer-aw .layui-layer-title{border:none;font-size: 0.16rem;}
body .layui-layer-aw .layui-layer-btn a{background:#2ebca8;}
body .layui-layer-aw .layui-layer-btn .layui-layer-btn0{border-color: #2ebca8;}
body .layui-layer-aw .layui-layer-btn .layui-layer-btn1{background:#f5f5f5}
body .layer-center{text-align: center}
body .layui-layer-home .layui-layer-title{background:#2ebca8;color:#fff;border:none;font-size: 0.16rem;}
body .layui-layer-home .layui-layer-btn a{background:#2ebca8;}
body .layui-layer-home .layui-layer-btn .layui-layer-btn0{border-color: #2ebca8;}
body .layui-layer-home .layui-layer-btn .layui-layer-btn1{background:#f5f5f5}
body .layer-center{text-align: center}

.layui-layer.layer-container {
    max-height: calc(100% - 100px);
}
.layer-area {
    max-height: calc(100% - 100px);
}
.layer-area .layui-layer-content {
    padding: 15px;
}
.layer-area-xs {
    width: 25% !important;
}
.layer-area-sm {
    width: 40% !important;
}
.layer-area-md {
    width: 60% !important;
}
.layer-area-lg {
    width: 80% !important;
}
.tab-item{
    display: none;
}
.tab-show{
    display: block!important;
}
.text-color-base{
    color: #2EBCA8;
}
.common_page_error{
    text-align: center;
    color: #9f9f9f;
    display:-webkit-flex;
    display: -moz-box;  /* Firefox */   display: -ms-flexbox;    /* IE10 */   display: -webkit-box;    /* Safari */   display: -webkit-flex;    /* Chrome, WebKit */   display: flex;
    width: 100%;
    flex-direction:column;
    align-items: center;
    padding-top: 1.1rem;
}
.common_page_error img{
    width: 2.8rem;
    margin-top: 0.4rem;
}
.common_page_error a{
    color: #2EBCA8;
    text-decoration: solid;
}

/*select2自定义样式*/
body .select2-container .select2-selection--single{
    height:0.5rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    border: solid 1px #bfbfbf;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 0.5rem;
}
body .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0.1rem;
    padding-right: 0.32rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:100%;
    width:0.32rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0;
    width: 0.22rem;
    height: 0.14rem;
    left: 0px;
    margin-top: -0.07rem;
    background-image: url("../../img/public/select_updown.png")/*tpa=https://www.admitwrite.com/static/index/img/public/select_updown.png*/;
    transition: all .2s;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #2ebca8;
}

.m_subscription {
    width: 100%;
    height: 3.5rem;
    background-image: url("../../img/index/mobile/background_4.png")/*tpa=https://www.admitwrite.com/static/index/img/index/mobile/background_4.png*/;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 0.6rem;
}
.m_subscription .subscription_title{
    font-size: 0.3rem;
    color: #686868;
    font-weight: bold;
}
.m_subscription .subscription_img{
    width: 2.07rem;
    height: 2.07rem;
    margin: 0.1rem auto 0;
}
.m-footer{
    font-size: 0.24rem;
    text-align: center;
    color: #2EBCA8;
    background: #333333;
}
.m-footer .footer_nav{
    padding: 0.46rem 1.5rem 0.38rem;
    border-bottom: 1px  dashed #818181;
}
.m-footer .footer_nav .nav_title img{
    width:0.23rem ;
    height: 0.17rem;
    margin-left: 0.1rem;
}
.m-footer .footer_nav .nav_url{
    text-align: left;
    margin-top: 0.2rem;
    display: none;
}
.m-footer  .other{
    line-height: 0.48rem;
    margin-top: 0.46rem;
}
.m-footer .paly_methon{
    margin-top: 0.5rem;
}
.m-footer .paly_methon .logo_name{
    font-size: 0.48rem;
    font-weight: bold;
    vertical-align: middle;
}
.m-footer .paly_methon .paypal{
    width: 1.18rem;
    height: 0.32rem;
    vertical-align: middle;
}
.m-footer .paly_methon .alipay{
    width: 0.52rem;
    height: 0.55rem;
    vertical-align: middle;
    margin: 0 0.2rem;
}
.m-footer .copyright{
    margin-top: 0.32rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    padding-bottom: 0.24rem;
}

/**admitwrite 分页样式
*/
.admit-page .pagination{
    font-size: 16px;
}
.admit-page .pagination li{
    float: left;
    margin-right: 15px;
}
.admit-page .pagination li.active{
    color: #2EBCA8;
}
.admit-page .pagination li a:hover{
    color: #2EBCA8;
}
#header .animenu__nav__child{
    border-radius: 5px;
}
#header .animenu__nav__child > li:first-child a{
    border-radius: 5px 5px 0 0;
}
#header .animenu__nav__child > li:last-child a{
    border-radius:0 0 5px 5px;
}
@media (max-width:1280px) and (min-width:992px){
    #header .logo{
        width: 140px;
    }
    .animenu__nav > li > a{
        height: 60px;
        font-size: 14px;
        line-height: 60px;
    }
    .animenu__nav{
        height: 60px;
    }
}
@media screen and (max-width:992px) {
    #header .animenu__nav__child{
        border-radius: 0;
    }
    #header .animenu__nav__child > li:first-child a{
        border-radius: 0;
    }
    #header .animenu__nav__child > li:last-child a{
        border-radius:0;
    }
    #header{
        text-align: center;
    }
    #header .logo{
        width: 2.65rem;
        float: none;
        margin: auto;
    }
    #header .animenu__toggle {
        display: inline-block;
    }
    #header .animenu__nav,
    #header.animenu__nav__child {
        display: none;
    }

    #header .animenu__nav {
        margin: 10px 0;
        text-align: left;
    }
    #header .animenu__nav > li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #515151;
        background: #fff;
    }
    #header .animenu__nav > li:last-child {
        border: 0;
    }
    #header .animenu__nav > li:first-child > a:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: 1em;
        top: -6px;
        border: 6px solid transparent;
        border-top: 0;
        border-bottom-color: inherit;
    }
    #header .animenu__nav > li > a {
        width: 100%;
        height: auto;
        line-height: 50px;
        border-color: #111;
        position: relative;
        padding-left: 40px;
    }


    #header .animenu__nav__child {
        position: static;
        background-color: #373737;
        margin: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
    #header .animenu__nav__child > li{
        padding-left: 40px;
    }
    #header .animenu__nav__child > li:first-child > a:after {
        content: none;
    }
    #header .animenu__nav__child a {
        padding-left: 20px;
        width: 100%;
    }
    #header .user_head{
        display:inline-block;
        width: 0.4rem;
        height: 0.5rem;
        margin-top: 0.2rem;
    }
    #header .avatar{
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background-size: cover;
    }
    #header nav .animenu__nav--open {
        display: block;
        position: fixed;
        top: 50px;
        left: 13%;
        right: 13%;
        bottom: 0;
        z-index: 74;
        overflow: auto;
    }

}
.animenu__nav--open {
    display: block !important;
    /*overflow: auto;*/
}
.animenu__nav--open .animenu__nav__child {
    display: block;
}
.fixed{
    position: fixed;
    top: 80px;
    left:0;
}
#chat {
    width: 90px;
    position: fixed;
    display: block;
    left: auto;
    z-index: 300;
    bottom: 10px;
    transform: translateZ(0);
    right: 10px;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#chat .refer-img img {
    display: none;
}

.chat #chat {
    left: -19px;
    bottom: 31px;
}
#chat a {
    display: block;
    position: relative;
}
#chat a ul {
    display: block;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 11.5px;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 0 6px 0 rgba(12, 12, 12, 0.16);
}
#chat a ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 11.5px;
    bottom: -11.5px;
    left: 50%;
    margin-left: -9px;
    background: url("../../img/public/chat_tr.png")/*tpa=https://www.admitwrite.com/static/index/img/public/chat_tr.png*/ center center no-repeat;
    background-size: 100% 100%;
}
#chat a li img {
    max-width: 70px;
    max-height: 70px;
}
#chat a li h6 {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin-top: 4px;
    text-decoration: none;
}
#chat a li:first-child h6 {
    margin-bottom: 10px;
}
/* 保持大小不变的小圆圈  */
#chat a .chat_head {
    width: 90px;
    height: 90px;
}
#chat a .dot {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 18px;
    border-radius: 100%;
    z-index: 2;
    background: #fff url("../../img/public/chat_head.png")/*tpa=https://www.admitwrite.com/static/index/img/public/chat_head.png*/ center center no-repeat;
    background-size: 50px 50px;
    box-shadow: 0.695px 3.939px 8px 0 rgba(12, 12, 12, 0.27);
    border: 1px solid #81D9CA;
}
#chat a .dot .tip {
    position: absolute;
    bottom: 5px;
    left: -160px;
    display: none;
    background-color: #43CCB5;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 14px;
    border-radius: 2px;
}
#chat a .dot .tip::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #43CCB5;
    top: 12px;
    right: -16px;
}
#chat a .dot:hover .tip {
    display: inline-block;
}
/* 产生动画（向外扩散变大）的圆圈  */
#chat a .pulse {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 0;
    border: 10px solid #81D9CA;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes warn {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0.0;
    }
    25% {
        transform: scale(0) rotate(45deg);
        opacity: 0.4;
    }
    50% {
        transform: scale(0.1) rotate(45deg);
        opacity: 0.7;
    }
    75% {
        transform: scale(0.5) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(45deg);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.4;
    }
    50% {
        -webkit-transform: scale(0.1) rotate(45deg);
        opacity: 0.7;
    }
    75% {
        -webkit-transform: scale(0.5) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1) rotate(45deg);
        opacity: 0.0;
    }
}
/* 产生动画（向外扩散变大）的圆圈2  */
#chat a .pulse2 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 0;
    border: 10px solid #81D9CA;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 3s ease-out 0.5s;
    -moz-animation: warn 3s ease-out 0.5s;
    animation: warn 3s ease-out 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#chat a .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #43CCB5;
    right: 22px;
    bottom: 58px;
    z-index: 3;
}
@media screen and (max-width:992px){

    #chat{
        position: fixed;
        left: 0.08rem;
        bottom: 0.1rem;
        width: 1.4rem;
        height: 1.2rem;
        z-index: 10;
    }
    #chat .chat_img{
        width: 100%;
    }
    #chat .wifi{
        position: absolute;
        left:.5rem;
        bottom:.5rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        z-index: 10;
        opacity: 0;
        display: inline-block;
        border-width: 0.1rem;
        border-style: solid;
        border-color: #43ccb5 transparent transparent;
        transform: rotate(10deg);
        -webkit-animation: warn 3s ease-out;
        -moz-animation: warn 3s ease-out;
        animation: warn 3s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    #chat .wifi2{
        position: absolute;
        left:.5rem;
        bottom:.5rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        display: inline-block;
        z-index: 10;
        opacity: 0;
        transform: rotate(10deg);
        border-width: 0.1rem;
        border-style: solid;
        border-color: #43ccb5 transparent transparent;
        -webkit-animation: warn 3s ease-out 0.5s;
        -moz-animation: warn 3s ease-out 0.5s;
        animation: warn 3s ease-out 0.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    #chat .wifi3{
        position: absolute;
        left:.5rem;
        bottom:.5rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        display: inline-block;
        z-index: 10;
        opacity: 0;
        transform: rotate(10deg);
        border-width: 0.1rem;
        border-style: solid;
        border-color: #43ccb5 transparent transparent;
        -webkit-animation: warn 3s ease-out 1s;
        -moz-animation: warn 3s ease-out 1s;
        animation: warn 3s ease-out 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    #chat .chat_content{
        width: 5.5rem;
        height: 2.34rem;
        background: rgba(227,227,227,0.8);
        position: absolute;
        left: 1.6rem;
        bottom: 0;
        padding: 0.18rem 0 0 0;
        overflow: hidden;
        border-radius: 0.1rem;
        display: none;
    }
    #chat .chat_content .wx{
        width: 1.92rem;
        height: 2rem;
        background-color: #2ebca8;
        border-radius: 0.1rem;
        padding-top: 0.12rem;
        text-align: center;
        display: inline-block;
        float: left;
        font-size: 0.24rem;
        color: #ffffff;
        line-height: 0.24rem;
        margin-left: 0.47rem;;
    }
    #chat .chat_content .wx img{
        width: 1.50rem;
    }
    #chat .chat_content .kf img{
        width: 0.62rem;
    }
    #chat .chat_content .kf{
        width: 1.75rem;
        height: 2.00rem;
        background-color: #2ebca8;
        border-radius: 0.1rem;
        display: inline-block;
        float: left;
        font-size: 0.36rem;
        color: #ffffff;
        padding: 0.2rem 0.4rem;
        margin-left: 0.37rem;
    }
    #chat .chat_content .chat_close{
        position: absolute;
        top: 0.17rem;
        right: 0.17rem;
        width: 0.3rem;
        height: 0.3rem;
    }
    #chat .chat_content .chat_close img{
        width: 0.3rem;
        height: 0.3rem;
    }
}
