/**
 * weiphp公用css
 */


/* 登录 */

#login_body {
    /* background:url(../images/login_bg.jpg) no-repeat center top*/
}

#login_body footer {
    display: none
}

.login_box,
.reg_box {
    width: 400px;
    margin: 50px auto;
    color: #666;
    padding: 30px 100px;
}

.login_box {
    margin-top: 100px;
}

.login_box a {
    color: #fff;
    font-size: 15px;
}

.login_box a:hover {
    color: #1dbd03
}

.logo_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/logo_80.png) center center no-repeat;
}

.logo_text {
    height: 30px;
    margin: 20px 0 10px;
    background: url(../images/logo_text.png) center top no-repeat;
    position: relative
}

.logo_text .beta {
    position: absolute;
    height: 24px;
    width: 76px;
    right: 45px;
    top: 0;
    background: url(../images/beta2.0.png) no-repeat;
    display: none
}

.form_title {
    text-align: center;
    color: #ccc;
    font-size: 16px;
    display: none
}

.login_box .form_body {
    margin-top: 30px;
}

.login_box .control-label {
    display: none
}

.login_box .controls {
    margin: 20px auto 0;
    display: block;
    width: 308px;
    position: relative;
    color: #fff
}

.login_box input {
    padding-left: 35px;
    width: 262px;
}

.login_box .controls .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #aaa;
}

.list_img {
    width: 50px;
}

.login_box .verifyimg {
    margin-top: 10px;
    width: 100%
}

.login_box .btn {
    width: 100%;
}

.login_box .reloadverify_a {
    position: absolute;
    top: 10px;
    right: 10px;
}

.reg_box input {
    width: 256px;
}

.reg_box .control-group {
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}

.reg_box .control-label {
    width: 70px;
    height: 30px;
    float: left;
    text-align: right;
    padding-right: 15px;
    line-height: 30px;
    color: #fff
}

.reg_box .controls {
    float: left;
}

.reg_box .verifyimg {
    width: 274px;
}

.reg_box .btn {
    padding: 10px 0;
    margin-top: 15px;
    width: 274px;
}

.login_top_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.login_top_btn .btn {
    background-color: RGBA(255, 255, 255, .4);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    margin: 10px;
}

.login_top_btn .btn:hover {
    background-color: #fff;
    color: #333
}

.text-warning {
    color: #F60;
    margin-top: 5px
}


/* login end */


/* 头部 */

.navbar {
    height: 50px;
    width: 100%;
    background-color: #155aba;
    position: fixed;
    top: 0;
    z-index: 9000;
}

.brand {
    padding: 5px 10px;
    display: block;
    float: left;
}

.top_nav {
    float: right;
    padding: 0 0px 0 0px;
}

.top_nav a {
    color: #fff;
}

.top_nav li.dropdown {
    position: relative;
}

.top_nav li:hover {
    background: #fff;
    color: gray;
}

.top_nav li.dropdown>a {
    line-height: 50px;
    width: 90px;
    height: 50px;
    overflow: hidden;
    padding: 0 20px;
}

.top_nav li.admin_nav>a {
    width: 70px;
}

.top_nav li.dropdown>a:hover {
    background: #fff !important;
    color: #0e4ea9;
}

.top_nav li.dropdown:hover {
    background: #fff;
    color: #0e4ea9;
}

.top_nav li.dropdown ul {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #fff;
    position: absolute;
    color: gray;
    float: none;
    min-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none;
    -moz-background-clip: none;
    background-clip: none;
}

.top_nav li.dropdown ul li {
    float: none
}

.top_nav li.dropdown ul a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.top_nav li.dropdown ul a:hover {
    background: #fff;
}

.top_nav .dropdown-menu > li > a {
    color: #333
}


/* 侧栏 */

.sidebar {
    position: fixed;
    top: 50px;
    left: 50px;
    bottom: 0;
    width: 180px;
    background-color: #EAEEF2;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
    z-index: 1020;
    border-right: 1px solid #dedfdf;
}

.sidebar li a {
    display: block;
    color: rgb(51, 51, 51);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.sidebar li a:hover {
    background-color: #F4F6F8;
}

.sidebar li.active a {
    background: #fff;
    font-weight: bold
}

.sidebar .fa {
    font-size: 15px;
    padding-right: 10px;
    width: 10px;
}

.sidebar .arrow {
    color: #ddd;
    font-size: 10px;
    padding-left: 10px;
}

.sidebar li .sidenav_sub a {
    padding-left: 35px;
}

li .sidenav_sub .li_section .sidenav_sub a {
    padding-left: 45px !important;
    color: #666;
}

.sidenav .wei_section .sidenav_sub li a {
    padding-left: 45px;
    color: #666;
}

.sidebar li .sidenav_sub li {
    position: relative;
}

.sidebar li .sidenav_sub li .active_arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 14px;
    background: url(../images/arrow_left.png) center center no-repeat;
    display: none
}

