﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea {
	font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #eee
}

::-webkit-scrollbar-thumb {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px
}

.ng-hide {
	display: none!important
}

html,body {
	height: 100%;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	font-family: 'Avenir Next',Avenir,'Helvetica Neue',Helvetica,'Lantinghei SC','Hiragino Sans GB','Microsoft YaHei',"微软雅黑",STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif!important
}

html a,body a {
	color: #007ed9
}

body li {
	list-style: none
}

textarea {
	resize: none
}

.editMod {
	width: 400px;
	float: right;
	position: relative;
	background-color: #fcfcfc;
	z-index: 3;
	-webkit-transition: 1s
}

button,button.button {
	outline: 0!important
}

.save-panel {
	height: 48px;
	background-color: #fcfcfc;
	line-height: 48px;
	padding: 0 28px 0 20px;
	border-bottom: 1px solid #e6e6e6;
	z-index: 3;
	position: relative
}

.save-panel .btns {
	float: right
}

.save-panel .button-publish {
	background-color: #008EDC;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px;
	border: 0;
	color: #fff
}

.save-panel .button-publish:before {
	font-family: icons;
	font-size: 16px;
	padding-right: 5px;
	content: "\e008";
	vertical-align: top
}

.save-panel .button-publish:hover {
	opacity: .8
}

.save-panel .calendar {
	height: 30px;
	display: inline-block;
	cursor: pointer;
	float: right;
	margin-right: 20px
}

.save-panel .calendar:after {
	font: 12px/30px icons;
	content: "\e003"
}

.save-panel .common-pupup {
	width: auto;
	padding: 10px 10px 0;
	border-radius: 2px;
	line-height: 24px;
	right: 95px;
	top: 40px
}

.save-panel .common-pupup .arr {
	right: 34px
}

.save-panel .common-pupup select {
	height: 24px
}

.edit-cotroll-main {
	overflow-y: hidden;
	-webkit-transition: .7s;
	position: relative;
	top: 0
}

.day-panel {
	float: left;
	width: 100px;
	position: relative;
	padding-right: 1px;
	overflow-y: auto;
	overflow-x: hidden
}

.day-panel .go-up,.day-panel .go-down {
	width: 100%;
	height: 20px;
	background: url(edit-icon_f96f978.png) no-repeat 37px -432px #f5f5f5;
	position: absolute;
	z-index: 1;
	cursor: pointer
}

.day-panel .go-up:hover,.day-panel .go-down:hover {
	background-color: #fafafa
}

.day-panel .go-up {
	background-position: 37px -473px;
	top: 0
}

.day-panel .go-down {
	bottom: 0
}

.day-panel .day-scroll-wrapper {
	position: relative
}

.day-panel .background-line {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #e9e9e9;
	left: 41px
}

.day-panel ul {
	position: relative;
	overflow: hidden
}

.day-panel .sort-placeholder:before {
	width: 98%;
	height: 60px;
	background-color: #fbfbfb;
	border: 1px dashed #d6d9dc;
	content: "";
	display: inline-block
}

.day-panel .sort-placeholder:after {
	content: "+";
	display: none;
	width: 98%;
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #d6d9dd
}

.day-panel .helper .day-index {
	background-color: #fff;
	box-shadow: 0 0 11px -3px rgba(0,0,0,.3)
}

.day-panel .add {
	margin: 10px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	color: #d6d9dd;
	position: relative
}

.day-panel .add-btn {
	display: block;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 5px 15px 5px 15px;
	border: 1px solid #adb6bf;
	color: #b5b5b5;
	font-size: 30px
}

.day-panel .add-btn:hover {
	background-color: #fcfcfc
}

.day-panel .first-add {
	margin: 0;
	padding-left: 2px
}

.day-panel .add:hover {
	color: #79c1eb
}

.day-panel .day-list {
	position: relative;
	margin-top: -1px
}

.day-panel .day-list li {
	position: relative
}

.day-panel .day-list li span {
	display: block;
	cursor: pointer
}

