@import url("addCss1.css");
@import url("layout.css");
@import url("addCss2.css");

html {
    font-size: 14px;
}
body {
    background: #F2F2F2;
    /*overflow: hidden;*/
}
html,body{
    height:100%;
}
body, ul, dl, dd, dt, ol, li, p, textarea, form, select, fieldset, table, td, div, input, img {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 16px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input-group-addon {
    /*background: #D53873;
    border-color: #D53873;
    color:#fff;*/
    height:2.3rem!important;
    line-height:1.5rem!important;
    padding: .2rem .5rem!important;
}
input[type='date']{
    font-size: 1rem;
    padding: auto 0!important;
}
.input-line select,
.input-line textarea,
.input-line input[type='text'],
.input-line input[type='search'],
.input-line input[type='password'],
.input-line input[type='datetime'],
.input-line input[type='datetime-local'],
.input-line input[type='date'],
.input-line input[type='month'],
.input-line input[type='time'],
.input-line input[type='week'],
.input-line input[type='number'],
.input-line input[type='email'],
.input-line input[type='url'],
.input-line input[type='tel'],
.input-line input[type='color']
{
    width: auto!important;
}
a {
    cursor: pointer;
    text-decoration: none;
    hide-focus: expression(this.hideFocus=true);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
ul, ol {
    list-style-type: none;
    vertical-align: 0;
}
body {
    font-family: "微软雅黑";
    background: #F2F2F2;
}
.container-fluid {
    /*margin-bottom: 45px;*/
}
.tips-nums{
    background: #fff;
    border: 2px solid #ff0000;
    height: 16px;
    width: 16px;
    left: auto;
    right: -5px;
    top: -5px;
}
.tips-nonums{
    background: #ff0000!important;
    width: 8px!important;
    height: 8px!important;
}
/*主页*/
.home img {
    margin-top: 20px;
}
.home p {
    padding-top: 10px;
    font-size: 1.02em;
    color: #000000;
}
.home-header{
    background: #D53873 url(images/pageBg.png) repeat-x left bottom;
    color: #fff;
}
.home-header [class^='col-']{
    padding-left: 5px;
    padding-right: 5px;
}
.home-header a{
    color:#fff;
}
.home-header .logo{
    height:70px;
    background:url(images/login-logo.png) no-repeat left center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.home-header .info-option {
    margin-top:1.5rem;
}
.home-header .info-option a {
    display: inline-block;
    padding: .2rem;
}
.user-info {
    display: block;
    /* background: #D53873 url(images/pageBg.png) repeat-x left bottom; */
    background: #ee426b url(images/pageBg1.png) repeat-x left bottom;
    background-size: auto 100%;
    color: #fff;
}
.user-info:before, .user-info:after, .home-header:before, .home-header:after{
    clear: both;
    display: table;
    box-sizing:border-box;
    content: '';
}
.user-info a {
    color: #ffffff;
}
.user-info [class^="col-"] {
    padding: .5em 0;
}
.info-main {
    padding: 0 1em;
}
.headpic {
    width: 5rem;
    height: 6.28rem;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255,255,255,.5);*/
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 1em;
    background:url(images/head_portrait.jpg) no-repeat center top;
    -webkit-background-size: 5rem auto;
    background-size: 5rem auto;
}
.user-number, .user-name {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: .5em 0;
}
.user-info .headpic img {
    width: 5rem;
}
.huiyuan-bar {
    background: rgba(0, 0, 0, 0.2);
    height: 2.28rem;
    line-height: 2.2rem;
    font-size: 1.1rem;
    -webkit-border-radius: 1.14rem 0 0 1.14rem;
    -moz-border-radius: 1.14rem 0 0 1.14rem;
    border-radius: 1.14rem 0 0 1.14rem;
    padding: 0 .5rem 0 .8em;
    margin: .5em 0;
}
.huiyuan-set {
    margin: .5em 0;
    text-align: center;
}
.huiyuan-set a {
    position: relative;
}
.huiyuan-set .tip-nums {
    background: #fff;
    border:none;
    right: -4px;
    top: -4px;
}
.card-info {
    text-align;center;
    padding: .5rem 0;
}
.card-info .headpic-large{
    margin: 1em auto;
    text-align:center;
}
.card-info .headpic{
    width:4rem;
    height: 4rem;
}
.card-info .headpic img{
    width:4rem;
}
.card-info .user-number, .card-info .user-name{
    padding: 5px 0;
    font-size: 1rem;
    line-height: 1rem;
}
.card-info .card-option{
    margin: .5em auto;
    text-align: center;
    color: #333;
}
.vr-card {
    width: 90vw;/*300px;*/
    height: 56vw;/*190px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px;
    margin: 1rem auto .2rem auto;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}
#card-front, #card-back{
    text-align: center;
    margin-bottom: .5em;
}
#card-front .vr-card{
    background:url(images/card-front.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#card-front .vr-card1{
    background:url(images/card-front1.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

#card-front .vr-card2{
    background:url(images/card-front2.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

#card-front .card-level{
    position: absolute;
    left:65vw;/*15px;*/
    top: 6vw;/*18px;*/
    font-size:4vw;/*1.2rem;*/
    color: #fff;
    text-shadow: 1px 0 2px #EB4962, 0 1px 2px #EB4962, 0 -1px 2px #EB4962, -1px 0 2px #EB4962;
}
#card-front .card-number{
    position: absolute;
    left: 20px;
    bottom:5vw;/*10px;*/
    color:#df9026;
    font-weight: bold;
    font-size: 4vw;/*1.2em*/;
    text-shadow: 1px 0 2px #fff, 0 1px 2px #fff, 0 -1px 2px #fff, -1px 0 2px #fff;
}
#card-back .vr-card{
    background:url(images/card-back.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#card-back .vr-card1{
    background:url(images/card-back1.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#card-back .vr-card2{
    background:url(images/card-back2.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#card-back .card-headpic{
    float: left;
    width: 33%;
    margin: 3% 3%;
}
#card-back .card-headpic img{
    width:100%;
}
#card-back .card-qrcode{
    width: 57%;
    float: left;
    margin: 3% 3%;
    margin-left: 0;
}
#card-back .card-qrcode img{
    width:100%;
}
#card-back .card-name{
    display: block;
    background: #D53873;
    color:#fff;
    font-size: 4vw;
    line-height: 160%;
}
#card-back .card-number{
    font-size: 3.5vw;
    color:#000;
    font-weight: bold;
    text-shadow: 1px 0 2px #fff, 0 1px 2px #fff, 0 -1px 2px #fff, -1px 0 2px #fff;
}
.card-form{
    margin: 1rem .5rem;
}
.card-back .card-form{
    margin-top: 1.5rem;
}
.card-data-item {
    overflow: hidden;
    margin-bottom: .5em;
}
.card-data-item .label {
    float: left;
    width: 7em;
    text-align: right;
    color: #000;
}
.card-data-item .val {
    color: #666;
}
/*.card-qrcode {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
}
.card-qrcode img {
    width: 100px;
}*/
.panel-heading {
    position: relative;
}
.panel .panel-tools {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #812145;
}
.panel .panel-tools a {
    color: #812145;
}
.panel-import {
    /*background-image: -webkit-linear-gradient(left,#D6467C 0%,#E2769E 50%,#D6467C 100%);
    background-image: -moz-linear-gradient(left,#D6467C 0%,#E2769E 50%,#D6467C 100%);
    background-image: -o-linear-gradient(left,#D6467C 0%,#E2769E 50%,#D6467C 100%);
    background-image: -ms-linear-gradient(left,#D6467C 0%,#E2769E 50%,#D6467C 100%);
    background-image: linear-gradient(left,#D6467C 0%,#E2769E 50%,#D6467C 100%);*/
    background: #fff;
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    margin: .5em 0;
}
.panel-import .panel-heading {
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.panel-import .panel-title {
    display: inline-block;
    padding: 0 1em;
    color: #000;
    line-height: 1.4em;
}
.panel-import .panel-body {
    padding: .3em .5em;
}
.panel-import .tip-nums {
    color: #fff;
}
.panel-import .panel-tools{
    top:5px;
}
.panel-import .panel-tools a {
    color: #333;
}
. panel-top .panel-body{
    padding: .2rem .5rem;
}
.focus-text {
    border-top:1px solid #eee;
    padding: .2rem .5rem;
}
.panel-comm{
    border-top:1px solid #eee;
}
.panel-comm .panel-heading{
    padding: 5px 10px;
}
.panel-comm .panel-title{
    font-size: 1rem;
}
.panel-comm .panel-body{
    color:#666;
    font-size: .85rem;
    line-height: 2em;
}
.panel-news-img .panel-heading{
    border: none;
    padding-bottom: 5px;
}
.panel-news-img .panel-body{
    padding: .5rem .5rem;
}
.panel-type {
    margin-top: 1px;
    background:none;
}
.panel-type .panel-heading{
    background:#efefef;
}
.panel-type .panel-body{
    padding: 0;
}
.panel-type .panel-tools{
    color:#333;
}
/*弹出层*/
.modal-dialog {
    bottom:auto;
}

/*下拉菜单*/
.main-header .dropdown-menu {
    margin:0px;
    padding:0px;
    background-color: #d53873;
    border-radius:0px;
    /*width: 120px;*/
    font-size: 16px;
}
.bootstrap-dialog.type-primary .modal-header{
	background-color: #d53873;
}


.main-header .headDropdown{ right: -5px !important;}
.main-header .headDropdown a{ /*text-align: left !important;*/ height: 35px !important; line-height: 35px !important;/* min-width: 110px !important;*/}
/*标签页*/

.nav-tabs {
    background: #fff;.
    overflow: hidden;
    height: 3.2rem;
}
.nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
    margin-bottom: -1px;
    text-align: center;
    line-height: 3rem;
}
.nav-tabs > li > a {
    text-align: center;
    border-bottom: 4px solid #EAEAEA;
    color: #333;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #D53873;
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid #D53873;
}
/*流程处理*/
.deal-title {
    text-align: center;
    padding: .2em 1em;
    line-height: 1.5em;
}
.deal-title h4 {
    line-height: 1.5em;
}
.deal-content {
    margin: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.deal-detail {
    border-bottom: 1px solid #e5e5e5;
}
.deal-detail:last-child {
    border-bottom: none;
}
.border {
    border-bottom: 1px solid #CCCCCC;
}
.msg {
    font-size: 14px !important;
    padding: 8px 0 0 0;
}
.msg-t {
    width: 25%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #976329;
}
.msg-r {
    width: 75%;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.msg-read {
    width: 50%;
    margin-bottom: 10px;
    display: inline-block;
}
.msg-suggest {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.meeting-t {
    width: 40%;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
}
.meeting-r {
    width: 60%;
    display: inline-block;
}
.msg-i {
    width: 100%;
    height: 30px;
}
.msg-i1 {
    width: 75%;
    float: right;
}
.detail {
    display: inline-block;
    width: 80px;
    color: #a6a6a6 !important;
    font-size: 14px !important;
}
.deal-d {
    text-align: center;
    width: 33.333%;
    float: left;
    font-size: 16px;
}
.radio-warn {
    font-size: 16px;
    color: #7c7c7c;
}
.message-content {
    padding: 15px 15px 0 0;
    line-height: 1.7em;
}
.message-content p b{
	color:#E81317;
	padding-left:15px;
	float:left;
}
.message-content .contentText{
	padding-left:89px;
}
.message-content img {
}
.message-content p {
    /*text-indent: 2em;*/
    font-size: 1rem;
    line-height: 1.8em;
    margin: .8rem 0;
}
.message-content span {
    font-size:1rem;
    line-height: 1.8em;
}
.content {
    text-align: center;
}
.content li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.top-img {
    position: relative;
}
.top-img img {
    width: 100%;
    max-height: 100px;
}
.top-img .weather {
    position: absolute;
    top: 5px;
    right: 0;
    color: #ffffff;
    text-align: right;
    right: 5px;
    width: 120px;
    text-shadow: 0px 0px 8px #000000;
}
.top-img .weather p {
    margin: 0;
    padding: 0;
}
.top-img .weather .wendu {
    font-size: 30px;
}
/*审理*/
.header-cont {
    width: 184px;
    border: 2px solid #A27844;
    background: #A27844;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 4px;
}
.header-1 {
    width: 80px;
    text-align: center;
    float: left;
    padding: 6px;
    font-size: 14px;
    color: #FFFFFF;
}
.header-2 {
    width: 100px;
    text-align: center;
    float: left;
    padding: 6px;
    font-size: 14px;
    color: #FFFFFF;
}
.header-1 a, .header-2 a {
    color: #FFFFFF;
    font-size: 14px;
}
.active a {
    color: inherit;
}
.search-input {
    width: 85%;
    height: 30px;
    border: none;
    border-radius: 4px;
    padding-left: 40px;
    margin: 10px 0;
    color: #333;
    background: url(images/search_icon.png) #ffffff no-repeat 15px center;
}
.search-flow-input {
    width: 100%;
    height: 30px;
    border: 1px;
    border-color: #D7D7D7;
    border-style: solid;
    border-radius: 4px;
    margin: 10px 0;
    background: url(images/search_icon.png) #ffffff no-repeat 15px center;
}
.search-bar {
    display: block;
    background: #f7f7f7;
}
.search-bar .sort {
    display: inline-block;
}
.search-bar .sort .dropdown-menu {
    left: auto;
    right: 0px;
}
/*代办流程*/
.schedule-list {
    position: relative;
}
.schedule-list ul li {
    position: relative;
    background: #FFFFFF;
    border-bottom: 2px solid #f0efee;
}
.schedule-title {
    width: 240px;
    font-family: "微软雅黑";
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: red;
}
.schedule-title1 {
    max-width: 500px;
    font-family: "微软雅黑";
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.time {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #666;
}
.panel-gc .schedule-title1 {
    min-height: 3.5em;
}
.schedule-subtitle {
    min-height: 2em;
    color: #A27844;
}
.schedule-text {
    float: left;
    padding: 0 10px 0 0;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #a6a6a6;
}
.schedule-text a {
    text-decoration: underline;
    color: #36F;
}
.right-option {
    float: right;
}
.schedule-r {
    position: absolute;
    right: 5px;
    top: 20px;
}
/*处理步骤*/
.department {
    margin-top: 20px;
    background: #FFFFFF;
}
.department ul li {
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
}
.department1 {
    margin-top: 20px;
    background: #FFFFFF;
}
.department1 ul {
    width: 50%;
    float: left;
}
.department1 ul li {
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    margin-right: 10px;
    float: left;
}
.department1 .search-man {
    width: 100%;
    color: #283440;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid #DFDFDF;
    font-family: "微软雅黑";
    background: url(images/search_number.png) no-repeat center right #FFFFFF;
}
.department1 .search-man:focus {
    border-bottom: 2px solid #A27844;
}
.department1 .old-man {
    width: 100%;
    color: #283440;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #DFDFDF;
    font-family: "微软雅黑";
    background: url(images/sanjiao.png) no-repeat bottom right #FFFFFF;
}
.warn {
    padding-right: 15px;
    float: right;
}
.next-btn {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #3987c8;
    margin-top: 25px;
    border-top: 1px solid #e3e3e9;
    border-bottom: 1px solid #e3e3e9;
    border-left: none;
    border-right: none;
    height: 50px;
    background: #efeff5;
}
.detail-check {
    background: #FFFFFF;
    border: none;
    font-size: 20px;
    margin-top: 10px;
}
.deal {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    background: #fff;
    z-index: 9999999;
}
.deal .send-message {
    width: 50%;
    float: left;
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #016AD3;
    background: #ffffff;
    position: relative;

}
.deal .send-message .bo {
    height: 20px;
    position: absolute;
    right: 0;
    width: 1px;
    top: 14px;
    border-right: 1px solid #dddddd;
}
.deal .phone {
    width: 50%;
    float: left;
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #016AD3;
    background: #ffffff;
}
.deal-btn1 {
    width: 33.333%;
    float: left;
    background: #86d4ff;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
}
.deal-btn2 {
    width: 33.333%;
    float: left;
    background: #40bbff;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
}
.deal-btn3 {
    width: 33.333%;
    float: left;
    background: #06a7ff;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
}
.deal-btn4 {
    width: 50%;
    float: left;
    background: #86d4ff;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
}
.deal-btn5 {
    width: 50%;
    float: left;
    background: #06a7ff;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
}
.search-ipt {
    float: right;
    border: none;
    height: 30px;
    padding-left: 15px;
    background: no-repeat 0 0 scroll ＃EEEEEE;
    border: none;
    outline: medium;
}
.p {
    margin: 10px;
}
.model-b {
    top: 50px;
}

/*通讯录*/
.address-profile{
    padding: 1rem;
    text-align:center;
}
.address-profile .person-pic{
    width: 8rem;
    height: 8rem;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.address-profile .person-pic img{
    width: 8rem;
}
.address-profile .person-name{
    font-size: 2rem;
    line-height: 1.5em;
}
.img-info-list {
    border-bottom: 1px solid #EEE;
    padding: 10px;
    overflow: hidden;
}
.img-info-list .img {
    float: left;
    display: block;
    margin-right: 10px;
}
.img-info-list .tip-nums {
    position: static;
}
.img-info-list .text {
    display: block;
    position: relative;
}
.img-info-list .img-title {
    font-size: 1.2em;
    line-height: 1.5em;
}
.img-left .img-title {
    min-height: 5em;
}
.img-info-list .sub-title {
    display: block;
    color: #A27844;
    margin-top: 3px;
}
.img-info-list .img-info {
    overflow: hidden;
    color: #333;
}
.img-info-list .right-option {
    display: inline-block;
    float: right;
}
.img-info-list .right-option a {
    color: #A27844;
    text-decoration: underline;
}
.impText {
    color: #ff0000 !important;
}
.msg-list .text {
    margin-left: 24px;
}
.msg-list .img-title {
    min-height: auto;
    margin-bottom: .5em;
}
.msg-list .img-title {
    margin-right: 6em;
    font-weight: bold;
}
.msg-list .img-time {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 2px;
    line-height: 1.5em;
}
.no-news .img-title {
    font-weight: normal;
    color: #333;
}
.no-news .tip-nums {
    background: transparent;
    color: transparent;
}
.flow-button {
    margin-top: 10px;
}

.font14 {
    font-size: 14px;
}
.mark {
    position: absolute;
    background: red;
    top: 2px;
    right: 10%;
    border-radius: 99px;
    font-size: 10px;
    color: #ffffff;
    min-width: 16px;
    height: 16px;
    padding-top: 0.1em;
}
.current .application-l-flow {
    background: rgba(189, 189, 189, 0.1);
}
.reply {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.reply-input {
    width: 100%;
    height: 400px;
    border: none;
}
.flow-tab {
    width: 33.3333%;
    text-align: center;
}

.right-nav {
    position: fixed;
    right: 0;
    top: 5.5rem;
    width: 20px;
    background: rgba(0, 0, 0, 0.1);
    height:100%;
}
.right-nav ul .search-n {
    background: url(/images/search_number.png) no-repeat;
    background-size: 10px 10px;
    display: block;
    margin-left: 3px;
    margin-bottom: 3px;
}
 .right-nav ul li {
     text-align: center;
 }
.right-nav ul li a {
    padding: 3px;
    color: #000000;
    font-size: 10px;
}

/*应用类*/
.use {
    font-size: 16px;
    color: #666666;
}
.use-n {
    font-size: 15px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
}
.use-p {
    display: block;
    width: 200px;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.use-n-p {
    display: block;
    width: 200px;
    height: 39px;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
}
.person {
    /*font-size: 16px;*/
    line-height: 30px;
}
.login-out {
    width: 100%;
    float: left;
    background: #976329;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
}
.t {
    width: 70%;
    padding-left: 10px;
}
/*公共样式*/
.header-fix{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}
.main-header {
    height: 48px;
    /* background-color: #D53873; */
    background-color: #ee426b;
    color: #ffffff;
    overflow: hidden;
    display:none;
}
.main-header:after {
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.main-header h2 {
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    font-size: 16px;
    color: #595959;
    text-align: center;
}
.header-title {
    margin: 0 .5rem;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
}
.header-other {
    position: absolute;
    right: 10px;
    top: 0;
    text-align: right;
}
.header-other .fa {
    color: #fff;
}
.main-header a {
    display: inline-block;
    min-width:20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.head-left {
    position: absolute;
    top:0;
    left: 10px;
}
.head-left img {
	width:60%;
}
.header-r-menu{
    display: inline-block;
    vertical-align: middle;
}
.header-r-menu .fa, .fa-ellipsis-v{
    min-width:1rem;
}
.back-span {
    color: #fff;
    font-size: 1rem;
	margin-left:-5px;
	margin-top:1px;
}
.a-back img {
    width: 60%;
}
.b-back {
    position: absolute;
    top: 8px;
    left: 15px;
    height: 32px;
    color: #686868;
}
.main-content{
    /*padding-top: 48px;*/
    /*padding-bottom:60px;*/
    overflow: auto;
}
.home-content{
    padding-top: 102px;
}
.login-content{
    padding-top: 102px;
}
/*筛选工具条*/
.filter-bar {
    background: #eee;
    border-bottom: 1px solid #DDD;
}
.filter-bar .filter-item {
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
    line-height: 1.8em;
    padding: .5em 0;
}
.filter-bar .filter-item.active {
    position: relative;
}
.filter-bar .filter-item.active:before, .filter-bar .filter-item.active:after {
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #ddd;
    border-top-width: 0;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    content: "";
    content: " ";
    bottom: -1px;
    left:50%;
    margin-left: -10px;
}
.filter-bar .filter-item.active:after {
    border-bottom-color: #fff;
    bottom:-2px;
}
.pannel-p {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
}
.head-m {
    margin-top: 2rem;
}
.foot-m {
    margin-bottom: 42px;
}
.panel-b {
    padding: 10px;
    background: #F1EFEF;
}
.bc {
    padding: 0px 15px;
    background: #E6E6E6;
}
.message {
    position: absolute;
    right: 10px;
    top: 0;
}
.message a {
    font-size: 29px;
    color: #ffffff;
    line-height: 44px;
}
.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ee0000;
    position: absolute;
    top: 11px;
    right: 14px;
}
.copy-info{
    text-align: center;
}
.copy-img {
    margin: auto;
    display: inline-block;
    padding: .5rem;
}
.version-logo {
	width: 228px;
	height:120px;
	background-image: url(images/version-logo.png);
}
.version-logo-newone {
	width: 315px;
	height:60px;
	 background:url(images/login-logo.png) no-repeat left center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.copy-img img {
    width: 180px;
}
.version-info {
    margin: auto;
    display: inline-block;
    border-top: 1px solid #eee;
    padding: .5rem 0;
    color: #666;
}
.version-info button{
    padding-top: 0;
    padding-bottom: 0;
    font-size: .85rem;
    line-height: 1rem;
    height: 1.5rem;
}
.footer-tool {
   /* position: fixed;
    bottom: 45px;*/
    width: 100%;
    overflow: hidden;;
    padding: .5rem;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);
}
.footer-tool .footer-btn {
    text-align: center;
}
.footer-btn a{
    color: #000;
}
.footer-tool .footer-search {
    margin: 3px;
}
.footer-tool button {
    background: #fff;
}
.footer {
   position: fixed !important;
    bottom: 0;
    z-index: 111;
    height: 4.28rem;
    border-top: 1px solid #E7E7E7;
    text-align: center;
    background: #fff;
    padding-left: 3px;
    padding-right:3px;
}
.footer .navi {
    display: table-row;
}
.footer .navi a .dropdown-menu li a{ font-size:12px !important;}
.footer .navi b {
    height: 2em;
    display: block;
    cursor: pointer;
}
.footer .navi a {
    display: table-cell;
    float: none;
    width: 1%;
    color: #666666;
    position: relative;
    font-size: 1.2em;
}
.footer .navbar-nav{ margin-top:0px !important;}
.footer .navi a:hover {
    color: #1C98D5;
}
.footer .navi .tip-nums {
    right: 25%;
}
.footer .navi a.active {
    color: #D53873;
}

.footer .navi .more{
    background: url(images/bottom-ico-more.png) no-repeat center top;
    background-size: 2em 2em;
}
.footer .navi .activeIcon{
    background: url(images/bottom-ico-active.png) no-repeat center top;
    background-size: 1.8em 1.8em;
}

.navi .active .activeIcon{
    background: url(images/bottom-ico-active-1.png) no-repeat center top;
    background-size: 1.8em 1.8em;
}
.navi .active .more{
    background: url(images/bottom-ico-more-1.png) no-repeat center top;
    background-size: 2em 2em;
}
.footer .navi .new{
    background: url(images/bottom-ico-new.png) no-repeat center top;
    background-size: 1.8em 1.8em;
}
.navi .active .new{
    background: url(images/bottom-ico-new-1.png) no-repeat center top;
    background-size: 1.8em 1.8em;
}

.footer .navi .book{
    background: url(images/bottom-ico-book.png) no-repeat center top;
    background-size: 1.8em 1.8em;
}
.navi .active .book{
    background: url(images/bottom-ico-book-1.png) no-repeat center top;
    background-size: 1.8em 1.8em;
}

.footer .navi .home {
    background: url(images/bottom-ico-home.png) no-repeat center top;
    background-size: 2em 2em;
}
.footer .navi .webchat {
    background: url(images/bottom-ico-webChat.png) no-repeat center top;
    background-size: 2em 2em;
}
.footer .navi .org {
    background: url(images/bottom-ico-subOrg.png) no-repeat center top;
    background-size: 2em 2em;
}
.footer .navi .web {
    background: url(images/bottom-ico-web.png) no-repeat center top;
    background-size: 2em 2em;
}
.footer .navi .person {
    background: url(images/bottom-ico-person.png) no-repeat center top;
    background-size: 2em 2em;
}
.navi .active .home {
    background: url(images/bottom-ico-home-1.png) no-repeat center top;
    background-size: 2em 2em;
}
.navi .active .webchat {
    background: url(images/bottom-ico-webChat-1.png) no-repeat center top;
    background-size: 2em 2em;
}
.navi .active .org {
    background: url(images/bottom-ico-subOrg-1.png) no-repeat center top;
    background-size: 2em 2em;
}
.navi .active .web {
    background: url(images/bottom-ico-web-1.png) no-repeat center top;
    background-size: 2em 2em;
}
.navi .active .person {
    background: url(images/bottom-ico-person-1.png) no-repeat center top;
    background-size: 2em 2em;
}
.tip-nums {
    position: absolute;
    /*right: 0px;*/
    top: 0px;
    display: block;
    background: #ff0000;
    /*border: 1px solid #ff0000;*/
    color: #fff;
    /*width: 18px;*/
	padding: 0px 5px;
    /*height: 18px;
    line-height: 18px;*/
    font-size: 12px;
    /*text-align: center;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.lab-checkbox, .lab-radio {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 1.71rem;
    vertical-align: middle;
}
.lab-checkbox.lab-sele, .lab-radio.lab-sele {
    background-position: center -1.71rem;
}
.lab-checkbox {
    background-image: url(images/label-checkbox.png);
}
.lab-radio {
    background-image: url(images/label-radio.png);
}
.send-list {
    position: fixed;
    bottom: 0;
    height: 45px;
    border-top: 1px solid #E7E7E7;
    text-align: center;
    background: #fff;
    z-index: 111;
}
.send-list .navi b {
    height: 18px;
    display: block;
    cursor: pointer;
    margin-top: 5px;
}
.send-list .navi a {
    width: 33.333%;
    float: left;
    color: #a6a6a6;
}
.send-list .navi .yijian {
    background: url(images/shenpi.png) 50% 50% no-repeat;
    background-size: 18px 14px;
}
.send-list .navi .zhengwen {
    background: url(images/zhengwen.png) 50% 50% no-repeat;
    background-size: 15px 15px;
}
.send-list .navi .fasong {
    background: url(images/fasong.png) 50% 50% no-repeat;
    background-size: 18px 18px;
}

/*******checkbox*******/

.chk_1 {
    display: none;
}
.chk_1 + label {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fafbfa;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 17px;
    height: 2px;
    margin-bottom: 0;
}
.chk_1 + label:after {
    content: ' ';
    position: absolute;
    top: 0;
    -webkit-transition: box-shadow 0.1s ease-in;
    transition: box-shadow 0.1s ease-in;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0, 0, 0, 0.4);
}
.chk_1 + label:before {
    content: ' ';
    position: absolute;
    background: white;
    top: 1px;
    left: 1px;
    z-index: 999999;
    width: 18px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    height: 18px;
    border-radius: 100px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05), 0 0px 1px rgba(0, 0, 0, 0.3);
}
.chk_1:active + label:after {
    box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}
.chk_1:active + label:before {
    width: 20px;
}
.chk_1:checked:active + label:before {
    width: 20px;
    left: 20px;
}
.chk_1 + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.chk_1:checked + label:before {
    content: ' ';
    position: absolute;
    left: 18px;
    border-radius: 100px;
}
.chk_1:checked + label:after {
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: #976329;
    box-shadow: 0 0 1px #976329;
}

/*input style*/
.app-cross {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
form {
    /*padding: 1em .5em;
    background: #fff;
    border-bottom-left-radius: 0.4em;
    -o-border-bottom-left-radius: 0.4em;
    -moz-border-bottom-left-radius: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    -o-border-bottom-right-radius: 0.4em;
    -moz-border-bottom-right-radius: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;*/
}

/*-----*/
.app-cross input[type="text"], .app-cross input[type="password"] {
    width: 87%;
    color: #283440;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #DFDFDF;
    font-family: "微软雅黑";
}

.submit {
    padding: .5em 1rem;
}
.submit .btn-block {
}
.btn-default{
    background: #D53873;
    border: none;
    color:#FFF;
}
.btn-default:hover {
    background-color: #D53873;
    color: #fff;
}
.btn-top {
    background-image: -webkit-linear-gradient(top,#CA336C 0%,#A82456 80%,#BD2D64 100%);
    background-image: -moz-linear-gradient(top,#CA336C 0%,#A82456 80%,#BD2D64 100%);
    background-image: -o-linear-gradient(top,#CA336C 0%,#A82456 80%,#BD2D64 100%);
    background-image: -ms-linear-gradient(top,#CA336C 0%,#A82456 80%,#BD2D64 100%);
    background-image: linear-gradient(top,#CA336C 0%,#A82456 80%,#BD2D64 100%);
    border: 1px solid #A82657;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: .2rem;
    padding: 0;
}
.btn-top button{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    background: none;
    color: rgba(255,255,255,0.8);
    padding: 0 .5rem;
    height: 1.7142rem;
    line-height: 1.5rem;
    margin: 0;
}
.btn-top:hover, .btn-top:focus, .btn-top:active, .btn-top.active, .btn-top.active:focus {
    background-image: -webkit-linear-gradient(top,#D35484 0%,#B3295D 80%,#C84073 100%);
    background-image: -moz-linear-gradient(top,#D35484 0%,#B3295D 80%,#C84073 100%);
    background-image: -o-linear-gradient(top,#D35484 0%,#B3295D 80%,#C84073 100%);
    background-image: -ms-linear-gradient(top,#D35484 0%,#B3295D 80%,#C84073 100%);
    background-image: linear-gradient(top,#D35484 0%,#B3295D 80%,#C84073 100%);
}
.btn-top button:hover, .btn-top button:focus,.btn-top button:active  {
    background:none;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255,255,255,0.2);
}
.btn-txtline{
    background:#FF7A4D;
    color:#fff;
    padding: 0 5px!important;
    font-size: .85rem;
    height: 1.3rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.submit_btn {
    font-size: 16px;
    font-weight: 300;
    font-family: "微软雅黑";
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px 15px;
    width: 100%;
    border: none;
    moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #D53873;
    border-radius: 4px;
    display: block;
}
.app-label {
    width: 35%;
    padding: 10px 0;
    margin-left: 10%;
    float: left;
    display: flex;
    color: #A27844;
    font-family: "微软雅黑";
}
.buttons {
    padding: 3em 0em 2em 0em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.44);
    margin-bottom: 2em;
}
.current {
    background: #ccc;
}

/* Page */
.sk_pager {
    height: 34px;
    margin: 20px 0;
    text-align: center;
}
.sk_pager .prev {
    margin-right: 20px;
}
.sk-pager .next {
    margin-left: 15px;
}
.sk_pager li {
    display: inline-block;
    height: 32px;
    margin-right: 5px;
    *display: inline;
    *zoom: 1;
}
.sk_pager li.current {
    background: #09f;
    color: #fff;
    cursor: default;
}
.sk_pager li a,
.sk_pager li span {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
}
.sk_pager li a {
    background: #ffffff;
    color: #555555;
    text-decoration: none;
}
.sk_pager li a:hover {
    background: #f5f5f5;
    color: #0099ff;
}
.sk_pager li span {
    padding: 0 13px;
}
/*列表样式*/
.comm-list li {
    border-bottom: 1px solid #eee;
    padding: 0.7em 1em 0.7em 1em;
    overflow: hidden;
    position: relative;
}
.comm-list .list-head{
    background:#FDF2F7;
    border-bottom: 1px solid #F3CBE0;
}
.comm-list .list-node{
    background: #EEEFF3;
    padding: .3px 1.5em;
}
.comm-list .tip-nums{
    right:auto;
    left: .6em;
    top: 1em;
    display: none;
}
.comm-list .list-title{
    float: left;
    color:#D53873;
}
.comm-list .list-top{
    margin-bottom: .5rem;
}
.no-read .list-main {
    font-weight: bold;
}
.no-read .tip-nums{
    display:block;
}
.comm-list .list-main {
    /*float: left;*/
    margin-right: 4em;
}
.comm-list .ico {
    display: inline-block;
    margin-right: .5em;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comm-list li:hover {
    background: #F6F6F6;
}
.comm-list li span {
    /*font-size: 1.3rem;*/
}
.comm-list li p {
    display: block;
    color: #333;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}
.person-info span {
    color:#333!important;
}
.person-info p {
    margin-top: .5em;
    color:#000!important;
}
.comm-list li:last-child {
    border-bottom: none;
}
.comm-list li .list-right {
    position: absolute;
    right: 1em;
    top: 35%;
}
.comm-list li .list-right * {
    text-align: right;
    vertical-align: middle;
}
.comm-list li .list-right a.fa {
    color: #333;
}
.comm-list li .time-right {
    position: absolute;
    right: 1rem;
    top: 1em;
    color: #333;
}
.tip-comm {
    display: inline-block;
    position: static;
    width: .5em;
    height: .5em;
    margin-top: .5em;
}
.comm-list .fa-right {
    -webkit-background-size: 1rem;
    background-size: 1rem;
}
.address-list .headpic{
    border: none;
    display: inline-block;
    margin-right: .5em;
    float: left;
    width: 1.71rem;
    height: 1.71rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(images/head_portrait.jpg) no-repeat center center;
    -webkit-background-size: 1.71rem 1.71rem;
    background-size: 1.71rem 1.71rem;
}
.address-list .headpic img {
    width: 1.71rem;
    height: 1.71rem;
}
.message-list .ico{
    border: none;
    display: inline-block;
    margin-right: .5em;
    float: left;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
}
.message-list .ico img{
    width:3rem;
}
.list-longtext .list-main {
    float: none;
    display: block;
    margin-right: 4em;
}
.list-longtext li .list-right {
    position: absolute;
    right: 1.5rem;
}
.list-noright .list-main {
    margin-right: 0;
    padding-top: 5px;
}
.dynamic-list>li {
    padding: 1rem 1rem .5rem 1rem;
   /* margin-bottom: 1rem;*/
    border-bottom: 12px solid #ddd;
    position: relative;
}
.dynamic-list>li:last-child {
    border-bottom: none;
}
.dynamic-list .list-item-head{
    margin-bottom: .5rem;
    min-height: 3em;
}
.dynamic-list .list-title{
    display: block;
    font-size: 1.1rem;
    line-height: 1.3em;
    padding-right: 1.5em;
}
.dynamic-list .list-time{
    margin-top: .3em;
    display: block;
    color: #333;
}
.dynamic-list .list-op{
    position: absolute;
    top:.5em;
    right: .5em;
    font-size: 1.5em;
    color:#666;
}
.dynamic-list .headpic{
    width: 3rem;
    height: 3rem;
    background:url(images/head_portrait.jpg) no-repeat center top;
    -webkit-background-size: 2rem;
    background-size: 2rem;
    overflow: hidden;
}
.dynamic-list .headpic img{
    width:3rem;
}
.dynamic-list .list-item-option{
    /*height: 1.5em;*/
    color: #333;
}
.dynamic-list .list-item-option .fa{
    font-size: 1.1em;
    vertical-align: middle;
}
.dynamic-list .list-item-option .fa:hover, .dynamic-list .list-item-option .fa.active,.pull-row2 li a:hover{
    color:#D53873 !important;
}
.dynamic-list .pull-right .dropdown-menu, .dynamic-list .list-op .dropdown-menu{
    right: 0;
    left: auto;
}
.pic-fixed-list{
    position: relative;
    margin: .5em -5px 0 0;
}
.pic-fixed-list:after{
    display: table;
    content:'';
    clear: both;
}
.pic-fixed-list>li{
    padding-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.pic-fixed-list>li img{
    width:100%;
}
.pic-fixed-list.img-nums-3>li{
    float: left;
}
.pic-fixed-list.img-nums-3>li:first-child{
    width:100%;
}
.pic-fixed-list.img-nums-3>li:nth-child(2), .pic-fixed-list.img-nums-3>li:nth-child(3){
    width:50%;
}
.pic-fixed-list.img-nums-4new>li {
	float:left;
	width:50%;
	margin-bottom:0px;
}
.pic-fixed-list.img-nums-4new>li.pic-more{
    position: absolute;
    right: -35%;
    bottom: -35%;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: -2em;
}
.pic-fixed-list.img-nums-4new>li.pic-more span{
    text-shadow: 1px 0 3px rgba(0, 0, 0, .5);
}
.pic-fixed-list.img-nums-5>li:first-child,.pic-fixed-list.img-nums-5>li:nth-child(2){
    width:50%;
}
.pic-fixed-list.img-nums-5>li:first-child img,.pic-fixed-list.img-nums-5>li:nth-child(2) img{
    height: 100%;
    width: auto;
}
.pic-fixed-list.img-nums-5>li:nth-child(3), .pic-fixed-list.img-nums-5>li:nth-child(4),.pic-fixed-list.img-nums-5>li:nth-child(5){
    position: absolute;
    width: 50%;
    left: 50%;
    top:0;
}
.pic-fixed-list.img-nums-5>li:nth-child(4){
    top:33%;
}
.pic-fixed-list.img-nums-5>li:nth-child(5) {
    top: 66%;
}
.pic-fixed-list.img-nums-5>li.pic-more{
    position: absolute;
    right: 20%;
    bottom: 15%;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: -2em;
}
.pic-fixed-list.img-nums-5>li.pic-more span{
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);*/
    text-shadow: 1px 0 3px rgba(0, 0, 0, .5);
}

.headpic-thumb {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
    overflow: hidden;
    background:url(images/head_portrait.jpg) no-repeat center top;
    -webkit-background-size: 4rem auto;
    background-size: 4em;
}

.headpic-thumb img {
    width: 4rem;
    border:1px solid #ddd;
}
.modal-list li{
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.modal-list li.selected{
    padding-right:20px;
    background:url(images/ico_selected.png) no-repeat right 10px top 10px;
}
.type-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff;
}
.dropdown-type{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background:#fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    z-index: 222;
}
.type-list{
    overflow: auto;
    position: relative;
    height: 100%;
}
.type-list li{
    padding: .5rem;
    border-bottom: 1px solid #eee;
}
.type-list li:last-child{
    border-bottom: none;
}
.type-list li.active{
    background: #EEEEEE;
    border-left:3px solid #DE6392;
}

.type-list1 li{
	 padding: 0!important;
	 padding-right: 6px!important;
	font-size: 1.2rem;
	min-width: 70px;
	margin: .5rem;
	line-height: 30px;
	text-align: center;
	float: left;
	border: none!important;
	background: no-repeat !important;
	background-image: url(../images/panelweeklybg.png)!important;
	background-repeat: no-repeat;
	background-position: center!important;
	 background-size: 100%;
	border: #ED4346 1px solid;

}
.type-list1 .head-w{
	background: no-repeat!important;
}
.type-list1 .list-w.active{
	background-image: url(../images/panelweeklybg1.png)!important;
	background-repeat: no-repeat;
	background-position: center!important;
	border: none!important;
}
.type-list li a{
    color:#000;
}
.type-list > li > ul{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    margin-left: 10rem;
    background: #eee;
    overflow: auto;
}
.type-list > li > ul > li{
    padding-left: 1rem;
}
.type-list > li > ul > li.active{
    border-left: none;
}
.type-list > li > ul > li.active a {
    color: #D53873;
}
.filter-item .type-area{
    position: absolute;
}
/*新闻页面*/
.news-list {
    margin-bottom:.5rem;
}
.news-list li{
    overflow: hidden;
    border-bottom: 1px solid #EEE;
    padding: .5rem 1rem .5rem .5rem;
}

.news-list li a{ display:block; cursor:pointer; color:#333;}
.news-list li a:hover{ display:block; cursor:pointer; color:#d53873;}

.news-list li:last-child{
    border-bottom: none;
}
.news-list li .list-item-img{
    float:left;
    width: 8rem;
    overflow: hidden;
}
.news-list1 li img{
	display: block; 
	width: 100%!important;
	
}
.news-list li img{
    width:7.5rem;
}
.news-list .list-item-title{
    display: block;
    font-size: 1em;
/*     height: 40px; */
    line-height: 20px;
    overflow: hidden;
}
.news-list p{
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-top: .5em;
    color: #333;
}
.list-news-img{
    overflow: hidden;
    /*border: 1px solid #eee;
    background: #fff;*/
}
.list-news-img li{
    float: left;
    width: 48%;
    text-align: center;
    margin: 1%;
    position: relative;
    /*box-shadow:0 0 5px 2px rgba(0,0,0,0.5);*/
}
.list-news-img .list-img {
    height: calc(width * .6);
    overflow: hidden;
}
.list-news-img li img, .list-news-img .list-img img{
    width: 100%;
}
.list-news-img .list-title{
    background: #fff;
    padding: 0 .5em;
    text-align: left;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    color:#666;
}
.list-news-img .list-info{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.list-news-img .list-type{
    display: block;
    margin-right: 2em;
    font-size: 1.2em;
    line-height: 2.2em;
    height: 2.2em;
    overflow: hidden;
    padding: 0 .5em;
    text-align: left;
}
.list-news-img .list-more{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: .2em 0;
}
.img-fix li {
    width: auto;
    padding: .5rem;
}
.img-fix li img{
    width:auto;
}
/*商家列表*/
.shop-list li{
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: .5rem;
    overflow: hidden;
}
.shop-list li .list-item-img{
    width: 7.5rem;
    float: left;
}
.shop-list li .list-item-img img{
    width:7.14rem;
}
.shop-list li .list-item-title{
    color:#000;
    display: block;
    font-size: 1.1rem;
}
.shop-list li .list-item-intro{
    display: block;
    color:#333;
    line-height: 1.5em;
    margin: .5rem 0;
}
.shop-list li .star-level{
    display: block;
    margin-bottom: .5rem;
    color: #ff0000;
}
.shop-list li .list-item-import{
    display: block;
    margin: .5rem 0;
}
.c-price, .o-price {
    font-style: normal;
    font-style: 1.2rem;
}
.c-price{
    color:#ff0000;
}
.o-price {
    color:#333;
    text-decoration: line-through;
}
.shop-list li p{
    color:#333;
    font-size: .85rem;
}
.goods-detail{
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.goods-pic{
    background:#efefef;
    background-image: -webkit-linear-gradient(top,#ffffff 0%,#efefef 100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#efefef 100%);
    background-image: -o-linear-gradient(top,#ffffff 0%,#efefef 100%);
    background-image: -ms-linear-gradient(top,#ffffff 0%,#efefef 100%);
    background-image: linear-gradient(top,#ffffff 0%,#efefef 100%);
    text-align: center;
    padding: 1rem;
}
.goods-title{
    font-size: 1.2em;
    padding: .5rem;
}
.goods-info{
    padding: .5rem;
}
.goods-pro {
    padding: .5rem;
    line-height: 1.8em;
}
/*商家详细信息*/
.explain-info {
    padding: .5rem 1rem;
    overflow: hidden;
}
.explain-info .info-title{
    display: block;
    font-size: 1.14em;
    font-weight: bold;
    padding: .5rem;
}
.explain-info .info-img {
    float: left;
    width: 120px;
    box-shadow:0 0 0 3px #ffffff,0 0 5px 2px rgba(0,0,0,0.5);
    margin: .5rem 1rem .5rem .5rem;
    text-align: center;
}
.explain-info .info-img img {
    width:120px;
}
.explain-info .info-profile, .explain-info .info-introduce {
    display:block;
}
.other{
    display: block;
    clear: both;
    border-top:1px solid #eee;
    margin-top: .5rem;
}
.other p{
    border-bottom:1px solid #eee;
    padding: .5rem 1rem;
}
.explain-info p {
    color:#333;
    display: block;
    margin-bottom: .3rem;
}
.introduce {
    padding: .5em;
}
.dialog-head{
    color: #333;
    padding: .5rem 1rem;
}
.dialog-head .info-title{
    color: #D53873;
    font-size: 1.2em;
}
.dialog-head .info-time{
    color:#333;
}
.dialog-person img{
    width:50px;
}




.dialog-info {
    color: #333;
    display: block;
    padding: 1em;
    text-align: center;
}
.dialog-body {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 4em;
    min-height: 3em;
    position: relative;
}
.dialog-con {
    line-height: 1.8rem;
    padding: 0.5rem 1rem;
    
    word-wrap: break-word;  
    word-break:break-all;   /* 强制英文单词换行 */
}
.dialog-question .dialog-body::before, .dialog-question .dialog-body::after {
    border-color: transparent #f2f2f2 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    content: "";
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 10px;
    width: 0;
}
.dialog-question .dialog-body::after {
    border-right-color: #ffffff;
    left: -7px;
}
.dialog-respond .dialog-body::before, .dialog-respond .dialog-body::after {
    border-color: transparent transparent transparent #b3da49;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -8px;
    top: 10px;
    width: 0;
}
.dialog-respond .dialog-body::after {
    border-left-color: #b3da49;
    right: -7px;
}
.dialog-question, .dialog-respond {
    margin: 1em 0;
    overflow: hidden;
}
.dialog-question .dialog-person {
    float: left;
    margin: 0 10px;
    width: 70px;
}
.dialog-question .dialog-body {
    margin-left: 80px;
}
.dialog-question .info-con p {
    margin: 0.3rem auto;
}
.dialog-question .dialog-sign {
    float: right;
    margin-right: 10px;
    width: 40px;
}
.dialog-respond .dialog-sign {
    float: left;
    margin-left: 10px;
    text-align: right;
    width: 40px;
}
.dialog-respond .dialog-person {
    float: right;
    margin: 0 10px;
    text-align: right;
    width: 70px;
}
.dialog-respond .dialog-body {
    background: #b3da49 none repeat scroll 0 0;
    margin-left: 4em;
    margin-right: 80px;
}




.info-div{
    padding: .5em;
}
.info-head{
    font-size: 1.2em;
    padding: .5em;
}
.info-body{
    padding: .5em 1em;
}
.info-body .info-con{
    line-height: 1.8em;
}
.message-read{
    margin: .5rem;
}
.message-line {
    margin-bottom:.5rem;
}
.message-line .message-info{
    text-align:center;
    color: #333;
    padding: .5rem;
}
.message-line .message-body{
    background:#fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .5rem;
}
.message-line .message-con{
}
.message-line .message-title{
    font-weight: bold;
    color: #000;
    line-height: 1.5em;
    padding: .5em 0;
}
.text-note{
    font-size: 1.2rem;
    margin-bottom: 1em;
    padding: 1em 0;
    color: #cc0000;
    line-height: 1.5em;
}
.text-note a{
    color: #000;
    text-decoration: underline;
}
.text-con{
    margin-bottom: 1em;
}
/*轮播*/
.carousel {
    margin-bottom: 25px;
    position: relative;
}
.carousel-caption{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 0;
    line-height: 2em;
}
.carousel-indicators{
    display: none;
    bottom: -20px;
}
.carousel-home {
    background:#fff;
    border-bottom: 1px solid #d4d4d4;
}
.carousel-home .carousel-indicators{
    bottom:-25px;
}
.carousel-indicators li{
    background: #ccc;
    border: none;
    margin-left: .3rem;
}
.carousel-indicators li.active{
    margin-left: .3rem;
    background:#E95481;
}
.carousel-control{
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 4em;
    line-height: 2.2em;
    width: 40px;
}
/*预装载广告*/
#preloadAd{
    overflow: hidden;
    height: 100%;
}

/*quick menu*/
.quick-home {
    overflow: hidden;
    margin-left: -1px;
    margin-bottom:-1px;
    background: #fff;
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
}
.quick-home li {
    float: left;
    width: 25%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 96px;
    overflow: hidden;
    position: relative;
}
.quick-home li:focus {
    background: #f2f2f2;
}
.quick-home .ico {
    display: block;
    width: 48px;
    height: 48px;
    padding: 7px 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #eee;
    margin: .8em auto .5em auto;
}
.quick-home .ico img {
    width: 32px;
}
.quick-home .name {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
}
.quick-home .name .explain {
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
}
.quick-bar {
    padding: 1em .5em;
    background: #fff;
    margin-bottom: 1em;
}
.quick-explain {
    overflow: hidden;
    margin-left: -1px;
    background: #fff;
}
.quick-explain li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    height: 8rem;
    overflow: hidden;
    position: relative;
}
.quick-explain li:focus {
    background: #f2f2f2;
}
.quick-explain .ico {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}
.quick-explain .ico img {
    width: 4rem;
}
.quick-explain .text {
    padding: 1rem .5rem .5rem 1rem;
    margin-right:5rem;
}
.quick-explain .name {
    display: inline-block;
    font-size: 1rem;
    color: #D53873;
}
.quick-explain .explain {
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    font-size: .85rem;
    font-weight: normal;
    color: #333;
}
.quick-explain .tip-nums {
    position: static;
    display:inline-block;
    margin-top: -5px;
}
.quick1 {
    margin: 0px 0px -1px -1px;
    overflow: hidden;
}
.quick1 li {
    float: left;
    width: 33%;
    position: relative;
    margin-bottom: .5em;
}
.quick2 li{ float:left; width:25%; }
.quick1 .ico {
    display: block;
    text-align: center;
    margin: .2em auto;
    height: 40px;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
    overflow: hidden;
}
.quick1 .ico img  {
    width:40px;
}
.quick1 .ico .text {
    color: #000;
    line-height: 1.2rem;
    font-size: 1.2em;
    text-align: center;
}
.quick1 .name, .quick1 a {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 1em;
    color: #000 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.panel-import .quick1 .name, .panel-import .quick1 a {
    color: #666 !important;
}

.quick-fix {
    margin: 0px 0px -1px -1px;
    overflow: hidden;
}
.quick-fix li {
    display: table-cell;
    float: none;
    width: 1%;
    position: relative;
    margin-bottom: .5em;
}
.quick-fix .ico {
    display: block;
    text-align: center;
    margin: .2em auto;
    height: 3.2rem;
    overflow: hidden;
}
.quick-fix .ico img {
    height:3rem;
}
.quick-fix .ico .text {
    color: #FFF;
    line-height: 1.2rem;
    font-size: 1.2em;
    text-align: center;
}
.quick-fix .name, .quick1 a {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 1em;
    color: #000 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.quick-comm {
    overflow: hidden;
    background: #fff;
    margin-bottom: -1px;
}
.quick-comm li {
    float: left;
    width: 25%;
    border-bottom: 1px solid #eee;
    height: 7rem;
    overflow: hidden;
    position: relative;
}
.quick-comm li:focus {
    background: #f2f2f2;
}
.quick-comm .ico {
    display: block;
    text-align: center;
    padding: 1rem 0 .3rem 0;
}
.quick-comm .ico img {
    height: 3.428rem;
}
.quick-comm .name {
    text-align: center;
    font-size: 1.1428rem;
    color: #666;
}
.quick1 .tip-nums {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 18px;
}
.quick-home .tip-nums {
    right: auto;
    left: 50%;
    top: .3rem;
    margin-left: 22px;
}
.main-header .tip-nums {
    width: auto;
    height: auto;
    min-width: 6px;
    min-height: 6px;
    background: #fff;
    border:1px solid #fff;
    right: -5px;
    top: 5px;
}
.rate {
    background: #eee;
    border: 1px solid #DDD;
    height: 8px;
    overflow: hidden;
    margin: auto;
}
.rate span {
    display: block;
    height: 6px;
    background: #69BE1D;
    color: #69BE1D;
    font-size: 0px;
}
.quick1 .rate {
    width: 60px;
}
.icoS {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #48AAEC;
    text-align: center;
    padding: 0.5em 0.5em;
    margin: 0 0.5em;
}
.quick-home .quick-sty1 .ico, .ico-bg1 {
    background: #77AE33;
}
.quick-home .quick-sty2 .ico, .ico-bg2 {
    background: #E67122;
}
.quick-home .quick-sty3 .ico, .ico-bg3{
    background: #D90000;
}
.quick-home .quick-sty4 .ico,.ico-bg4 {
    background: #7C40BF;
}
.quick-home .quick-sty5 .ico,.ico-bg5 {
    background: #2E9650;
}
.quick-home .quick-sty6 .ico,.ico-bg6 {
    background: #D4447A;
}
.quick-home .quick-sty7 .ico,.ico-bg7 {
    background: #3EA7B3;
}
.quick-home .quick-sty8 .ico,.ico-bg8 {
    background: #637EB1;
}
.quick-home .quick-sty9 .ico,.ico-bg9 {
    background: #23A09A;
}
.quick-home .quick-sty10 .ico,.ico-bg10 {
    background: #609430;
}
.quick-home .quick-sty11 .ico,.ico-bg11 {
    background: #3C66CA;
}
.quick-home .quick-sty12 .ico,.ico-bg12 {
    background: #368F73;
}
.ico-color1{
    color: #77AE33;
}
.ico-color2{
    color: #E67122;
}
.ico-color3{
    color: #D90000;
}
.ico-color4{
    color: #7C40BF;
}
.ico-color5{
    color: #2E9650;
}
.ico-color6{
    color: #D4447A;
}
.ico-color7{
    color: #3EA7B3;
}
.ico-color8{
    color: #637EB1;
}
.ico-color9{
    color: #23A09A;
}
.ico-color10{
    color: #609430;
}
.ico-color11{
    color: #637EB1;
}
.ico-color12{
    color: #368F73;
}
.panel-monitor .panel-body {
    padding: 0 15px;
}
.nums {
    color: #ff0000;
    font-weight: bold;
}
.nav-dropdown-float > .nav > li {
    float: left;
    width: 160px;
    border-right: 1px solid #EEE;
}
.nav-dropdown-float > .nav > li > a {
    text-align: center;
}
.nav-dropdown-float > .nav > li > .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-dropdown-float > .nav > li > .dropdown-menu > .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
}
.nav-dropdown-float > .nav > li > a {
    text-align: center;
}
.navi .nav > li > a{ padding-top:0px !important; padding-bottom:0px !important;}
.footer .navbar-nav > li > a{padding-top:0px !important; padding-bottom:0px !important; }
.footer .navbar-nav  .dropdown-menu{ width:100% !important;}
.footer .navbar-nav  .col-xs-3{ padding:0px !important;}
.nav-dropdown-float > .nav > li > .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-dropdown-float > .nav > li > .dropdown-menu > .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
}
.footer .navi a {
    color: #666666;
    display: table-cell;
    float: none;
    font-size: 1.2em;
    position: relative;
    width: 1%;
}

/* 缩略图 */
.thumbnail a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0.2em 0.4em 0.2em 0;
    background-color: #EEE;
    text-decoration: none;
    float: left;
}
.thumbnail:after {
    content: "";
    display: table;
    clear: both;
}

.input-form{
    padding: .3rem 1rem .3rem .5rem;
}
.form-item {
    overflow: hidden;
    margin: .3rem 0;
}
.form-item .label1{
	width: 3rem!important;
	text-align: left!important;
}
.form-item .label {
    display: block;
    width: 6em;
    white-space: normal;
    float: left;
    line-height: 1.5em;
    text-align: right;
    padding: .5em;
    margin-bottom: 0;
    color:#000;
}
.form-item .input1{
	margin-left: 3em!important;
	
}
.form-item .input {
    margin-left: 6em;
}
.form-item .input [class^="col-"]{
    padding-left: 0;
}
.form-item .input [class^="col-"]:last-child{
    padding-right: 0;
}
.form-item.full .input {
    margin-left: 0;
}
.form-item .input label {
    padding: .3rem 0;
}
.form-item .readonly {
    color: #333;
    line-height: 1.5em;
    padding: .5em;
}
.form-item .input {
}
.regist-form .form-item .label {
    width:6em;
}
.regist-form .form-item .input {
    margin-left:6em;
}
.sele-list-hor {
    overflow: hidden;
}
.sele-list-hor li {
    float: left;
    margin: 3px 0;
}
.form-group {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
}
.form-group .form-item {
    border-bottom: 1px solid #DDD;
}
.form-group .form-item:last-child {
    border-bottom: none;
}
.input-noborder{
    border: none;
    background: transparent;
    font-size: 1rem!important;
}

.input-file {
    position: relative;
}
.input-file button{
    position: absolute;
    right: 0;
    top: 0;
    width: 6em;
    height: 2.3rem;
    background:#f2f2f2;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.input-file input{
}
.input-file .f-upload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=0);
    opacity: 0;
    -moz-opacity:0;
    -webkit-opacity:0;
}

/*登录页*/
.login-page {
    background: #fff url(images/login-bg.png) no-repeat center -30px;
    background-size: 100% auto;
}
.login-page .logo{
    background:url(images/login-logoNew.png) no-repeat center center;
    height: 100px;
}
.login-page .page-title {
    padding-top: 220px;
    text-align: center;
    font-size: 2em;
}
.login-page .header-fix {
    background: none;
}
.login-info {
    width: 80%;
    margin: auto;
    margin-top: 20px;
}
.login-info .info-item {
    margin-bottom: .5em;
	height: 50px;
    border-bottom: 1px solid #C68EA7;
}
.login-info .info-item .label {
    display: block;
    float: left;
    width: 25%;
    text-align: right;
    font-size: 16px;
    line-height: 40px;
    color: #000;
}
.login-info .info-item.usd .label {
}
.login-info .info-item.pwd .label {
}
.login-info .info-item .input {
     /* margin-left: 6em;*/
	float: right;
	height: 45px;
	line-height: 45px;
	width: 75%;
}
.login-info .info-item input, .login-info .info-item .form-control {
    background: none;
    border: none;
    padding: 0 10px;
    height: 45px;
	line-height: 45px;
    font-size: 16px;
    color: #858585;
    box-shadow: none;
}
.login-info .info-item .caret {
    float: right;
    margin-top: 1.2em;
}
.login-info .info-item .dropdown-menu {
    width: 100%;s
}
.login-info .switch {
    margin: auto;
}
.login-info .submit {
    padding: 1rem 0;
}
.link-ico {
    display: inline-block;
    margin: 0 .5em .5em 0;
    line-height: 1.5em;
    color: #333;
}
.submit a {
    display: block;
    border-radius: 4px;
    color: #fff;
    background: #D53873;
}
.submit a button {
    font-size: 1.2em;
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    line-height: 2em;
    height: 2.5em;
}
.login-info .switchItem {
    display: inline-block;
    margin: .5em 2em;
}
.login-info .warn {
    display: inline-block;
    padding-right: 5px;
    float: left;
}
.login-option {
    padding: .5em 0;
}
.login-option .link-ico {
    margin: 0;
}
.login-option [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.login-option .link-forget {
    float: right;
}
.login-option .ico {
    display: inline-block;
    margin: auto;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #aaaaaa;
    margin:.5em .2em;
}
.login-option .ico.ico-bg1 {
    background: #FAAD2E;
}
.login-option .ico.ico-bg2 {
    background: #8BBC38;
}
.login-option .ico.ico-bg3 {
    background: #31B5C4;
}
.login-option .ico.ico-bg4 {
    background: #5AA3DE;
}
.login-option .fa {
    width: 2em;
    height: 2em;
    -webkit-background-size: 2em;
    background-size: 1.5em;
}
.login-remind {
    border-top: 2px solid #ddd;
    padding-top: .5em;
    line-height: 2em;
    color: #666666;
}
.login-remind .fa-remind {
    color: #f00;
}
.regist-form{
    margin: auto;
    width: 85%;
}
.pic-list-hor {
    overflow: hidden;
}

.pic-list-hor a {
    display: block;
    padding: 3px;
    float: left;
}

/*time line*/
.list-timeline {
}
.timeline {
    padding: 5px 10px 5px 25px;
}
.timeline li {
    position: relative;
    border-left: 1px solid #ccc;
    padding: 5px 5px 12px 20px;
    line-height: 1.5em;
    margin-bottom: -15px;
}
.timeline > li > div {
    margin: 5px 0;
}
.timeline li:last-child {
    border-left: none;
}
.timeline .order {
    position: absolute;
    left: -5px;
    top: 10px;
    min-width: 9px;
    min-height: 9px;
    background: #ccc;
    border-radius: 50%;
}
.timeline .explain {
    font-size: 1.2em;
}
.timeline .stat {
    position: relative;
    color: #333;
}
.timeline .stat-com {
    color: #A27844;
}
.timeline .stat-warn {
    color: #ff0000;
}
.timeline .option {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 2px;
}
.timeline .datetime {
    display: inline-block;
    background: url(images/stepBg_L.png) no-repeat left top;
    padding-left: 11px;
}
.timeline .datetime span {
    display: block;
    height: 22px;
    line-height: 22px;
    background: url(images/stepBg_R.png) no-repeat right top;
    padding-right: 10px;
    color: #FFF;
}
.timeline .active .order {
    background: #BF9766;
}
.timeline .active .datetime {
    background: url(images/stepBg_L_active.png) no-repeat left top;
}
.timeline .active .datetime span {
    background: url(images/stepBg_R_active.png) no-repeat right top;
}
.timeline li.firstnode {
    border-left: none;
    min-height: 26px;
    padding: 0px 0 0 20px;
    margin-bottom: 0px;
}
.timeline li.firstnode .explain {
    font-size: 1.2em;
    padding-top: 5px;
    font-weight: bold;
}
.timeline li.firstnode .order {
    background: url(images/stepIco.png) no-repeat center top;
    width: 28px;
    height: 25px;
    position: absolute;
    left: -15px;
    top: 0px;
}
.ico-detail {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/ico-detail.png) no-repeat center center;
}
.fa {
    display: inline-block;
    vertical-align: middle;
}
.fa-remind:before {
    content:"\f071";
}
/*.fa-message:before {
    content:"\f0e5";
}*/
.huiyuan-set .fa{
    width: 2em;
    height: 2em;
    -webkit-background-size: 1.7em;
    background-size: 1.7em;
}
.fa-message{
    background: url(images/ico-s-message.png) no-repeat center center;
    -webkit-background-size: 1.1428rem;
    background-size: 1.1428rem;
}
.fa-setting{
    background: url(images/ico-s-sett.png) no-repeat center center;
    -webkit-background-size: 1.1428rem;
    background-size: 1.1428rem;
}
.fa-scan{
    background: url(images/ico-s-scan.png?v=1.0.1) no-repeat center center;
    -webkit-background-size: 1.1428rem;
    background-size: 1.1428rem;
}

.fa-level1 {
    background: url(images/ico-level-1.png) no-repeat center center;
}
.fa-more:before {
    content:"\f142";
}
.fa-right:before {
    content:"\f054";
}
.fa-down:before {
    content:"\f078";
}
.fa-up:before {
    content:"\f077";
}
.focus-text .fa-warning:before{
    content: "\f0f3";
    color: #ff0000;
    font-size: .85em;
}
.fa-search{
    /*background: url(images/ico-search.png) no-repeat center center;*/
}
.fa-telephone:before{
    content:"\f095";
}
.fa-search-type{
    display: inline-block;
    vertical-align: middle;
    background: url(images/ico-s-search2.png) no-repeat center center;
}
.fa-sms:before{
    content:"\f075";
}
.fa-poi:before{
    content: "\f041";
}
.fa-times:before {
    content:"\f1da";
}
.fa-creat:before {
    content: "\f067";
}
.fa-fovour{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    background: url(images/ico-favourable.png) no-repeat center center;
    -webkit-background-size: 18px 16px;
    background-size: 18px;
}
.main-header .fa-search {
    /*font-size: 0;
    display: inline-block;
    background: url(images/ico-top-search.png) no-repeat center center;
    -webkit-background-size: 1.1428rem;
    background-size: 1.1428rem;*/
}
.fa-login {
    background: url(images/ico-login.png) no-repeat center center;
}
.fa-regist {
    background: url(images/ico-regist.png) no-repeat center center;
}
.fa-s{
    display:inline-block;
    width: 1.1428rem;
    height: 1.1428rem;
    -webkit-background-size: 1.1428rem;
    background-size: 1.1428rem;
}
.fa-apply {
    background: url(images/ico-login-adduser.png) no-repeat center center;
    -webkit-background-size: 1.1428rem;
    background-size: 1.1428rem;
}
.fa-intro {
    background: url(images/ico-login-intro.png) no-repeat center center;
}
.login-option .fa-regist {
    background: url(images/ico-login-register.png) no-repeat center center;
    -webkit-background-size: 1.5em 1.5em;
    background-size: 1.5em 1.5em;
}
.fa-forget {
    background: url(images/ico-login-lock.png) no-repeat center center;
}
.sign-star:before{
    content: "\f005";
}
.sign-star.active{
    color:#ff0000;
}
/* iscroll start */
.exui-iscroller {
	position: absolute;
	width: 100%;
}

/**
 *
 * Pull down/up styles
 *
 */
.pullDown, .pullUp {
	background:#fff;
	font-weight:bold;
	font-size:14px;
	color:#333;
	margin-top:0;
	white-space: nowrap;
	font-size:14px;
	text-align: center;
}

.pullDown.scrolledUp{
	margin-top:-40px;	/* Should match the totalt height (i.e. height + paddings + borders) of #pullDown set above */
}
.pullDown .pullDownLabel, .pullUp .pullUpLabel  {	
	margin: 0 5px;
}
.pullDown .pullDownIcon, .pullUp .pullUpIcon  {	
	display: inline-block; 
	width:40px; height:40px;
	background:url(../images/pull-icon@2x.png) 0 0 no-repeat;
	-webkit-background-size:40px 80px; background-size:40px 80px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;
	vertical-align: middle;
	margin: 0 5px;
}
.pullDown .pullDownIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}
.pullUp .pullUpIcon  {
	-webkit-transform:rotate(-180deg) translateZ(0);
}
.pullDown.flip .pullDownIcon {
	-webkit-transform:rotate(-180deg) translateZ(0);
}
.pullUp.flip .pullUpIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}
.pullDown.loading .pullDownIcon, .pullUp.loading .pullUpIcon {
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;

	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}
@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}
/* iscroll end */
/* validate start */
.help-inline {
  margin-top: 6px;
  color: #737373;
}

.help-block.error {
  color: #B94A48;
}
.help-block {
	margin-bottom: 0px;
}

.symbol.required:before {
  content: "*";
  display: inline;
  color: #E6674A;
}

.symbol.ok:before {
  content: "\f00c";
  display: inline;
  font-family: FontAwesome;
  color: #468847;
}

.has-error .note-editor, .has-error .cke_chrome {
  border-color: #B94A48 !important;
}
.label {
width: 100px;
}
.input-form {
}
/* validate end */

/* 翻页 */
.pageBar {
    width: 100%;
    text-align:center;
    margin:20px 0px;
}
.pageBar td {

}
/** 翻页信息：定义td **/
.pageBar .pageInfo {
    white-space: nowrap;

}
.pageBar .pageInfo input {
    width: 25px;
    border: 1px solid #999999;
    text-align: center;
}
/** 翻页跳转：定义td **/
.pageBar .pageGo {
    text-align:center;
}
.pageBar .pageGo table {

}
.pageBar .pageSelect {
    margin-right: 15px;
}
.pageBar .pageSelect td {
    padding:0px 5px;}
.pageBar .pageBtn {
}
.pageBar .pageBtnTd {
}
.pageBar .pageBtnTd a{ color:#000;}
.pageBar .pageBtnTd a:hover {
    color: #0065C9;
    text-decoration:none;
}
/*** 翻页按钮间距 ***/
.pageBar .pageBtnSpace {
    width: 26px;
    background: url(images/pageBtnSpace.gif) no-repeat center;
}

.headBtn{ margin-top:6px;}


/*添加课程表样式*/
.has-success .input-noborder1{ border-color:rgba(0, 0, 0, 0.2);}
.form-groupCon{ margin-bottom:0px; border:none; background:#ddd; border-bottom:1px solid #ddd;border-radius:none;}
.form-group .formIcon{ margin-top:15px; margin-right:10px; cursor:pointer; color:#333;}
.comm-list .list-main{ width:70%; float:left;}
.list-main h3{ font-size:16px; margin-bottom:5px; font-weight:bold; color:#666;  }
.list-main p{  font-size:14px; line-height:18px; }
.list-main p label{ float:left; margin-bottom:0px; }
.list-main p span{ float:left;  margin-right:3px; margin-top:3px; color:#666;}
.list-main p b{ float:left;color:#333;}
.list-main p i{ float:left;color:#333; font-style:normal;}
.list-longtext1 .list-main{ margin-right:0px;}
.header-other2{ position:none !important;}
.header-other2 a{ display:block; color:#fff;  height:28px; line-height:24px; font-weight:bold; border:1px solid #E6CD20; border-radius:3px; background:#F90; position:absolute; top:10px; right:10px; float:right; padding:0px 5px;}
.headerNav{ width:180px; margin:0px auto; height:30px;  line-height:30px; border:1px solid #fff; border-radius:5px; background:none; color:#fff; margin-top:8px;}
.headerNav li{ width:90px;}
.headerNav > li:first-Child.active > a, .headerNav > li:first-Child.active > a:hover, .headerNav > li:first-Child.active > a:focus,.headerNav > li:first-Child > a:hover{ background:#fff; border-bottom:none; height:28px; line-height:28px; border-radius:4px 0px 0px 4px; color:#d53873;}
.headerNav > li:last-child.active > a, .headerNav > li:last-child.active > a:hover, .headerNav > li:last-child.active > a:focus,.headerNav > li:last-child > a:hover{ background:#fff; border-bottom:none; height:28px; line-height:28px; border-radius:0px 4px 4px 0px; color:#d53873;}
.headerNav > li > a{ padding:0px; height:28px; line-height:28px; color:#fff; border-bottom:none; margin-right:0px;}
.dropdown-menu{ position: absolute; right:-5px !important;}

.myCarousel{ width:100%; margin-bottom:0px;}
.myCarousel .carousel-indicators{ display:block; bottom:0px;}
.myCarousel .carouserlImg { width:100%;height: 0;/*padding-bottom: 71.9%;*/overflow:hidden;}
.myCarousel .carouserlImg .item img{ width:100%;}
.listContent{ margin-top:10px; padding-bottom:60px;}
.list-item-text .list-item-title{ font-size:14px; font-weight:bold;}
.list-item-text .list-item-mark i{  padding:0px 10px; border:1px solid #d53873; height:23px; line-height:23px; font-size:12px; font-style:normal; color:#d53873; border-radius:3px; margin-right:5px;}
.list-item-text p{ height:15px; line-height:15px; overflow:hidden;margin-top:0px !important; font-size:12px;}
.list-item-text1 p{ text-align: center;font-size: 16px!important; color: #454545!important;}
.list-item-text1{ padding: 10px 0;}
.list-item-m{ color:#666; font-size:12px; margin-top:0px !important;}
.list-item-m i{ color:#d53873; margin-left:2px; font-style:normal;}

.headSearch{ margin-top:15px;}
.header-title-text{ width:60%; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; margin:0px auto;}
.containerCon{ width:100%;}
.containerCon .headerImg{ width:100%;height: 0;padding-bottom: 71.9%;overflow:hidden;}
.containerCon .headerImg img{ width:100%;}
.containerCon .nemuTabs{ width: 100%;   }
.fixedd{ position:fixed; width:100%; z-index:100; }
.fixedd .nemuTabs{ position:fixed; width: 100%;   }
.fixedd .headerImg{ display: none; }
.tab-pane-content{ padding:15px; }
.tab-pane-content p{ font-size: 14px; color: #000; line-height: 24px;}
.tab-pane-content p b{ color:#E81317; margin-right: 5px;}
.footerText {
    background: #d53873 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    bottom: 0;
    height: 3.5rem;
    padding-left: 3px;
    padding-right: 3px;
    position: fixed !important;
    text-align: center;
    z-index: 111;
}
.footerText a{ color:#fff; display: block; font-size: 18px; line-height: 3.5rem;}

.no-content{ padding-top:50px; text-align: center;}
.no-content .noImg img{ width: 80px; height: 80px; margin-bottom: 10px;}
.no-content p{ font-size: 18px; color: #666; line-height: 30px; margin-bottom: 15px;}
.no-content a{  padding:5px 15px;  border-radius: 5px; background: #d53873; color: #fff; font-size: 16px; }

/*1*/
.panelweekly{
	
	margin-top: 5px;
}
.panelweekly .list-img img{
	display: block;
	
	height: 140%!important;
}

.list-item-img1{
	padding: 4px 0;
}

.list-item-img2{
	width: 100%!important;
	
	
}
.list-item-img2 img{
	
	width: 100%!important;
}

.swiper-container {
        max-width:100%;
        /*height: 300px;*/
        margin-left: auto;
        margin-right: auto;
    }
.swiper-container img{
	/*width:100%;*/
	/*height: 450px;*/
}
.swiper-container-img img{
	display: block;
/* 	height: 160px; */
	margin: auto;
	width: 100%;
}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.gallery-top1 .swiper-slide1{
	display: block;
	/*text-align: left;*/
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px; 
	overflow: hidden;
	vertical-align: middle;
	
}
.gallery-top1 .swiper-slide1 ul{
/*	padding-top: 1rem;*/
	text-align: center;
	margin-top: .5rem;
}
/*.swiper-container1 {
        width: 100%!important;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
		padding: .5rem;
	
    }*/
    .swiper-slide1 {
        background-size: cover;
        background-position: center;
    }
    .gallery-top1 {
        height: 80%;
        width: 100%;
    }
    .gallery-thumbs1 {
        box-sizing: border-box;
		height: 85px;
		padding: 10px 0;
		width: 100%;
    }
    .gallery-thumbs1 .swiper-slide1 {
		width: 60px; /*!important*/
        opacity: 0.4;
		margin-right: 0px!important;
		
    }
    .gallery-thumbs1 .swiper-slide-active {
        opacity: 1;
    }
    

.form-control1{
	background: #F4F4F4!important;
	border: none!important;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075)!important;
	background-image: url(../images/search.png)!important;
	background-repeat: no-repeat!important;
	background-position: 5px center!important;
	padding-left: 2.5rem;
	
}
.input-group-addon1{
	border: none!important;
	background: no-repeat!important;
	color: #D53873!important;
}

.panel-title1{
	line-height: 38px;
	padding: 0!important;
	font-size: 14px;
	color: #9A9A9A;
	
}
.panel-hot{
	padding-left: 1rem!important;
}
.panel-coursehistory{
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	padding-left: 1rem!important;
}

.coursehistory{
	line-height: 50px;
	color: #9A9A9A;
}
.panel-coursehistory li{
	line-height: 50px;
	border-top: 1px solid #eee;
}
.panel-heading1{
	padding: 0!important;
	border-bottom: none;
	
}

.comm-list1{
	
	width: 100%;
}
.list-main1 td{
	width: 50%!important;
	line-height: 2rem;
	padding-bottom: .5rem;
	padding-top: .5rem;
	border-top: 1px solid #eee;
	
}
.list-main1 td span{
	display: block;
	border-right: 1px solid #eee;
}
.list-p{
	padding-left: 1rem;
	border-right: none!important;
}
.quitimg{
	float: right;
	margin-top: 14px;
	margin-right: 1.2rem;
}
.nav-tabs1{
	border-top: 1px solid #eee;
}
.shop-list1{
	padding-left: 1rem;
}
.tab-pane1{
	background: #FFFFFF;
}
.tab-content1{
	height: 100%!important;
}
.tab-pane2{
	background: #FFFFFF;
	height: 100%!important;
}
.error500{
	background-image: url(../images/earch.png)!important;
	background-repeat: no-repeat;
	background-position:center 5rem;
	
	text-align: center;
	padding-top: 15rem;
	
}

/*weekly1*/
 .type-list1 li{
	 padding: 0!important;
	 padding-right: 6px!important;
	font-size: 1.2rem;
	min-width: 70px;
	margin: .5rem;
	line-height: 30px;
	text-align: center;
	float: left;
	border: none!important;
	background: no-repeat !important;
	background-image: url(../images/panelweeklybg.png)!important;
	background-repeat: no-repeat;
	background-position: center!important;
	 background-size: 100%;
	border: #ED4346 1px solid;

}
.type-list1 .head-w{
	background: no-repeat!important;
}
.type-list1 .list-w.active{
	background-image: url(../images/panelweeklybg1.png)!important;
	background-repeat: no-repeat;
	background-position: center!important;
	border: none!important;
}
/*photos*/

.list-item-text1 p{ text-align: center;font-size: 16px!important; color: #454545!important;}
.list-item-text1{ padding: 10px 0;}
.form-item .label1{
	width: 3rem!important;
	text-align: left!important;
}

.form-item .input1{
	margin-left: 3em!important;
	
}

.gallery-thumbs1 img{
	height: auto!important;
}
.mui-table-view-cell  > a > i{
	color:#666;
	margin-right: 10px;
}

.panel-w{
	height: 100%;
	margin-bottom: 0px!important;
}
.swiper-wrapperX .slide-h{
	width: 100%;
	height: 84%;
	
}
.swiper-wrapper .gallery-thumbs1{
	position: static!important;
	z-index: auto!important;
}

.swiper-wrapper1  img{
    max-height: calc( 100% - 40px );
    max-width: 100%;
	vertical-align: middle;

}
.gallery-thumbs1 img{
	height:100%!important;
}
.mui-table-view-cell  > a > i{
	color:#666;
	margin-right: 10px;
}
.swiperT{
	background: #EFEFEF;padding-bottom: 1rem;
	width: 100%;
	
	bottom: 1px;
}

.swiper-wrapperX .swiper-slide1 img{
	max-width: 100%;
	max-height: 100%;
	height: auto!important;
	width: auto!important;
	display: inline-block;
 	vertical-align: middle;
}
.swiper-wrapperX i{
	display: inline-block;
    vertical-align: middle;
   	height:85%;	
}

.gallery-top1 .swiper-wrapperX .swiper-slide1{
	text-align: center!important;
}

/* 發送驗證碼 按鈕  */
.send_phone_button
{
	width: 92px;
	position:static;
	float:right;
	right:8%;
	margin-top: 3px;
}
/* 發送驗證碼 手機輸入框  */
.send_phone_inpput
{
	width:calc( 100% - 100px ) !important;
}

.photo_img{
	width:70px;
	height:88px;
}

.normal_a
{
	text-decoration: underline !important;
	color: #007aff !important;
}

/* --------全屏样式↓--------- */
.fullscreen:-webkit-full-screen{
        width: 100%;
        height: 100%;
    }
    
    /* 全屏状态设置iframe宽度 */
    .fullscreen:-webkit-full-screen iframe{
        width: 100% !important;
        height:100% !important;
    }

    .fullscreen:-webkit-full-screen:-webkit-backdrop{
        background: maroon;
    }
    .fullscreen:-ms-fullscreen:backdrop{
        background: maroon;
    }
/* --------全屏样式 ↑--------- */
/*------------视频工具栏↓--------------*/
.video_toolbar {
	    background-color: rgba(0, 0, 0, 0.5);
	    color: #fff;
	    font-size: 16px;
	    /*line-height: 1.5em;
	    padding: 5px 5px;*/
	    position: absolute;
		/*width: 100%;*/
		overflow:hidden;
	    text-overflow:ellipsis;
	    white-space:nowrap;
	    
	    /*bottom: 0;*/
	    right: 15px;
	    margin-top:-48px;
	}
	.video_toolbar_fullscreen
	{
	    background-color: rgba(0, 0, 0, 0.5);
	    color: #fff;
	    font-size: 16px;
	    /*line-height: 1.5em;
	    padding: 5px 5px;*/
	    position: absolute;
		/*width: 100%;*/
		overflow:hidden;
	    text-overflow:ellipsis;
	    white-space:nowrap;
	    
	    bottom: 0;
	    right: 0px;
	}
	.video_toolbar_img{
	   padding:0px !important;
	}
/*------------视频工具栏↑--------------*/	

@media (min-width: 768px) and (max-width: 1024px){
  .container {
    width: 100%;
  }
}