.sidebar li .sidenav_sub li.active .active_arrow {
    display: block
}

.viewFramework-sidebar {
    position: fixed;
    top: 50px;
    padding-top: 50px;
    left: 0px;
    width: 50px;
    background-color: #202b3a;
    height: 100%;
    z-index: 2000;
}

.viewFramework-sidebar:hover {
    cursor: pointer;
}

.viewFramework-sidebar div img {
    width: 40px;
    margin: 5px;
}


/* 主栏 */

.main_body {
    margin: 50px 0 0px 230px;
    min-height: 600px;
}


/* 微信预览 */

.has-weixinpreivew {
    overflow: hidden;
    zoom: 1
}

.has-weixinpreivew form {
    float: left;
    width: 65%
}

.weixin-preview {
    float: right;
    width: 320px;
    margin-right: 20px;
}

.weixin-preview .preview-tips {
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}

.weixin-preview .weixin-box {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 3px #999;
}

.weixin-box img {
    width: 290px;
    height: 145px;
    margin: 10px 0 5px;
    background: #ddd
}

.weixin-box .weixin-title {
    font-size: 16px;
    color: #222;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.weixin-box .weixin-content {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden
}


/* 多图文预览 */

.weixin-muti-preview {
    width: 320px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 2px #ddd;
    border-radius: 10px;
}

.weixin-muti-preview li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    list-style: none;
    height: 60px;
    position: relative;
    z-index: 10;
}

.weixin-muti-preview p {
    height: 60px;
    line-height: 30px;
    padding: 0 70px 0 0;
    overflow: hidden;
}

.weixin-muti-preview img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.weixin-muti-preview .del {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: RGBA(0, 0, 0, .2);
    text-align: center;
    line-height: 80px;
    z-index: 1001;
    color: #C00;
    display: none
}

.weixin-muti-preview li:first-child {
    height: 150px;
}

.weixin-muti-preview li:first-child p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: RGBA(0, 0, 0, .6);
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin: 0 10px 10px 10px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
}

.weixin-muti-preview li:first-child img {
    width: 300px;
    height: 150px;
}

.weixin-muti-preview li:first-child .del {
    line-height: 160px;
}

.form-item-div {
    width: 320px;
    margin: 20px auto;
}

.form-item-div input {
    width: 300px;
}


/* 顶部提示 */

.top-alert-tips {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    z-index: 10099;
    background: #1dbd03;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 20px;
}

.alert-success {
    background: #009BF8;
}

.alert-error {
    background: #fb1d0f;
}

.top-alert-tips .close {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
}


/* 底部footer */

.footer {
    padding: 0px;
    text-align: left;
    background-color: #f5f8f8;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    z-index: 1;
    border-top: 1px solid #dedfdf;
}

.footer p {
    color: #666;
}

.footer p a {
    color: #999;
}


/* 会员卡 */

.card_preview {
    position: relative;
    float: left;
    width: 300px;
    height: 179px;
    margin-right: 40px;
    box-shadow: 0 0 6px #666;
    border-radius: 8px;
}

.card_preview #cardBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.card_preview .card_num {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    text-shadow: 0 1px #fff;
    color: #000;
    font-weight: bold;
}

.card_preview .card_name {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    font-size: 20px;
    font-weight: bold;
}


/* 模板 */

.template_select {
    float: left;
    width: 100%;
    zoom: 1;
    margin: 0 0 20px;
}

.template_select li {
    float: left;
    position: relative;
    margin: 0 25px;
    width: 170px;
    height: 410px;
    text-align: center;
    list-style: none;
    cursor: pointer
}

.template_select li .phone {
    width: 170px;
    height: 353px;
    position: relative;
    background: url(../images/m/iphone0.png) no-repeat;
}

.template_select li .phone img {
    position: absolute;
    width: 144px;
    height: 240px;
    top: 55px;
    left: 13.5px;
}

.template_select li.selected .phone,
.template_select li.hover .phone {
    background: url(../images/m/iphone1.png) no-repeat;
}

.template_item p {
    padding-top: 10px;
}

