@charset "UTF-8";
body,div,p,span,ul,li,a,ol{
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    list-style: none;
    font-size:14px;
    text-decoration: none;
    text-underline: none;
}
a:hover{
    /*text-decoration: none;*/
    /*text-underline: none;*/
    color:#2974f0;
}
.theme-gew-default{
    /*position: relative;*/
    background: #f2f2f2;
    overflow-y: scroll;
    /*min-width: 1080px;*/
}
#gew-slide{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    /* -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); */
    z-index: 99;
    height: 72px;
    background-color: #353a47;
}
#gew-first-sidebar{
    width: 90%;
    margin: auto;
    position: relative;
}
.gew-team-logo{
    /*display: inline-block;*/
    margin-top: 10px;
    vertical-align: top;
    display: inline-flex;
}
.gew-team-logo span:nth-child(1) {
    display: inline-block;
    width: 100px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-image:url("../../img/icon/logo.png");
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 10px;
}
.gew-team-logo span:nth-child(2) {
    width: 1px;
	height: 50px;
	background-color: #ffffff;
    opacity: 0.3;
    display: inline-block;
    margin: 0 25px;
}
.gew-team-logo span:nth-child(3) {
    display: inline-block;
    width: 145px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-image:url("../../img/icon/walletSystem.png");
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 10px;
}
#gew-first-sidebar nav {
    margin-left: 80px;
    display: inline-block;
    vertical-align: bottom;
}
#gew-first-sidebar nav li {
    font-size: 16px;
    height: 72px;
    line-height: 72px;
    cursor: pointer;
    display: inline-block;
}
#gew-first-sidebar nav li.active {
    background: #080808;
    position:relative;
}
#gew-first-sidebar nav li a {
    color: #CACACA;
    display: inline-block;
    width: 130px;
    height: 72px;
    text-align: center;
}
#gew-first-sidebar nav li a>span{
    color: #fff;
    font-size: 16px;
}
#gew-first-sidebar nav li.active a>span {
    color: #fff;
}
#gew-user-info {
    position:absolute;
    top:0px;
    right: 0;
    color:#fff;
    height:72px;
    width: 110px;
    line-height: 72px;
    word-break:break-word;
}
#gew-user-info span.user-name {
    font-size: 16px;
    display:block;
    line-height:72px;
    text-align:center;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    text-align: right;
}
#gew-user-info .user-dropdown {
    background: #fff;
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    color: #333;
    width: 145px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.4);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.4);
}
#gew-user-info .user-dropdown-meta {
    padding: 10px 20px;
    line-height: 24px;
    background: #f8f8f8;
    border-radius: 2px 0 0 2px;
}
#gew-user-info .user-dropdown-meta div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#gew-user-info .user-dropdown-select {
    padding: 10px 0;
    line-height: 30px;
}
#gew-user-info .user-dropdown-select a.new-select {
    color: #FF4444;
}
#gew-user-info .user-dropdown-select a:hover {
    background:#3283FA;
    color:#fff;
}
#gew-user-info .user-dropdown-select a {
    display: block;
    color: #666;
    padding: 0 20px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}
#gew-user-info:hover .user-dropdown{
    display: block;
}
#gew-container{
    background: #f2f2f2;
    width: 90%;
    -webkit-transition: margin-right .5s;
    -moz-transition: margin-right .5s;
    transition: margin-right .5s;
    zoom: 1;
    padding: 0 !important;
    margin: 92px auto 0;
}
.container:after, .container:before {
    content: "";
    display: table;
    line-height: 0;
}
#main,#main1{
    width: 400px;
    height: 300px;
}
#gew-second-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 140px;
    width: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
#gew-second-sidebar .second-sidebar-title {
    padding-left: 20px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}
