
body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    font-size: 14px;
    margin: 0;
}
[v-cloak] {
    display: none;
}

h1,h2,h3,h4,p{
    margin: 0;
    padding: 0;
}

.nowrap{
	white-space: nowrap;
}
.pointer{
	cursor: pointer;
}
.full-width{
    width: 100%;
}
.full-height{
    height: 100%;
}
.page-width{
    width: 1180px;
}
.page-center{
    margin: 0 auto;
}

.height-40{
    height: 40px;
}

.height-60{
    height: 60px;
}

.font12{

	font-size:12px !important;
}
.font14{
	font-size:14px ;
}
.font16{
	font-size:16px ;
}
.font18{
	font-size:18px ;
}
.font20{
	font-size:20px ;
}
.font22{
	font-size:22px ;
}
.font24{
	font-size:24px ;
}
.font26{
	font-size:26px ;
}

.font-bold{
    font-weight: bold;
}
.font-weight{
    font-weight: 500 !important;
}

/*字体左对齐*/
.text-left{
	text-align: left;
}
/*剧中对齐*/
.text-center{
	text-align: center;
}
/*右对齐*/
.text-right{
	text-align: right;
}

/*  text-ellipsis 这是一段最多显示一行的文字，多余的内容会被省略
    text-ellipsis-l2  这是一段最多显示两行的文字，多余的内容会被省略
    text-ellipsis-l3  这是一段最多显示三行的文字，多余的内容会被省略 
*/
.text-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-ellipsis-l2{
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.text-ellipsis-l3{
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}


/* 字体颜色颜色 */

.black {
    color: #181818;
}
.white {
    color: #ffffff;
}
.gray{
    color: #909399;
}
.light-gray{
    color: #f1f1f1;
}
.gold {
    color: #F59300 !important;
}
/*价格*/
.red {
    color: #f00;
}
.green{
    color: #67c23a;
}
.yellow{
    color: #F59300 !important;
}

/*成功*/
.tips-success{
    color: #67c23a;
}
/*警告*/
.tips-warning{
    color: #e6a23c;
}
/*信息 深灰*/
.tips-info{
    color: #909399;
}
/*错误 失败*/
.tips-error{
    color: #f56c6c;
}

.bg-white{
    background-color: #ffffff;
}
.bg-gray{
    background-color: #DCDFE6;
}
.bg-light-gray{
    background-color: #fafafa;
}

/* 鼠标悬浮显示边框 */
.hover-box-shadow:hover{
    box-shadow: 0 4px 15px rgb(0 0 0 / 18%);
    z-index: 3;
}

/* 鼠标悬浮背景变灰 */
.hover-bg-gray:hover{
    background-color: #f9f9f9;
}


/*成功*/
.bg-tips-success{
    background-color: #67c23a;
}
/*警告*/
.bg-tips-warning{
    background-color: #e6a23c;
}
/*信息 深灰*/
.bg-tips-info{
    background-color: #909399;
}
/*错误 失败*/
.bg-tips-error{
    background-color: #f56c6c;
}


.bg_gold_line {
	background-blend-mode: normal, normal;
}

#nav {
    height: 60px;
    margin-top: 0px;
}

.cell-container{
    padding: 10px;
}
.cell-title{
    padding: 10px 0;
}
.box{
    margin-bottom: 5px;
}
.form-list{
    height: 32px;
}

/* 边框 */
.b-1px{
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
}
.b-1px-t{
    border-top: 1px solid #f1f1f1;
    border-collapse: collapse;
}
.b-1px-b{
    border-bottom: 1px solid #f1f1f1 !important;
    border-collapse: collapse;
}
.b-1px-l{
    border-left: 1px solid #f1f1f1;
    border-collapse: collapse;
}
.b-1px-r{
    border-right: 1px solid #f1f1f1;
    border-collapse: collapse;
}

.decoration-none{
    text-decoration:none;
}


.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

.inline-block{
    display: inline-block;
}

.vertical-middle{
    vertical-align: middle;
}
.vertical-bottom{
    vertical-align: bottom;
}

/*清除浮动*/
.after:after{
	content:"";
	display: table;
	clear: both;
}
/*防止子元素margin溢出*/
.before:before{
	content: "";
	display: table;
}
.bgColor{
	min-height: 100vh;
	color: #181818;
    background-color: #F4F4F9;
}
/*按钮  橙底 不定宽*/
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    cursor: pointer;
    line-height: 26px;
    padding: 0 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    height: 26px;
    border-radius: 3px;
}
.btn-primary:hover{
    border-color: rgba(0,0,0,0.1) ;
    outline: 5px auto ; 
    outline-offset: -2px;
    background-color: #c9995e;
}
/*按钮  搜索按钮  橙底 固定宽度  搜索*/
.btn-search {
    padding: 4px 0;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 60px;
    height: 26px;
    cursor: pointer;
}
/*按钮  搜索按钮  橙底  固定宽度    预订*/
.btn-org{
    color: #ffffff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 2px;
}
.btn-org:hover{
  outline: 5px auto ; 
  outline-offset: -2px;
}
.btn-search:focus,.btn-search:active:focus,.btn-org:focus,.btn-org:active:focus{
    outline: 5px auto ; 
    outline-offset: -2px;
}
.btn-org[disabled] {
    border: 1px solid #eee;
    background: #eee;
}
/*按钮  不定宽*/
.btn-function {
	display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 0;
    white-space: nowrap;
}
.btn-function:hover, .btn-function:focus, .btn-function:active, .btn-function.active, .btn-function.disabled, .btn-function[disabled] {
    color: #fff;
    background-color: #C9995E;
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
}
/*完成页面  成功图标大小*/
.img-state{
	width: 50px;
    height: 50px;
}