.template_item input {
    display: inline;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.template_item label {
    display: inline;
}

.template_item .use_tips {
    position: absolute;
    top: 50px;
    right: 170px;
    background: #333;
    padding: 10px;
    color: #fff;
    width: 150px;
    border-radius: 10px;
    text-align: left;
    display: none
}


/* 必须项 */

.need_flag {
    color: #F00;
    vertical-align: -6px;
    font-size: 20px;
}

.top_logo {
    float: left;
    width: 480px;
    height: 50px;
}

.top_logo ul li {
    line-height: 50px;
    display: inline-block;
    height: 50px;
}

.top_logo ul li:first-child {
    background-color: #0e4ea9;
    width: 50px;
}

.top_logo ul li:last-child {
    padding-left: 32px;
    color: #fff;
}

.viewFramework-sidebar>.active {
    background-color: rgb(21, 90, 186) !important;
}

.viewFramework-sidebar>div:hover {
    background-color: #515F6E;
}

.drop_button {
    position: relative;
    height: 50px !important;
}

.login_nav_drop .login-nav {
    display: inline-block;
    width: 109px;
    text-align: center
}

.login_nav_drop:hover {
    background-color: #0e4ea9;
}

.login_nav_drop.active {
    background-color: #fff;
}

#gongzhong .login_nav_drop.active b {
    color: #333 !important;
}

.login_nav_drop.active .login-nav {
    color: #333 !important;
}

#notification_button.active {
    background-color: #0e4ea9;
}

#notification_button .login-nav {
    color: #fff !important;
    display: inline-block;
    width: 85px;
}

#help_button .login-nav {
    display: inline-block;
    width: 85px;
}

.login_nav_drop .drop_button_detail {
    width: 100%;
    min-width: 50px !important;
    padding: 0px;
}

.login_nav_drop .drop_button_detail li {
    width: 100%;
    border-top: 1px solid #ccc;
}

.login_nav_drop .drop_button_detail>li>a {
    height: 35px;
    text-align: left;
    padding: 3px 23px;
    line-height: 35px;
    cursor: pointer;
}

.page_message {
    position: relative;
    top: 41px;
    padding-bottom: 50px;
}

.main_body {
    background-color: #f6f7f8;
}

.bangzhubutton:hover {
    background-color: #0e4ea9;
}

iframe[src='about:blank'] {
    display: none;
}

ul.nav {
    cursor: pointer;
}

div.message {
    position: fixed;
    display: block;
    width: 38px;
    height: 38px;
    right: 30px;
    bottom: 60px;

    
}

div.message_a {
    height: 38px;
    width: 38px;
    display: block;
    background: #1ab394;
    padding: 7px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
div.message_a i{
    color:#fff !important;
    float:initial;
    margin:0px !important;
}

div.message span.message_number {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #F76249;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

div.message div.message_detail {
    position: absolute;
    width: 250px;
    background: #ccc;
    top: -moz-calc(-100% - 20px);
    top: -webkit-calc(-100% - 20px);
    top: calc(-100% - 20px);
    left: -260px;
    border-radius: 5px;
    visibility:hidden;
    border-radius: 5px;
    overflow:hidden;
}

div.message .message_detail_title {
    background: #2f4050;
    padding: 8px 15px;
    color: #fff;
    border: 1px #2f4050 solid;
}

.new_message {
    opacity: 0;
    position: fixed;
    bottom: 120px;
    right: 10px;
    height: 50px;
    min-width: 160px;
    background-color: rgba(39, 58, 75, 0.8);
    border-radius: 3px;
    padding: 0px 20px;
    cursor: pointer;
    visibility:hidden;
}

.new_message a {
    color: #fff;
    line-height: 50px;
}

.new_message i {
    float: right;
    line-height: 50px;
    color: #fff !important;
    margin-left:5px;
}

.col-thrid .right_detail,
div.message .right_detail {
    width: 100%;
    height: 50px;
    border-bottom: 1px #eaedf1 solid;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    display: block;
    cursor: pointer;
    color: rgb(51, 51, 51);
}

div.message .right_detail{
        border-left: 1px #eaedf1 solid;
    border-right: 1px #eaedf1 solid;
    width: initial;
}

.col-thrid .right_detail span,
div.message .right_detail span {
    line-height: 50px;
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
}

.number_text {
    color: #155abb;
    font-weight: 600 !important;
    display:inline-block;
    min-width:20px;
}

.col-thrid .right_icon_div .userinfo_div,
div.message .right_icon_div .userinfo_div {
    font-size: 14px;
    margin-bottom: 6px;
    padding: 0px 15px;
}

.col-thrid .right_icon_div .userinfo_div:first-child {
    margin-top: 35px;
}