.day-panel .day-list li .day-index {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.day-panel .day-list li .day-index span {
	display: inline;
	vertical-align: middle
}

.day-panel .day-list li .day-index .index {
	color: #666;
	font-size: 14px;
	line-height: 18px;
	display: block
}

.day-panel .day-list li .day-index .cities {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	max-width: 80%;
	margin: 0 auto;
	overflow: hidden;
	display: block
}

.day-panel .day-list li .day-index .no-city {
	font-size: 12px;
	color: #999
}

.day-panel .day-list li .day-index:hover {
	background-color: #fcfcfc;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.day-panel .day-list li .day-index:hover .close {
	display: block
}

.day-panel .day-list li .day-index .close {
	font: 16px/20px icons;
	width: 20px;
	color: #ADB6BF;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
	display: none
}

.day-panel .day-list li .day-index .close:after {
	content: "\e006"
}

.day-panel .day-list li .day-index .close:hover {
	color: #333
}

.day-panel .day-list .current {
	z-index: 2;
	margin: -1px 0
}

.day-panel .day-list .current .day-index {
	background-color: #fcfcfc;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.day-panel .day-list .current .day-index .close {
	background-position: 0 -538px
}

.day-panel .day-list .current .day-index .close:hover {
	background-position: 0 -538px
}

.day-panel .day-list .current .day-index .index,.day-panel .day-list .current .day-index .cities {
	color: #45b0e6
}

.day-panel .day-list .current .day-index:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #fcfcfc
}

.path-panel {
	margin-left: 99px;
	padding: 20px 10px 9999px 10px;
	margin-bottom: -9999px;
	border-left: 1px solid #d9d9d9
}

.path-panel a {
	color: #428bca;
	cursor: pointer
}

.path-panel a:hover {
	color: #ff8300;
	text-decoration: none
}

.path-panel .header {
	margin: 0px;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden
}

.path-panel .header .day-index {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px
}

.path-panel .header .day-index:before {
	font: 18px/30px icons;
	content: "\e003";
	padding-right: 5px
}

.path-panel .header .date {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px
}

.path-panel .city-list {
	display: inline-block;
	overflow: hidden;
	color: #999
}

.path-panel .city-list li {
	float: left;
	margin: 0 6px 0 0
}

.path-panel .city-list li .city-item,.path-panel .city-list li.add-btn {
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #d9dee1;
	position: relative
}