#gew-second-sidebar nav {
    padding: 13px 10px;
}
#gew-second-sidebar nav li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 14px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
}
#gew-second-sidebar nav li.active {
    background: #f1f1f1;
    border-radius: 3px;
}
#gew-second-sidebar nav li a {
    color: #666;
    display: block;
    padding: 0 2px;
}
#gew-second-sidebar nav li:not(.active):hover a {
    color:#3283FA
}
#gew-second-sidebar nav li.active a{
    color: #2974f0 !important;
}
.gew-third-sidebar {
    height: 50px;
    background-color: #ffffff;
    position: relative;
    /*min-width: 750px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    /*margin-right: -14px;*/
    z-index: 60;
    line-height: 50px;
}
.gew-third-sidebar>span{
    margin: 0 0 0 20px;
}
.gew-third-content{
    background-color: #FFFFFF;
    margin: 10px 0 0 0;
    padding: 10px;
}
.gew-block-flex{
    display: flex;
    display: -webkit-flex;
}
.gew-inline-flex{
    display: inline-flex;
    display: -webkit-inline-flex;
}
.gew-flex-0{
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
}
.gew-flex-1{
    flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-grow: 1;
}
.gew-align-center{
    align-items: center;
    -webkit-align-items: center;
}
.gew-justify-content {
    justify-content: center;
    -webkit-justify-content: center;
}
.gew-flex-wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.gew-space-around{
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.domHide{
    display: none !important;
}
.modalTitle{
    height: 40px;
    background-color: #FFFFFF;
    padding:0;
    color: #333;
    border-bottom: 1px solid #eee;
}
.modalTitle>h4{
    line-height: 40px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
}
.modalTitle>button{
    margin-right: 10px;
    line-height: 30px;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    margin-top: 2px;
    outline: none;
}
.bg-warning{
    background-color: #fcf8e3;
}
.uploadFileArea{
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100%;
    border: 1px dotted #dbdbdb;
    margin-top: 10px;
    vertical-align: top;
}
.uploadFileArea>div{
    background-image: none !important;
    text-align: center;
    height: 100px;
}
.uploadFileArea>div>img{
    position: static !important;
    margin: 13px 0 5px 0;
}
.uploadFileArea>div>p{
    color: #8f8f8f;
    margin-top: 5px;
}
.uploadFileArea input {
    width: 100%;
    height: 100px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    filter: alpha(opacity=10);
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.cropPreview{
    overflow: hidden;
}
.imgResponsive{
    max-width: 100%;
}
.gew-inline-block{
    display: inline-block;
}
.crash{
    height: 1px !important;
}
.gew-help-icon{
    display: inline-block;
    background: url(../../img/icon/icons.png) no-repeat;
    vertical-align: middle;
    background-size: 72px 270px;
}
.gew-help-icon-help{
    width: 16px;
    height: 16px;
    background-position: 0 -180px;
    margin-top: -2px;
    margin-right: 4px;
}
/*input select*/
.zent-select {
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    line-height: 1.5;
    margin-right: 10px;
    outline: none;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 160px;
    height: 30px;
    vertical-align: middle;
}
.zent-input {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 80px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #bbb;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -moz-transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.row,.row>div:not(.gew-offset){
    margin: 0;
}
.gew-label{
    color: #333;
    text-align: right;
    vertical-align: middle;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 12px !important;
}
.rowReset>div{
    margin: 6px 0 6px 0 ;
}
.gew-btn{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.gew-btn-primary{
    color: #fff;
    background: #38f;
    border-color: #38f;
}
.gew-btn-primary:hover,.gew-btn-success:hover{
    color: #fff;
    background:#0080ed;
    border-color:#0066be
}
.gew-btn-success{
    color: #fff;
    background: #4b0;
    border-color: #3da900;
}
.like-link{
    color: #38f;
    cursor: pointer;
    outline: 0;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: transparent;
}
table th{
    text-align: center !important;
}
.table td{
    padding: 0 10px 0 10px !important;
}
.required{
    color: red;
}
.divCommonMar
{
    width: 96%;
    margin: 0px auto 10px auto;
    padding: 0;
}
.divCommonMar form{
    display: inline-block;
}
.divCommonMar a{
    cursor: hand;
}
@keyframes uploading {
    from{ transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}
.uploadIngArea{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1,1,1,0.3);
    z-index: 2068;
}
.uploadIngArea>div{
    width: 60px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -30px;
    text-align: center;
}
.uploadIngArea>div>div{
    text-align: center;
}
.uploadIngArea>div>div>img{
    display: inline-block;
    animation-name: uploading;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.uploadIngArea>div>div>p{
    text-align: center;
    color: #ffffff;
    margin: 5px 0 0 0;
}

/*新增店铺*/
.insertStoreModal{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 100000;
}
.insertStoreBtnGroup{
    text-align: center;
    clear: both;
    padding-top: 20px;
    background-color: #f5f5f5;
}
.insertStoreBtnGroup>a{
    color: #fff;
    background: #07d;
    border-color: #006cc9;
}
.insertStoreBtnGroup>a:hover{
    color: #fff;
    background:#0080ed;
    border-color:#0066be
}
.insertStoreName{
    min-width: 180px;
}
.table-row{
    display: table-row;
}
.table-row>div{
    padding-bottom: 10px;
}
.mar-left-10{
    margin-left: 10px;
}
.table-row:last-child>div{
    padding-bottom: 0 !important;
}
.table-cell{
    display: table-cell;
}
.surveyStoreLogoBtnGroup{
    text-align: center;
    clear: both;
    padding-top: 20px;
    background-color: #f5f5f5;
}
.surveyStoreLogoBtnGroup>a{
    color: #fff;
    background: #07d;
    border-color: #006cc9;
}
.surveyStoreLogoBtnGroup>a:hover{
    color: #fff;
    background:#0080ed;
    border-color:#0066be
}
.theme-gew-default .layui-layer-btn{
    padding: 0 10px 12px  !important;
}
/*通知弹框*/
.informBtn{
    position: fixed;
    right: 0;
    bottom:30px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  /*  background: #d0d6e5;*/
    text-align: center;
    -webkit-box-shadow:0 0 4px #0CC;
    -moz-box-shadow:0 0 4px #0CC;
    box-shadow:0 0 4px #0CC;
    cursor: pointer;
    z-index: 99999;
}
 .informBtn .informBtn_num{
    /* color: #fff;
     background: red;*/
     padding: 1px 6px;
     border-radius: 10px;
     font-size: 12px;
}
 /*已有消息的按钮*/
.informHaveMsg{
    background: #FF5A1E;
}
.informHaveMsg .informBtn_inform{
    color: #fff;
}
.informHaveMsg .informBtn_num{
    background: #fff;
    color: #ff5b1e;
}
.informNoMsg{
    background: #d0d6e5;
}
.informNoMsg .informBtn_inform{
    color: #333;
}

.informPopBox{
    position: fixed;
    right: 0;
    bottom:70px;
    width: 460px;
    height: 320px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow:0 0 10px #0CC;
    -moz-box-shadow:0 0 10px #0CC;
    box-shadow:0 0 10px #0CC;
    z-index: 200;
    display: none;
}
.closePop{
    cursor: pointer;
}
.popHeader{
    height: 54px;
    border-bottom: 1px solid #eee;
    padding: 12px 24px;
    vertical-align: middle;
}
.popHeader span{
    color: #353a47;
    font-size: 16px;
    font-weight: bold;
}
.popContent{
    margin: 8px 24px;
    border: 1px solid #e5e5e5;
    max-height: 204px;
    overflow-y:auto;
}
.popContent_title{
    background: #eee;
    padding: 8px 10px;
   margin-bottom: 5px;

}
.popContent_title span{
    font-size: 15px;
    color: #353a47;
}
.popContent_title a{
    cursor: pointer;
}
.pushMessage{
    padding: 4px 16px;
    min-height: 56px;
}
.popFoot{
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d2d2d2;
    padding: 0 28px;
    font-size: 16px;
    cursor: pointer;
}
.popFoot>span{
    font-size: 16px;
}
.alreadyColor{
    color: #2974f0;
}
.noAlreadyColor{
    color: #353a47;
}
.popContent_title .title_num{
    color: #fff;
    background: red;
    padding: 1px 6px;
    border-radius: 10px;
    font-size: 12px;

}
.popContentRed{
    text-align: center;
}
.btnSpan{
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #508cee;
    color: #508cee;
    background: #fff;
    cursor: pointer;
}

.popContentRed>img{
    display: block;
    margin:  0 auto;
    height: 126px;

}
.noInform{
    margin: 10px 0 16px 0;
    text-align: center;
    color: #353a47;
    font-size: 16px;
}
.warmPromptContent {
    display: inline-block;
    vertical-align: text-top;
}
#warmPrompt {
    margin-top: 10px;
    margin-left: 5px;
    color: #999;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}
#menu{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: #353a47;
}
#menu::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

.form-group select.form-control{
    display: inline-block;
}
