/*#loginModal .modal-dialog{
    width: 400px;
    margin: 30px auto;
}*/

#noteEditModal .modal-dialog{
    width: 500px;
    margin: 30px auto;
}

#loginModalBody{
    width: 100%;
    height: 450px;
}
.divisionLine{
    border-top: 1px solid #e5e5e5;
    margin: 12px 0px;
}
.fixed-logo{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    box-shadow: 0px -2px 8px #dbdbdb;
    box-sizing: border-box;
    z-index: 999;
}

.fixed-logo div{
    margin-left: 35px;
}

.logo-img{
    width: 100%;
    float: left;
}
.logo-title{
    color: #333333;
    font-size: 12px;
}
.logo-content{
    color: #666666;
    font-size: 10px;
}

.weixin{
    color: #ffffff;
    background: #3CB033;
    position: absolute;
    right: 80px;
    top: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 12px;
}
.weixin img{
    width: 20px;
    padding-right: 5px
}

#logo-space{
    height: 80px;
}


@media screen and (min-device-width: 375px) and (max-device-width: 667px){
   
    .weixin{
        color: #ffffff;
        background: #3CB033;
        position: absolute;
        right: 100px;
        top: 20px;
        padding: 5px 10px;
        border-radius: 3px;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 15px;
        height: 30px;
        line-height: 20px;
    }

    .weixin img{
        width: 25px;
        padding-right: 5px;
        vertical-align: bottom;
        margin-bottom: 2px;
    }

}

/*底部广告*/
@keyframes popleft {0%   {margin-left: -100%;} 100% {margin-left: 0px;} } 
@-moz-keyframes popleft {0%   {margin-left: -100%;} 100% {margin-left: 0px;} } 
@-webkit-keyframes popleft {0%   {margin-left: -100%;} 100% {margin-left: 0px;} } 

@keyframes popRight {0%   {margin-left: 0px;} 100% {margin-left: -100%;} } 
@-moz-keyframes popRight {0%   {margin-left: 0px;} 100% {margin-left: -100%;} } 
@-webkit-keyframes popRight {0%   {margin-left: 0px;} 100% {margin-left: -100%;} }
                    

.bottomSuspend{ 
    width: 100%; 
    width: 100vw;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    background:url(../images/app11.1.0@2x.png) center bottom no-repeat;
    background-size: 1920px 115px;
    height: 115px;
    margin-left: -100%;
    margin-left: -100vw;
} 

.bottomSuspend .attendDownload{
    cursor: pointer;
    width: 1136px;
    position: absolute;
    bottom: 0px;
    height: 90px;
    left: 50%;
    margin-left: -520px;
}


.acction-left{
    z-index:1080;
    margin-left: 0px !important; animation: popleft 0.5s; -moz-animation: popleft 0.5s; -webkit-animation: popleft 0.5s; 
} 
.acction-right{
    margin-left: -100% !important; 
    margin-left: -100vw !important; 
    animation: popRight 0.5s; -moz-animation: popRight 0.5s; -webkit-animation: popRight 0.5s; 
} 

.bottomSuspend .closeSuspend{
    position: absolute; top: 50px; right: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/app10.0.2_close.png) no-repeat center center;
    -webkit-transition: .5s;
    transition: .5s;
}
.bottomSuspend .closeSuspend:hover{ 
    /*transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);*/
}

.openSuspend{
    z-index: 10;
    position: fixed; bottom: 70px; left: 0px;
    width: 66px;
    height: 70px; 
    background: url(/material/theme/chacha/cms/v2/images/footer_app2_banner_icon.png) no-repeat center center;
    background-size: 66px 70px;
    display: none; 
}

/* 调查问卷相关start-------------  */

.left-questionnaire-content {
    width: 70px;
    height: 70px;
    z-index: 10;
    position: fixed;
    bottom: 300px;
    left: 0;
    cursor: pointer;
}
.left-questionnaire-bg {
    margin-left: 13px;
    width: 55px;
    height: 55px;
    background: url(/material/theme/chacha/cms/v2/images/left-questionnaire.png) no-repeat center center;
    background-size: 55px 55px;
}
.left-questionnaire-desc, .left-questionnaire-desc-hover {
    width: 80px;
    height: 24px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    background-color: #BE9673;
    border-radius: 0px 100px 100px 0px;
}
.left-questionnaire-desc-hover {
    display: none;
    color: #F5D9BD;
}

.left-questionnaire-content:hover .left-questionnaire-desc {
    display: none;
}
.left-questionnaire-content:hover .left-questionnaire-desc-hover {
    display: inline-block;
}

/* 调查问卷相关end--------------  */

/* 注册活动相关start--------------  */
.regis-modal-bg {
    width: 100%;
    height: 500px;
    background: url(/material/theme/chacha/cms/v2/images/register-promotion/regis-modal-bg.png) no-repeat center center;
    background-size: 500px 550px;
    position: relative;
}
.regis-content {
    width: 70%;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    text-align: center;
}
.regis-modal-title {
    font-size: 42px;
    font-weight: 800;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    color: #864D07;
    line-height: 63px;
    letter-spacing: 2px;
}
.regis-modal-desc {
    font-size: 35px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #864D07;
    line-height: 49px;
}
.regis-modal-info {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 0px #E0A350;
    margin-top: 30px;
}
.regis-modal-7 {
    width: 30px !important;
    height: 40px !important;
    vertical-align: text-top;
}
.regis-modal-btn {
    width: 220px;
    height: 60px;
    background: linear-gradient(135deg, #FEEBD2 0%, #F3C990 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;

    position: absolute;
    top: 290px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;

    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #864D07;
    line-height: 60px;
}
/* 注册活动相关end----------------  */

@media print {
    a[href]:after {
        content: none !important;
    }
    .bottomSuspend {
        display: none;
    }
}

/*手机端打开 底部链接*/
.bottom-bar{
    position: fixed;
    z-index: 9;
    bottom: 0px;
    background: white;
    border-top: solid 1px #f1f3f4;
    padding-bottom: 1px;
    width: 100%;
    height: 68px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.bottom-bar .icon{
    width: 40px;
}
.bottom-bar .bd{
    flex: 1;
    padding-left: 15px;
}
.bottom-bar .download{
    display: block;
    background: #128bed;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    height: 36px;
    width: 90px;
    border-radius: 2px;
    font-size: 16px;
}
.bottom-bar .qcc-t2 {
    font-size: 12px;
    color: #999;
}

@media (min-width: 768px){
    .bottom-bar{
        display: none;
    }
}

.chat-modal {
    width: 500px;
    height: 250px;
    background: url("/material/theme/chacha/cms/v2/images/chat_bg.png") no-repeat center;
    background-size: 500px 250px;
    padding: 20px 20px 20px 210px;
    text-align: left;
    color: #ffffff;
}
.waiter-name {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;

}
.waiter-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 5px 0 15px;
}
.waiter-tel {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.waiter-mail {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
