body {
    font-family: "\5fae\8f6f\96c5\9ed1",Helvetica,Arial,"\5b8b\4f53",sans-serif;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body, h1, h2, h3, h4, h5, h6{font-family: "\5fae\8f6f\96c5\9ed1",Helvetica,Arial,"\5b8b\4f53",sans-serif;}
@media(min-width:1441px){.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.66666667%}.col-xl-pull-4{right:33.33333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.66666667%}.col-xl-pull-1{right:8.33333333%}.col-xl-pull-0{right:auto}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.66666667%}.col-xl-push-10{left:83.33333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.66666667%}.col-xl-push-7{left:58.33333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.66666667%}.col-xl-push-4{left:33.33333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.66666667%}.col-xl-push-1{left:8.33333333%}.col-xl-push-0{left:auto}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.66666667%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-0{margin-left:0}}

.mr15 {
	margin-right: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.page-content-white .page-title {
	margin: 0 0 25px 0;
}
.page-sidebar-wrapper {
    position: fixed;
    height: calc(100vh - 50px);
    z-index: 60;
}
.ms-controller {
    visibility: hidden !important;
}
@media screen and (max-width: 991px) {
    .page-sidebar-wrapper {
        position: static;
        height: auto;
    }
}
.note-editable {
    min-height: 200px;
}
.note-btn-group .btn {
  font-size: 14px;
}
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 229px;
}
/* 基本信息 */
.bi-avatar {
    position: relative;
    width: 102px;
    height: 102px;
    overflow: hidden;
    background-color: #ececec;
    border: 1px solid #eeeeee;
	display:inline-block;
}
.bi-avatar img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.bi-avatar a {
    display: block;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bi-avatar:hover a {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* 消息对话框 */
@-webkit-keyframes lm-msg-animIn {
  from { -webkit-transform:scale3d(.5, .5, 1); opacity:0;}
}
@keyframes lm-msg-animIn {
  from { transform:scale3d(.5, .5, 1); opacity:0;}
}
.lm-msg-animIn{-webkit-animation: lm-msg-animIn 0.25s both; animation: lm-msg-animIn 0.25s both;}
.lm-msg-overlay{ position:fixed; z-index:99999; width:100%; height:100%; left:0; top:0; background-color:rgba(0,0,0,.4);}
.lm-msg-overlay-lte-ie8{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);}
.lm-msg-dialog{ max-width:280px; width:90%; min-height:60px; position:relative; margin-left:auto; margin-right:auto; overflow:hidden; top:50%; margin-top:-70px; background-color:#fff; border-radius:3px; box-shadow:0 0 10px #888;}
.lm-msg-title{ background-color:#f5f5f5; line-height:34px; height:34px; text-indent:10px; border-bottom:1px solid #e8e8e8;}
.lm-msg-close{ position:absolute; right:0; top:0; background-color:transparent; border:none; line-height:1; color:#666; cursor:pointer; font-size:28px; padding:3px 8px; font-family:Arial;}
.lm-msg-close:hover{ color:#333;}
.lm-msg-content{ padding:20px;}
.lm-msg-padding-left{ padding-left:60px;}
.lm-msg-btns{ text-align:right;}
.lm-msg-btn{ padding:7px 14px; background-color:#0084e9; color:#fff; letter-spacing:2px; cursor:pointer; line-height:1; margin-right:15px; margin-bottom:10px; border:1px solid #0A74C5; border-radius:3px;font-size:inherit; font-family:inherit;}
.lm-msg-btn:hover{ background-color:#0A74C5;}
.lm-msg-cancel{ background-color:#f0f0f0; border-color:#ddd; color:#333;}
.lm-msg-cancel:hover{ background-color:#ddd;}
.lm-msg-icon{ width:30px; height:30px; background:url(../images/lm-msg-icon.png) no-repeat; position:absolute; left:20px; top:51px;}
.lm-msg-alert{ background-position:left top;}
.lm-msg-error{ background-position:-60px top;}
.lm-msg-success{ background-position:-30px top;}
.lm-msg-confirm{ background-position:-90px top;}
.lm-msg-loader{ background:url(../images/lm-msg-loading.gif) no-repeat; width:32px; height:32px; top:15px;}

/*  */
.workprogress {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #32c5d2;
}
.workprogress  li {
    position: relative;
    color: #999;
}
.workprogress li .icon {
    border: 2px solid #32c5d2;
    position: absolute;
    left: -7px;
    top: 20px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50% !important;
}
.workprogress li .text {
    font-size: 16px;
    padding: 15px 0 15px 20px;
    position: relative;
}
.workprogress li.done,
.workprogress li.doing {
    color: #333;
}
.workprogress li.done .icon {
    background-color: #32c5d2;
}
.workprogress li.done .icon {

}

.control-width-auto {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.daterange{
	display: inline-block;
	height: 34px;
	vertical-align: middle;
	width: 215px;
	position: relative;
}
.daterange .addon {
	position: absolute;
	right: 9px;
	top: 7px;
}


/* daterangepicker */
.daterangepicker{position:absolute;color:inherit;background:#fff;border-radius:4px;width:278px;padding:4px;margin-top:1px;top:100px;left:20px}
.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,0.2);content:''}
.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}
.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}
.daterangepicker.opensleft:before{right:9px}
.daterangepicker.opensleft:after{right:10px}
.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}
.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}
.daterangepicker.opensright:before{left:9px}
.daterangepicker.opensright:after{left:10px}
.daterangepicker.dropup{margin-top:-5px}
.daterangepicker.dropup:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}
.daterangepicker.dropup:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}
.daterangepicker.dropdown-menu{max-width:none;z-index:3001}
.daterangepicker.single .ranges,.daterangepicker.single .calendar{float:none}
.daterangepicker.show-calendar .calendar{display:block}
.daterangepicker .calendar{display:none;max-width:270px;margin:4px}
.daterangepicker .calendar.single .calendar-table{border:0}
.daterangepicker .calendar th,.daterangepicker .calendar td{white-space:nowrap;text-align:center;min-width:32px}
.daterangepicker .calendar-table{border:1px solid #fff;padding:4px;border-radius:4px;background:#fff}
.daterangepicker table{width:100%;margin:0}
.daterangepicker td,.daterangepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}
.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}
.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}
.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}
.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}
.daterangepicker td.start-date{border-radius:4px 0 0 4px}
.daterangepicker td.end-date{border-radius:0 4px 4px 0}
.daterangepicker td.start-date.end-date{border-radius:4px}
.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}
.daterangepicker th.month{width:auto}
.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}
.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}
.daterangepicker select.monthselect{margin-right:2%;width:56%}
.daterangepicker select.yearselect{width:40%}
.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin-bottom:0}
.daterangepicker .input-mini{border:1px solid #ccc;border-radius:4px;color:#555;height:30px;line-height:30px;display:block;vertical-align:middle;margin:0 0 5px 0;padding:0 6px 0 28px;width:100%}
.daterangepicker .input-mini.active{border:1px solid #08c;border-radius:4px}
.daterangepicker .daterangepicker_input{position:relative}
.daterangepicker .daterangepicker_input i{position:absolute;left:8px;top:8px}
.daterangepicker.rtl .input-mini{padding-right:28px;padding-left:6px}
.daterangepicker.rtl .daterangepicker_input i{left:auto;right:8px}
.daterangepicker .calendar-time{text-align:center;margin:5px auto;line-height:30px;position:relative;padding-left:28px}
.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}
.ranges{font-size:11px;float:none;margin:4px;text-align:left}
.ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}
.ranges li{font-size:13px;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:4px;color:#08c;padding:3px 12px;margin-bottom:8px;cursor:pointer}
.ranges li:hover{background:#08c;border:1px solid #08c;color:#fff}
.ranges li.active{background:#08c;border:1px solid #08c;color:#fff}
@media(min-width:564px){.daterangepicker{width:auto}
.daterangepicker .ranges ul{width:160px}
.daterangepicker.single .ranges ul{width:100%}
.daterangepicker.single .calendar.left{clear:none}
.daterangepicker.single.ltr .ranges,.daterangepicker.single.ltr .calendar{float:left}
.daterangepicker.single.rtl .ranges,.daterangepicker.single.rtl .calendar{float:right}
.daterangepicker.ltr{direction:ltr;text-align:left}
.daterangepicker.ltr .calendar.left{clear:left;margin-right:0}
.daterangepicker.ltr .calendar.left .calendar-table{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}
.daterangepicker.ltr .calendar.right{margin-left:0}
.daterangepicker.ltr .calendar.right .calendar-table{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}
.daterangepicker.ltr .left .daterangepicker_input{padding-right:12px}
.daterangepicker.ltr .calendar.left .calendar-table{padding-right:12px}
.daterangepicker.ltr .ranges,.daterangepicker.ltr .calendar{float:left}
.daterangepicker.rtl{direction:rtl;text-align:right}
.daterangepicker.rtl .calendar.left{clear:right;margin-left:0}
.daterangepicker.rtl .calendar.left .calendar-table{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}
.daterangepicker.rtl .calendar.right{margin-right:0}
.daterangepicker.rtl .calendar.right .calendar-table{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}
.daterangepicker.rtl .left .daterangepicker_input{padding-left:12px}
.daterangepicker.rtl .calendar.left .calendar-table{padding-left:12px}
.daterangepicker.rtl .ranges,.daterangepicker.rtl .calendar{text-align:right;float:right}
}
@media(min-width:730px){.daterangepicker .ranges{width:auto}
.daterangepicker.ltr .ranges{float:left}
.daterangepicker.rtl .ranges{float:right}
.daterangepicker .calendar.left{clear:none !important}
}

/* 步骤条 */
.steps {
    height: 6px;
    margin-top: 60px;
    margin-bottom: 80px;
    background-color: #eee;
}
.steps li {
    width: 33.3333333%;
    height: inherit;
    float: left;
}
.steps li .item {
    width: 7em;
    text-align: center;
    position: relative;
    top: -1.1em;
    margin: 0 auto;
}
.steps li .num {
    display: inline-block;
    font-size: 18px;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    background-color: #eee;
    color: #999;
    border-radius: 50% !important;
}
.steps li .text {
    margin-top: 5px;
}
.steps li.done{
    background-color: #00c7ee;
}
.steps li.done .num {
    background-color: #00c7ee;
    color: #fff;
}
.steps li.done .text {
    color: #00c7ee;
}
.steps li.doing{
    background-color: #00c1eb;
}
.steps li.doing .num {
    background-color: #00c1eb;
    color: #fff;
}
.steps li.doing .text {
    color: #00c1eb;
}

/* -- */
.profile-bind {
    padding-top: 7px;
    padding-bottom: 8px;
    float: left;
    margin-left: 15px;
}
.profile-bind .agent {
    display: inline-block;
    padding: 2px;
    color: #f60;
    background-color: rgba(232, 126, 4, 0.24);
}
.profile-bind .bind {
    display: inline-block;
    padding: 2px;
    color: #fff;
    background-color: #ccc;
}
.profile-bind .bind.on {
    background-color: #3598dc;
}

.lmstat-item {
    padding-bottom: 20px;
}
.lmstat-number {
    margin-bottom: 15px;
}
.lmstat-number .title {
    font-size: 13px;
    margin-bottom: 3px;
    color: #B8C3C7;
}
.lmstat-number .number {
    font-size: 27px;
    line-height: 27px;
    color: #7D8C9D;
}

/* 支付方式 */
.card-payment{
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 15px 15px 0 0;
	cursor: pointer;
	padding: 2px 15px;
}
.card-payment input {
    display: none;
}
.card-payment img {
	display: block;
}
.card-payment:before {
	content: "";
	display: none;
	width: 30px;
	height: 30px;
	background-color: #f60;
	position: absolute;
	right: -16px;
	bottom: -18px;
    -webkit-transform: rotate(45deg) translate3d(-2px, -2px, 0);
    -moz-transform: rotate(45deg) translate3d(-2px, -2px, 0);
    -ms-transform: rotate(45deg) translate3d(-2px, -2px, 0);
    transform: rotate(45deg) translate3d(-2px, -2px, 0);
}
.card-payment:after {
	content: "\f00c";
	display: none;
	position: absolute;
	right: 0;
	bottom: -1px;
	line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #fff;
}
.card-payment.active {
	border-color: #f60;
}
.card-payment.active:before,
.card-payment.active:after {
	display: block;
}

/* 2017.06.15 代理商升级 */
.s_agentUp{display:inline-block;}
.s_agentUpTitle{color:#999; font-size:24px; text-align:center; margin-top:20px;}
.s_agentUpTitle span{color:#555;}
.s_agentUpList{margin-top:30px;}
.s_agentUpItem{display:inline-block; text-align:center; border:5px solid #f7f6f5; padding:40px 30px 20px 30px; margin:0 20px; max-width:240px;}
.s_agentUpItem_jp{background:url(../images/siteUp_Bg01.png) no-repeat bottom left; background-size:100% auto;}
.s_agentUpItem_zs{background:url(../images/siteUp_Bg02.png) no-repeat bottom left; background-size:100% auto;}
.s_agentUpItem_csfw{background:url(../images/siteUp_Bg03.png) no-repeat bottom left; background-size:100% auto;}
.s_agentUpItem .title{margin-top:25px;}
.s_agentUpItem .text{color:#999;}
.s_agentUpItem .btnMore{margin-top:15px;}
.s_agentUpItem .level_jp{color:#f57700; margin-left:5px;}
.s_agentUpItem .level_zs{color:#e34df5; margin-left:5px;}
.s_agentUpItem .level_csfw{color:#3499dd; margin-left:5px;}
.s_agentUpItem .icon{width:120px; height:120px; display:inline-block; background-repeat:no-repeat; background-size:100% 100%;}
.s_agentUpItem .icon_jp{background-image:url(../images/s_img_08_2_1.png);}
.s_agentUpItem .icon_zs{background-image:url(../images/s_img_08_3_1.png);}
.s_agentUpItem .icon_csfw{background-image:url(../images/s_img_08_4_1.png);}

/* 站内信、公告 */
.noticeTable thead{background-color:#f6f6f6;}
.noticeTable tr td{font-size:12px;}
.noticeTable .noticeFa{font-size:15px;margin-right:10px;}
.noticeTable tr td a{color:#666;}
.notice_Con{line-height:2;}
.notice_Con img{max-width:100%;}

/* 文件选择按钮 */
.filesGroup {
    float: left;
}
.filesGroup img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 5px;
}
.filesGroup-filename {
    float: right;
    padding: 6px 10px;
    font-size: 14px;
    color: #999;
    line-height: 1.44;
}

/* 2017.07.03 头部优化 */
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child{padding-left:10px; padding-right:10px;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align:middle;}
/************************* 2017.07.04增加 ****************************/
/* 站点列表 */
.s_sitesCon{margin-bottom:15px;}
.s_sitesTop{background-color:#e5e4e3; border-radius:5px 5px 0 0 !important; width:100%; height:30px; line-height:30px; position:relative;}
.s_sitesTop .icon{position:absolute; top:50%; left:25px; margin-top:-6px; width:12px; height:12px; display:block; border-radius:50% !important;; background-color:#fffc00;}
.s_sitesTop .icon:before{content:""; display:block; width:12px; height:12px; display:block; border-radius:50% !important;; background-color:#d9534f; position:absolute; left:-17px;}
.s_sitesTop .icon:after{content:""; display:block; width:12px; height:12px; display:block; border-radius:50% !important;; background-color:#5cb85c; position:absolute; left:17px;}
.s_sitesTop .s_siteBtn{padding-right:5px;}
.s_sitesTop .s_siteBtn a{text-decoration:none; color:#666; display:block;}
.s_sitesTop .s_siteBtn a .fa{margin-left:3px;}
.s_sitesTop .s_siteBtn b{margin-right:5px; font-weight:normal; color:#666;}
.s_sitesTop .s_siteBtn .s_btnItem{padding:5px 15px;}
.s_sitesTop .s_siteBtn .dropdown-menu{min-width:140px;}
.s_sitesItem{background-color:#f5f5f5; padding:15px; border-top:1px solid #fff; border-radius:0 0 5px 5px !important;}
.s_sitesItem .s_sitesCode{float:left; margin-right:10px; border:3px solid #fff;}
.s_sitesItem .s_sitesCode img{width:90px;}
.s_sitesItem .s_sitesInfo .name{color:#000; margin-top:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.s_sitesItem .s_sitesInfo .state{margin-top:5px; color:#999;}
.s_sitesItem .s_sitesInfo .time{margin-top:5px; color:#999;}
.s_sitesItem .s_siteseBtn{margin-top:15px;}
.s_sitesItem .s_siteseBtn a{padding-top:4px; padding-bottom:4px; margin-right:8px;}

/* 商品列表 */
.a_prosCon{margin-bottom:15px;}
.a_prosTop{background-color:#e5e4e3; border-radius:5px 5px 0 0 !important;; overflow:hidden; width:100%; height:40px; line-height:40px; padding:0 10px;}
.a_prosItem{background-color:#f5f5f5; padding:15px; border-top:1px solid #fff; border-radius:0 0 5px 5px !important;}
.a_prosItem .a_prosImg{ display: table-cell; vertical-align: top; width: 1%;}
.a_prosItem .a_prosImg img{height:96px; border:3px solid #fff;}
.a_prosItem .a_prosInfo{ display: table-cell; vertical-align: top; padding-left: 15px; line-height: 1.8; color:#999;}
.a_prosItem .a_prosInfo .name{color:#000; margin-top:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.a_prosItem .a_prosInfo .state{margin-top:5px; color:#999;}
.a_prosItem .a_prosInfo .time{margin-top:5px; color:#999;}
.a_prosItem .a_prosBtn{margin-top:15px;}

/* 优惠券列表 */
.a_couponsItem{border-radius:5px !important; overflow:hidden; box-shadow:0 0 5px #ccc; margin-bottom:15px;}
.a_couponsItem .a_yhjTop{background-color:#36c6d3; color:#fff; padding:15px;}
.a_couponsItem .a_yhjTop .title{float:left; width:120px; font-size:16px;}
.a_couponsItem .a_yhjTop .price{float:right; text-align:center;}
.a_couponsItem .a_yhjTop .price .text1{display:block; font-family:"Arial"; font-size:18px; line-height:1;}
.a_couponsItem .a_yhjTop .price .text1 b{font-size:42px; margin-left:5px; font-weight:normal;}
.a_couponsItem .a_yhjTop .icon{width:60px; height:53px; background:url(../images/coupons_01.png) no-repeat; background-size:100%; position:absolute; top:20px; left:50%; margin-left:-30px;}
.a_couponsItem .a_yhjBot{background-color:#ffffff; color:#999; padding:15px; position:relative;}
.a_couponsItem .a_yhjBot:before{content:""; display:block; position:absolute; top:-5px; left:0; width:100%; height:10px; background:url(../images/coupons_point.png); background-repeat:repeat-x;}
.a_couponsItem .a_yhjBot .text_item{padding:2px 0;}
.a_couponsOk .a_yhjTop{background-color:#337ab7;}
.a_couponsOk .a_yhjTop .icon{background-image:url(../images/coupons_02.png);}
.a_couponsEnd .a_yhjTop{background-color:#666666;}
.a_couponsEnd .a_yhjTop .icon{background-image:url(../images/coupons_03.png);}

.coupons_Deta .coupons_Deta_Item{background-color:#36c6d3; margin:15px 0; padding:25px 15px; color:#fff; position:relative;}
.coupons_Deta .coupons_Deta_Item:before{content:""; display:block; position:absolute; top:-5px; left:0; width:100%; height:10px; background:url(../images/coupons_point.png); background-repeat:repeat-x;}
.coupons_Deta .coupons_Deta_Item:after{content:""; display:block; position:absolute; bottom:-5px; left:0; width:100%; height:10px; background:url(../images/coupons_point.png); background-repeat:repeat-x;}
.coupons_Deta .coupons_Deta_Item .title{text-align:center; font-size:22px;}
.coupons_Deta .coupons_Deta_Item .title2{padding:10px 0; text-align:center; position:relative;}
.coupons_Deta .coupons_Deta_Item .title2:before{content:""; display:block; width:100%; height:1px; background-color:#fff; position:absolute; top:50%; left:0;}
.coupons_Deta .coupons_Deta_Item .title2 span{display:inline-block; padding:0 15px; background-color:#36c6d3; position:relative; z-index:1;}
.coupons_Deta .coupons_Deta_Item .text_list p{margin-bottom:0; margin-top:0; line-height:1.8;}
.coupons_Deta .coupons_Deta_Item .price{margin-bottom:20px; margin-top:10px;}
.coupons_Deta .coupons_Deta_Item .price .text1{display:block; font-family:"Arial"; font-size:18px; line-height:1;}
.coupons_Deta .coupons_Deta_Item .price .text1 b{font-size:48px; margin-left:5px; font-weight:normal;}
.coupons_Deta .coupons_Deta_Item .icon{width:80px; height:70px; background:url(../images/coupons_01.png) no-repeat; background-size:100%; position:absolute; top:90px; right:15px;}
.coupons_Deta .a_couponsOk{background-color:#337ab7;}
.coupons_Deta .a_couponsOk .title2 span{background-color:#337ab7;}
.coupons_Deta .a_couponsOk .icon{background-image:url(../images/coupons_02.png);}
.coupons_Deta .a_couponsEnd{background-color:#666666;}
.coupons_Deta .a_couponsEnd .title2 span{background-color:#666666;}
.coupons_Deta .a_couponsEnd .icon{background-image:url(../images/coupons_03.png);}

/* 微信支付 */
.wechatCon{background-color:#f7f7f7;}
.mod-title{height:60px;line-height:52px;text-align:center;border-bottom:1px solid #ddd;background:#fff; margin:0;}
.mod-title .ico-wechat{display:inline-block;width:41px;height:36px;background:url(../images/wx_pay.png) 0 -115px no-repeat;vertical-align:middle;margin-right:10px;}
.mod-title .text{font-size:20px;color:#333;font-weight:400;vertical-align:middle;}
.mod-ct{width:70%; padding:0 135px; padding-top:30px; margin:15px auto 0;background:url(../images/wave.png) top center repeat-x #fff;text-align:center;color:#333;border:1px solid #e5e5e5;border-top:none;}
.mod-ct .amount{font-size:40px;margin-top:20px;}
.mod-ct .qr-image{margin-top:30px;}
.mod-ct .qr-image img{width:230px;height:230px;}
.mod-ct .detail{margin-top:60px;padding-top:25px;}
.mod-ct .detail .detail-ct{font-size:14px;text-align:right;line-height:28px;}
.mod-ct .detail .detail-ct dt{float:left;}
.mod-ct .detail-open{border-top:1px solid #e5e5e5;}
.mod-ct .detail .arrow{padding:6px 34px;border:1px solid #e5e5e5;}
.mod-ct .detail .arrow .ico-arrow{display:inline-block;width:20px;height:11px;background:url(../images/wx_pay.png) -25px -100px no-repeat;}
.mod-ct .detail-open .arrow .ico-arrow{display:inline-block;width:20px;height:11px;background:url(../images/wx_pay.png) 0 -100px no-repeat;}
.mod-ct .detail-open .detail-ct{display:block;}
.mod-ct .tip{margin-top:40px;border-top:1px dashed #e5e5e5;padding:30px 0;position:relative;}
.mod-ct .tip .ico-scan{display:inline-block;width:56px;height:55px;background:url(../images/wx_pay.png) no-repeat;vertical-align:middle;}
.mod-ct .tip .tip-text{display:inline-block;vertical-align:middle;text-align:left;margin-left:23px;font-size:16px;line-height:28px;}
.mod-ct .tip .dec{display:inline-block;width:22px;height:45px;background:url(../images/wx_pay.png) 0 -55px no-repeat;position:absolute;top:-23px;}
.mod-ct .tip .dec-left{background-position:0 -55px;left:-136px;}
.mod-ct .tip .dec-right{background-position:-25px -55px;right:-136px;}
@media only screen and (max-width: 767px){
    .mod-ct{width:100%;}
}
@media only screen and (max-width: 479px){
    .mod-ct .amount{font-size:36px;}
    .mod-ct{padding-left:20px; padding-right:20px;}
    .mod-ct .tip .dec-left{left:-21px;}
    .mod-ct .tip .dec-right{right:-21px;}
}

/* 登录优化 */
.login-options .social-icons a{border-radius:50% !important; margin-left:10px; font-size:16px;}
.login-options .social-icons a.qq:hover{background-color:#018de2;}
.login-options .social-icons a.weibo:hover{background-color:#ec3c3c;}
.login-options .social-icons a.weixin:hover{background-color:#01b94c;}
.login .content .forget-password{margin-left:15px;}
/* 提示框重置样式 */
.tipBox{color:#36c6d3; margin-left:10px; cursor:pointer; font-size:12px;}
.tipBox .fa{font-size:13px; margin-right:3px;}
/*.tooltip-inner{background-color:#f2f2f2; padding:8px 10px; color:#666; border-radius:4px !important; box-shadow:0 0 5px #ccc; max-width:280px; text-align:left;}
.tooltip.right .tooltip-arrow{border-right-color:#f2f2f2; border-width:8px 8px 8px 0; margin-top:-8px; left:-3px;}*/

.page-header.navbar .page-logo .logo-default{margin-top:10px; height:32px;}

/* 绑定账号错误提示 */
.boxBox{text-align:center;font-family:"Microsoft YaHei"; margin:30px auto;}
.titleBox{margin-top:25px; font-size:20px; color:#000;}
.textBox{margin-top:15px; font-size:16px; color:#999;}
.btnBox{margin-top:60px;}
.btnBox a{margin:0 5px; display:inline-block; padding:10px 25px; font-size:16px; border-radius:5px; text-decoration:none;}
.btnBox a:hover{opacity:.8;}
.btnBox a.btnBack{color:#6c7780; background-color:#e7e7e7;}
.btnBox a.btnLogin{color:#fff; background-color:#0184e9;}

/* 开关 */
.tg-list-item{ display: inline-block; vertical-align: middle; margin-top:5px;}
.tgl{display:none}
.tgl,.tgl *,.tgl :after,.tgl :before,.tgl+.tgl-btn,.tgl:after,.tgl:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.tgl ::-moz-selection,.tgl :after::-moz-selection,.tgl :before::-moz-selection,.tgl+.tgl-btn::-moz-selection,.tgl::-moz-selection,.tgl:after::-moz-selection,.tgl:before::-moz-selection{background:0 0}
.tgl ::selection,.tgl :after::selection,.tgl :before::selection,.tgl+.tgl-btn::selection,.tgl::selection,.tgl:after::selection,.tgl:before::selection{background:0 0}
.tgl+.tgl-btn{outline:0;display:block;width:36px;height:20px;position:relative;cursor:pointer;margin-bottom:0;}
.tgl+.tgl-btn:after,.tgl+.tgl-btn:before{position:relative;display:block;content:"";width:50%;height:100%}
.tgl+.tgl-btn:after{left:0}
.tgl+.tgl-btn:before{display:none}
.tgl:checked+.tgl-btn:after{left:50%}

.tgl-ios+.tgl-btn{background:#fbfbfb;border-radius:15px !important;padding:2px;-webkit-transition:all .4s ease;transition:all .4s ease;border:1px solid #dadada;}
.tgl-ios+.tgl-btn:after{border-radius:2em;background:#fbfbfb;-webkit-transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08)}
.tgl-ios+.tgl-btn:active{-webkit-box-shadow:inset 0 0 0 2em #e8eae9;box-shadow:inset 0 0 0 2em #e8eae9}
.tgl-ios+.tgl-btn:active:after{padding-right:.8em}
.tgl-ios:checked+.tgl-btn{background:#36c6d3; border-color:#36c6d3;}
.tgl-ios:checked+.tgl-btn:active{-webkit-box-shadow:none;box-shadow:none}
.tgl-ios:checked+.tgl-btn:active:after{margin-left:-.8em}

/**
 * 2017-09-23
 * 优惠券派发客户指定弹窗
 */
.appoint-popup {
    display: none;
    width: 980px;
    height: 600px;
}
.appoint-part {
    margin: 20px;
}
.appoint-label {
    margin-bottom: 0;
    cursor: pointer;
}
.appoint-info {
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}
input[type="radio"].appoint-check,
input[type="checkbox"].appoint-check {
    display: inline-block;
    margin: 0 4px 2px;
    vertical-align: middle;
}

/**
 * 2017-10-12
 * 创建站点
 */
.modList{margin-left:-20px;}
.modItem{margin-bottom:30px; margin-left:20px;}
.modItem .modImg{text-align:center;/* height:269px;*/ overflow:hidden;}
.modItem .modImg img{width:100%; object-fit:cover; height:100%;}
.modItem .modBody{padding:0 20px;}
.modItem .modTitle{ font-weight:bold; color:#333; font-size:18px; margin-top:10px; text-align:center;}
.modItem .modInfo{margin-top:15px; color:#999; padding:0 5%;}
.modItem .modInfo .modPrice{font-size:18px; color:#32c5d2; line-height:1; float:right;}
.modItem .modInfo .modPrice b{font-size:24px; line-height:1; font-family:"Arial";}
.modItem .modBtn{margin-top:15px;}
.modItem .modBtn .btnBox{display:inline-block; width:44%; padding:8px 0; border:1px solid #32c5d2; color:#32c5d2; text-align:center; border-radius:18px !important; margin:0 3%; background:none;}
.modItem .modBtn .btnBox:hover{text-decoration:none; opacity:0.8;}
.modItem .modBtn .goods-btn-master { background-color:#32c5d2; color:#fff;}
.modItem .modBtn .btnBox .fa{ margin-right:5px; }
.modDetaBox{width:85%; margin:50px auto;}
.modDetaImg{text-align:right;}
.modDetaImg img{max-width:100%;}
.modDetaBody{margin-left:50px;}
.modDetaBody .modTitle{ font-weight:bold; color:#333; font-size:18px; margin-top:10px;}
.modDetaBody .modInfo{margin-top:10px; color:#999; border-bottom:1px solid #eee; padding-bottom:30px;}
.modDetaBody .modInfo .modPrice{font-size:18px; color:#32c5d2; line-height:1; margin-left:6em;}
.modDetaBody .modInfo .modPrice b{font-size:24px; line-height:1; font-family:"Arial";}
.modDetaBody .modInfo .modPrice2{color:#32c5d2; line-height:1;}
.modDetaBody .modInfo .modPrice2 b{margin-left:2em;}
.modDetaBody .modData{margin-top:30px; color:#666;}
.modDetaBody .modData .help-block{color:#f00; font-size:12px; margin-top:8px; margin-bottom:0;}
.modDetaBody .modData .help-block .fa{margin-right:3px;}
.modDetaBody .modData .btn-block{font-size:16px; padding-top:8px; padding-bottom:8px; margin-top:15px;}
@media only screen and (max-width: 1441px){
.modDetaBox{width:100%}
}
@media only screen and (max-width: 1199px){
.modDetaBody .modInfo{pading-bottom:20px;}
.modDetaBody .modData{margin-top:20px;}
.modDetaImg{text-align:center;}
.modDetaBody{margin:0 50px;}
}
@media only screen and (max-width: 479px){
.modDetaBody{margin:0;}
.modDetaBody .modInfo .modPrice2 b{display:block; margin-left:0; margin-top:5px;}
}


/*2018-11-29 修改冒泡颜色为红色*/
.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle .badge.badge-red{background-color:#ff0000;}