@charset "utf-8";
/* CSS Document */

.kr_font{
font-family: "LG PC";
src: url('/font/LG PC.ttf');
color:#6A6D72;
text-decoration:none;
border:0px solid #cccccc;
/*font-weight: bold;*/
}

.cn_font{
font-family: "msyhbd";
src: url('/font/msyhbd.ttf');
color:#6A6D72;
text-decoration:none;
border:0px solid #cccccc;
/*font-weight: bold;*/
}



a.navi_top:link{
color:#666;
font-size:11px;
text-decoration:none;
border:1px solid #cccccc;
border-radius:6px;
background-color:#F9F9F9;
margin-right:2px;
padding:5px;
width:100px;
}
a.navi_top:hover{
color:#666;
font-size:11px;
text-decoration:none;
border:1px solid #cccccc;
border-radius:6px;
background-color:#F9F9F9;
margin-right:2px;
padding:5px;
width:100px;
}
a.navi_top:visited{
color:#666;
font-size:11px;
text-decoration:none;
border:1px solid #cccccc;
border-radius:6px;
background-color:#F9F9F9;
margin-right:2px;
padding:5px;
width:100px;
}


a.next_normo:link{
color:#666;
text-decoration:none;
}
a.next_normo:hover{
color:#666;
text-decoration:none;
}
a.next_normo:visited{
color:#666;
text-decoration:none;
}


/*leftmenu*/
a.top_menu_head:link{
color:#333;
}

a.top_menu_head:hover{
color:#C33;
}

a.top_menu_head:visited{
color:#333;
}

a.top_menu_item:link{
color:#666;
}

a.top_menu_item:hover{
color:#C33;
}

a.top_menu_item:visited{
color:#666;
}

.top_menu_margin{
	margin:8px;
	padding-left:9px;
	}
/*leftmenu*/

/*旅游路线目录 上方筛选按钮*/
.line_spec_button{
	float:left;
	margin:5px 3px 3px 0px;
	}

/*旅游路线目录 上方筛选按钮*/


/*旅游路线目录 商品目录*/
.products_path{
	margin:8px;
	padding:5px;
	border:#CCC 1px solid;
	background-color:#FAFAFA;
	border-radius:4px;
	height: inherit;
	}

.products_img{
	float:left;
	margin-right:8px;
	}

.products_text{
	padding:5px 5px 0px 8px;
	}


.next_products_title{
	font-size:16px;
	font-weight:580;
	color:#313A48;
	margin-bottom:8px;
	}

.next_products_tag_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:1px solid #fff;
	border-radius:18px;
	color:#966;
	background-color:#fff;
	width:auto;
	padding:8px 8px 8px 0px;
	}
/*旅游路线目录 商品目录*/

/*页脚固定*/
/*
===============
  F O O T E R
===============
*/
#xt-menu-warp-top { width: 100%; height: 80px;; background: #fff; z-index: 2; position: relative;}
#xt-menu-warp { width: 100%; height: 40px;; background: #fff; border-bottom: solid 1px #CCC; position: fixed; top: 0px; z-index: 1; overflow: visible;}

#mei-footer-wrap { position: relative; height: 0px;}

#mei-footer { width: 100%; position: absolute; left: 0px; bottom: 0px; background-color:#fff; border: solid 1px #ccc; border-radius:5px 5px 0px 0px;} /*整体背景颜色*/


#mei-fixed-footer { width: 100%; margin: 0 auto; padding:10px 8px 0px 8px; opacity: 1;}

/*一开始2层*/
#mei-fixed-footer-wrap { width:100%; height: 50px;; background:#f9f9f9; border-top: solid 1px #CCC; position: fixed; bottom:-1px; z-index:999; overflow: visible;}
#mei-fixed-footer2 { width: 100%; margin: 0 auto; padding:5px;}
/*一开始*/


#mei-toggling { display: none;}
#mei-toggling h3 { width:100%; margin: 0 auto; padding: 20px 0; line-height: 150%;}
/* Footer Toggle */
.mei-border-top {
    border-top: 1px solid #CCCCCC;
}

/* iOS fixes */
#mei-fixed-footer-wrap.mobile-fix { position: relative; }

/*页脚固定*/



/*表格样式*/
table {
  border-collapse: collapse;
  border-spacing: 1;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size:15px;
}

table td {
  border: 1px solid #ccc;
  padding:8px;
}
/*表格样式*/