.mycontent_banner {
  position: absolute;
  z-index: 0;
  top: 100px;
  width: 100%;
  height: 460px;
}
.mycontent_banner .bann1 {
  background: none no-repeat center center;
} 
.mycontent_banner .bann2 {
  background: none no-repeat center center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bc8e54;
}
@media screen and (max-width: 1200px) {
  .mycontent_banner .bann1 {
    background-size: 1200px;
    background-position-x: left;
    background-position-y: initial;
  }
  .mycontent_banner .bann2 {
    background-size: 1200px;
    background-position-x: left;
    background-position-y: initial;
  }
}

#right_menu .right_menu_wrap div.infoWrap {
  top: 100px;
}

/* 个人中心 */

.btn-orange-k {
  border-color: #c9995e;
  color: #bc8e54;
}
.btn-orange-k:hover {
  background-color: #c9995e;
}
.border-blue {
  border: 1px solid #c9995e;
}
.bg-light-blue {
  background-color: #fff6e8;
}
.tkorder-tag-blue {
  background-color: #c9995e;
}
.tkorder-tag-blue:after {
  border-left: 13px solid#c9995e;
}
.tkorder-tag-red {
    background-color: red;
}
.tkorder-tag-red:after {
    border-left: 13px solid red;
}
.orderlist tr:not([tid]) + tr[tid] {

  /* border: 1px solid #c9995e; */
  border-bottom: none;
}
.orderlist tr:not([tid]) + tr[tid] + tr[tid] {

  /* border: 1px solid #c9995e; */
  border-top: none;
}
.orderlist tr a {
  color: #bc8e54;
}
.orderlist tr:nth-of-type(2n-1) {

  border-bottom: none;
}


.cor-ligt-blue {
  color: #1a6cf4;
}
.orderlist tr:nth-of-type(2n) {

  border-top: none;
}
.orderlist tr:nth-of-type(2n-1) {
  background-color: #f7f7f7;
}
.orderlist tr:not([orderid]) + tr[orderid] {
  border: 1px solid #c9995e;
  border-bottom: none;
}
.orderlist tr:not([orderid]) + tr[orderid] + tr[orderid] {
  border: 1px solid #c9995e;
  border-top: none;
}
.orderlist tr:nth-of-type(2n-1) {
  background-color: #f7f7f7;
}

.layui-layer-setwin .layui-layer-close2:hover {
  background-position:-180px -31px;
}


/* 网页置灰 */
.gray-mode {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
    filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}



/* element - ui */
/* 左侧菜单栏 */
.el-submenu .el-menu-item{
    min-width: auto !important;
    color: #999999;
}
/* 日期控件 */
.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100% !important;
}

/* 表单 el-form-item */
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{
  margin-bottom: 0px !important;
}

/* step 步骤条 */
.el-step__title{
    font-size: 14px;
    line-height: normal;
}

/* 重写  message-box  的 zIndex  默认2000+ */
.el-message-box__wrapper{
  z-index: 50000 !important;
}

/* element - ui */
.el-tag--plain{
    color: #575AEC !important;
    border: 1px solid #575AEC !important;
}
.el-tag__close{
    color: #575AEC !important;
}
.el-tag__close:hover{
    color: white !important;
    background-color: #575AEC !important;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner{
    border-color: #575AEC !important;
}
.el-dialog__close:hover{
    color: #575AEC !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner{

    border-color: #DCDFE6 !important;
    
}
.table > tbody + tbody{
    border-top: none !important;
}
.no_data{
    text-align: center;
}
.numClass{
    width: 15px;
    height: 15px;
    background-color: #f00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    top: -7px;
    left: 15px;
}
.noticeClass{
    line-height: 25px;
}
.noticeClass_b{
    font-size: 12px;
    color: #999;
}
.new-title{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
    border-bottom: 1px #eee solid;
  }
.new-time-l{
    font-size: 12px;
    color: #999;
    float: left;
    margin-bottom: 30px;
    padding-left: 50px;
}
.new-time-r{
    font-size: 12px;
    color: #999;
    float: right;
    margin-bottom: 30px;
    padding-right: 50px;
}
.new-center{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    /* text-indent: 2em; */
    text-align: left;
    clear: both;
    max-height: 500px;
    overflow: auto;
}
.new-center p span{
    display: block;
    text-wrap: wrap !important;
}
.tsyqClass{
    display: inline-block;
    border: 1px #ccc solid;
    font-size: 12px;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.tsyqClass:hover{
    background-color: #575AEC;
    color: #fff;
}
.fw-blod {
    font-weight: bold;
}
.el-table .cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.infoTxt {
    border: none !important;
}
.lh25{
    line-height: 25px;
}
.m10 {
    margin: 10px; 
}
.ht-w80{
    width: 88px;	
    text-align: right;
}
.mb10{
    margin-bottom: 10px;
}
.fjTltile{
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e7ed;
    text-indent: 5px;
    line-height: 25px;
    margin-bottom: 10px;
}
.fr{
    float: right;
}
.ccrBtn{
    position: absolute;
    top: 5px;
    right: 120px;
}
/* 独立的图片缩放动画样式，使用 .img-zoom 类控制 */
.img-zoom:hover img,
.img-zoom:hover .el-image__inner {
  transform: scale(1.88);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.img-zoom img,
.img-zoom .el-image__inner {
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}