.path-panel .city-list li .city-item:hover,.path-panel .city-list li.add-btn {
	background: transparent\9;
	background: -webkit-linear-gradient(top,#fff,#f7f7f7)
}

.path-panel .city-list li .city-item:hover .close {
	display: block!important
}

.path-panel .city-list li.add-btn {
	cursor: pointer
}

.path-panel .city-list li .show-recommend:after {
	content: "\e600";
	font: 30px icons;
	color: #52ccae;
	vertical-align: top;
	cursor: pointer
}

.path-panel .city-list input {
	height: 24px;
	width: 86px
}

.path-panel .city-list .add-btn {
	margin-right: 0
}

.path-panel .city-list .close {
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(edit-icon_f96f978.png) 0 -360px no-repeat;
	cursor: pointer
}

.path-panel .traffic-container {
	margin: 8px 0
}

.path-panel .delete-day {
	float: right;
	text-align: right;
	position: relative;
	top: 5px
}

.path-panel .delete-day a {
	cursor: pointer;
	padding-left: 20px;
	background: url(edit-icon_f96f978.png) 0 -10px no-repeat
}

.path-panel .day-comment {
	width: 90%;
	height: 60px;
	border: 1px solid #ecebeb;
	padding: 5px 5px 5px 25px;
	background: #fff url(edit-icon_f96f978.png) 5px -88px no-repeat;
	outline: 0
}

.path-panel .card-list {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	padding-bottom: 20px
}

.path-panel .card-list .recommend-span {
	color: #0090d9;
	margin: 0 auto;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 30px
}

.path-panel .card-list ul {
	position: relative
}

.path-panel .path-detail,.path-panel .path-add,.path-panel .accommodation {
	min-height: 48px;
	*height: 48px;
	border: 1px solid #d9d9d9;
	cursor: move;
	position: relative;
	background-color: #fff
}

.path-panel .path-detail .content,.path-panel .path-add .content,.path-panel .accommodation .content {
	overflow: hidden
}

.path-panel .path-detail .detail,.path-panel .path-add .detail,.path-panel .accommodation .detail {
	margin-left: 60px
}

.path-panel .path-detail .detail .stay-area,.path-panel .path-add .detail .stay-area,.path-panel .accommodation .detail .stay-area {
	padding: 3px 0 7px
}

.path-panel .path-detail .traffic-detail,.path-panel .path-add .traffic-detail,.path-panel .accommodation .traffic-detail {
	background-color: #52ccae;
	color: #fff;
	padding: 2px 5px 2px 15px;
	position: relative;
	min-height: 20px
}

.path-panel .path-detail .traffic-detail a,.path-panel .path-add .traffic-detail a,.path-panel .accommodation .traffic-detail a {
	position: absolute;
	right: 5px;
	color: #737f8a;
	cursor: pointer
}

.path-panel .path-detail .traffic-detail a:hover,.path-panel .path-add .traffic-detail a:hover,.path-panel .accommodation .traffic-detail a:hover {
	color: #fff
}

.path-panel .path-detail .parent-name,.path-panel .path-add .parent-name,.path-panel .accommodation .parent-name {
	font-size: 12px;
	color: #999
}

.path-panel .path-detail .cover-img,.path-panel .path-add .cover-img,.path-panel .accommodation .cover-img {
	float: left;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 15px
}

.path-panel .path-detail .cover-img .index,.path-panel .path-add .cover-img .index,.path-panel .accommodation .cover-img .index {
	position: absolute;
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%
}

.path-panel .path-detail .cover-img img,.path-panel .path-add .cover-img img,.path-panel .accommodation .cover-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.path-panel .path-detail i,.path-panel .path-add i,.path-panel .accommodation i {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 15px
}

.path-panel .path-detail:hover {
	border: 1px solid #adb6bf
}

.path-panel .city-traffic {
	margin: 20px 0
}

.path-panel .city-traffic .detail {
	margin-left: 15px
}

.path-panel .city-traffic .traffic-arrow:after {
	content: "\e603";
	font: 18px/30px icons;
	margin: 0 5px;
	vertical-align: bottom;
	color: #999
}

.path-panel .city-traffic .select-traffic-list {
	margin: 5px 0;
	cursor: pointer
}

.path-panel .city-traffic .select-traffic-list li {
	padding: 0 40px 0 20px;
	background: url(edit-icon_f96f978.png) no-repeat 0 -198px
}

.path-panel .city-traffic .select-traffic-list li.plane {
	background-position: 0 -160px
}

.path-panel .city-traffic .select-traffic-list .taggleMore {
	width: 20px;
	height: 20px;
	background: url(edit-icon_f96f978.png) 0 -380px no-repeat;
	float: none;
	display: inline-block
}

.path-panel .scene i {
	background-position: -118px -381px
}

.path-panel .restaurant i {
	background-position: -118px -85px
}

.path-panel .hotel i {
	background-position: -118px -173px
}

.path-panel .accommodation {
	margin-top: 20px;
	cursor: auto
}

.path-panel .accommodation i {
	background: url(edit/accommodation-icon_7dd82b7.png) no-repeat center center
}

.path-panel .accommodation .need-acco {
	color: #666;
	float: right
}

.path-panel .accommodation .need-acco input {
	width: auto
}

.path-panel .accommodation input[type=text] {
	width: 200px;
	margin-bottom: 10px
}

.path-panel .path-add {
	background: url(poi-icon_03ee8de.png) no-repeat -106px -452px;
	padding: 0 0 0 70px;
	width: 320px;
	height: 70px;
	border: 1px dashed #bed8e7;
	cursor: auto;
	position: relative
}

.path-panel .path-add div.content {
	border-left: 1px solid #e4edf1;
	padding: 20px 15px;
	height: 30px
}

.path-panel .path-add .custom-poi-popup {
	background-color: #fff;
	overflow: hidden
}

.path-panel .path-add .custom-poi-popup li {
	float: left
}

.path-panel h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	overflow: hidden;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.path-panel h3 .title {
	max-width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	margin-right: 10px;
	color: #333
}

.path-panel h3 .title:hover {
	color: #ff8300;
	text-decoration: none
}

.path-panel h3 .title-nolink:hover {
	color: #333
}

.path-panel h3 .besttime {
	font-size: 12px;
	color: #999;
	float: left
}

.path-panel .get-traffic {
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	color: #666
}

.path-panel .arrow-gray {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-color: #666 transparent transparent;
	border-style: solid dashed dashed;
	position: relative;
	top: 3px
}

.path-panel p.besttime {
	display: none;
	font-size: 12px;
	color: #999
}

.path-panel .edit-comment {
	background-color: #f8f8f8;
	padding: 5px
}

.path-panel .edit-comment .icon-edit {
	cursor: pointer;
	margin-top: 5px;
	color: #999
}

.path-panel .edit-comment .icon-edit:before {
	content: ''
}

.path-panel .edit-comment .icon-edit:after {
	padding-left: 5px;
	content: "\e004";
	font-family: icons;
	vertical-align: bottom
}

.path-panel .edit-comment .icon-edit:hover:after {
	color: #25a1fa
}

.path-panel .edit-comment .edit-area {
	position: relative;
	padding-bottom: 30px
}

.path-panel .edit-comment .edit-area:before {
	content: "\e004";
	font-family: icons;
	vertical-align: top;
	display: inline-block
}

.path-panel .edit-comment input,.path-panel .edit-comment textarea {
	width: 90%;
	height: 60px;
	padding: 0 5px;
	background-color: #f8f8f8;
	line-height: 20px;
	display: inline-block;
	border: 0 none;
	outline: 0
}

.path-panel .edit-comment .button {
	float: right;
	margin-top: 10px
}

.path-panel .traffic-panel {
	position: absolute;
	left: 0;
	width: 365px
}

.path-panel .reco-btn {
	float: right
}

.path-panel .reco-btn .cancel {
	margin-left: 5px;
	cursor: pointer;
	color: #2a6496
}

.path-panel .handle-box {
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: auto
}

.path-panel .handle-box span {
	font-family: icons;
	/*color: #ADB6BF;*/
	font-size: 14px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer
}

.path-panel .handle-box span:hover {
	color: #333
}

.path-panel .handle-box .edit:after {
	content: "\e016"
}

.path-panel .handle-box .remark:after {
	content: "\e004"
}

.path-panel .handle-box .change-day:after {
	content: "\e005"
}

.path-panel .handle-box .delete:after {
	content: "\f0ec"
}

.path-panel .change-path h3 {
	font: 12px/30px normal
}

.path-panel .change-path ul {
	overflow: hidden;
	margin-right: -7px
}

.path-panel .change-path li {
	float: left;
	border: 1px solid #ebebeb;
	font: 16px/24px "微软雅黑";
	width: 42px;
	text-align: center;
	height: 24px;
	cursor: pointer;
	margin: 0 5px 5px 0
}

.path-panel .detail .traffic-container {
	margin-left: -43px
}

.path-panel .custom-poi {
	margin: 20px 0;
	font-size: 14px
}

.path-panel .custom-poi .red {
	color: red
}

.path-panel .custom-poi .grey {
	color: #999
}

.poi-traffic {
}

.poi-traffic .traffic-type {
	padding: 10px 10px 10px 25px;
	line-height: 20px;
	color: #7e90a3
}

.poi-traffic .traffic-type .walking,.poi-traffic .traffic-type .car,.poi-traffic .traffic-type .bus {
	font: 14px/16px icons;
	vertical-align: text-bottom
}

.poi-traffic .traffic-type .walking:after {
	content: "\e00f"
}

.poi-traffic .traffic-type .bus:after {
	content: "\e00e"
}

.poi-traffic .traffic-type .car:after {
	content: "\e00d"
}

.poi-traffic .traffic-type .time {
	margin-left: 10px
}

.poi-traffic .traffic-type .time:before {
	font: 12px/16px icons;
	content: "\e007";
	vertical-align: text-bottom;
	margin-right: 3px
}

.poi-traffic .traffic-type .edit {
	margin-left: 10px;
	cursor: pointer
}

.poi-traffic .traffic-type .edit:before {
	font: 12px/16px icons;
	content: "\e004";
	vertical-align: text-bottom;
	margin-right: 3px
}

.delete {
	background: url(edit-icon_f96f978.png) 0 -10px no-repeat;
}

.remark {
	background: url(edit-icon_f96f978.png) 0 -93px no-repeat;
}

.close
{
    background: url(edit-icon_f96f978.png) 0 -10px no-repeat;
}