/*日历样式*/
* {
			margin: 0;
			padding: 0;
		}

		ul {
			list-style: none;
		}

		#schedule-box {
			width: 100%;
			margin: 0 auto;
			padding: 35px 20px;
			font-size: 13px;
		}

		.schedule-hd {
			display: flex;
			justify-content: space-between;
			padding: 0 15px;
		}

		.today {
			flex: 1;
			text-align: center;
		}

		.ul-box {
			overflow: hidden;
		}

		.ul-box>li {
			float: left;
			width: 14.28%;
			text-align: center;
			padding: 5px 0;
		}

		.other-month {
			color: #999999;
		}

		.disabled {
			pointer-events: none;
			background-color: #eeeeee;
			color: #999999;
		}

		.current-month {
			color: #333333;
		}

		.today-style {
			border-radius: 50%;
			background: #58d321;
		}

		.arrow {
			cursor: pointer;
		}

		.dayStyle {
			display: inline-block;
			width: 35px;
			height: 35px;
			border-radius: 50%;
			text-align: center;
			line-height: 35px;
			cursor: pointer;
		}

		.current-month>.dayStyle:hover {
			background: #00BDFF;
			color: #ffffff;
		}

		.today-flag {
			background: #00C2B1;
			color: #fff;
		}

		.boxshaw {
			/*box-shadow: 2px 2px 15px 2px #e3e3e3; */
			border:1px solid #ccc;
		}

		.selected-style {
			background-color: #ffba5a;
			color: #ffffff;
		}

		.active-style {
			background: #00BDFF;
			color: #ffffff;
		}

		#h3Ele {
			text-align: center;
			padding: 10px;
			color:#099;
		}

		.today {
			text-align:center;
			color: #8ac6d1;
			padding: 5px 0 0;
			font-weight: bold;
			cursor: pointer;
			font-size: 15px;
		}

/*日历样式*/





/*图片上传插件*/
.upload_warp_img_div_del {
    position: absolute;
    top: 6px;
    left:4px;
    width: 16px;
    right: 4px;
  }

  .upload_warp_img_div_top {
    position: absolute;
    top: 0;
    /* width: 100%; */
    /* height: 30px; */
    width: 0px;
          height: 0px;
          border-width: 20px;
          border-style: solid;
          border-color:  rgb(232, 232, 232)  transparent transparent rgb(232, 232, 232);

    /* background-color: rgba(0, 0, 0, 0.4); */
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-indent: 4px;
  }

  .upload_warp_img_div_text {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .upload_warp_img_div img {
    max-width: 100%;
    max-height: 100%;
    /* vertical-align: middle; */
  }

  .upload_warp_img_div {
    position: relative;
    height: 60px;
    width: 60px;
    border: 1px solid rgb(232, 232, 232);
    margin: 0px 8px 10px 0px;
    float: left;
    line-height: 60px;
    /* display: table-cell; */
    /* text-align: center; */
    background-color: #eee;
    cursor: pointer;
  }

  .upload_warp_img {
    border-top: 1px solid #D2D2D2;
    padding: 14px 0 0 14px;
    overflow: hidden
  }

  .upload_warp_text {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    text-indent: 14px;
    border-top: 1px solid rgb(232, 232, 232);
    font-size: 14px;
  }

  .upload_warp_text_2 {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    text-indent: 14px;
    border-top: 0px solid rgb(232, 232, 232);
    font-size: 14px;
	color:#666;
  }

  .upload_warp_right {
    float: left;
    width: 56%;
    margin-left: 2%;
    height: 100%;
    border: 2px dashed rgb(232, 232, 232);
    border-radius: 4px;
    line-height: 130px;
    color: #2196F3;
  }

  .upload_warp_left img {
    margin-top: 32px;
  }

  .upload_warp_left {
    float: left;
    width: 40%;
    height: 100%;
    /* border: 2px dashed rgb(232, 232, 232); */
    /* border-radius: 4px; */
    cursor: pointer;
  }

  .upload_warp {
    margin: 14px;
    height: 130px;
  }

  .upload {
    border: 1px solid rgb(232, 232, 232);
    background-color: #fff;
    width: 800px;
    border-radius: 4px;
  }

  .hello {
    width: auto;
    /* width: 800px; */
    /* margin-left: 27%; */
    text-align: center;
  }
  .ml20{
    margin-left: 20px;
  }
  .c-red{
    color: black;
  }
/*图片上传插件*/

