.tip-content li {
	display: block;
	list-style-type: none;
	height: 22px;
	line-height: 22px;
}

.tip-content li img {
	height: 18px;
	width: 18px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.help_tip_button {
	text-align: center;
	right: 45px;
	top: 3px;
	z-index: 101;
}

.help_tip_button .tip-content {
	background: #40CEFC;
}

.help_tip_button+.tip-right {
	background: #40CEFC;
}

.help_left_select {
	right: 20px;
	bottom: 200px;
}

.help_left_select .tip-content:before {
	margin-left: 10px;
}

.help_left_select .tip-content:after {
	margin-left: 10px;
}

.help_left_clear_condense {
	left: calc(100% - 395px);
	bottom: 140px;
}

.help_left_clear_condense .tip-content:before {
	margin-left: -9px;
}

.help_left_clear_condense .tip-content:after {
	margin-left: -10px;
}

.help_right_more {
	left: 10px;
	bottom: 80px;
}

.help_right_more .tip-content:before {
	margin-left: -20px;
}

.help_right_more .tip-content:after {
	margin-left: -20px;
}

.help_right_save {
	right: 1%;
	bottom: 70px;
}

.help_right_options {
	left: 90px;
	top: 45px;
}

.tip-bottom.help_right_options .tip-content:after,
.tip-bottom.help_right_options .tip-content:before {
	left: -10px;
}

.help_right_select {
	left: 0px;
	top: 45px;
}

.help_right_select .tip-content:before,
.help_right_history .tip-content:before,
.help_right_download .tip-content:before {
	margin-left: -15px;
}

.help_right_select .tip-content:after,
.help_right_history .tip-content:after,
.help_right_download .tip-content:after {
	margin-left: -15px;
}

.help_right_history {
	right: 60.5%;
	top: 122px;
}

.help_right_download {
	left: 10px;
	top: 205px;
}

.tip-top.help_right_download .tip-content:after,
.tip-top.help_right_download .tip-content:before {
	left: 80%;
}

.help_right_delete {
	left: 110px;
	top: 205px;
}

.tip-top.help_right_delete .tip-content:after,
.tip-top.help_right_delete .tip-content:before {
	left: 10%;
}

.help_audit_make {
	left: calc(50% - 300px);
	bottom: 4px;
}

.help_audit_result {
	right: calc(50% - 390px);
	bottom: 50px;
}

.help_pic_previous {
	left: 120px;
	bottom: calc(50% - 15px);
}

.help_pic_next {
	right: 120px;
	bottom: calc(50% - 15px);
}

.help_pic_esc {
	left: 50px;
	top: 0;
}

.help_pic_move {
	left: calc(50% - 50px);
	top: 15px;
}

.tip {
	position: absolute;
	display: none;
	width: auto;
	height: auto;
	z-index: 99;
}

.help .tip {
	display: block;
}

.help_tip_close {
	cursor: pointer;
	bottom: 120px;
	left: calc(30% - 50px);
}

.help_tip_close .close-content {
	position: relative;
	padding: 5px;
	color: red;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	line-height: 20px;
	background: #ffffff;
	border: 1px solid #01ACE2;
	border-radius: 6px;
}

.tip-content {
	position: relative;
	padding: 6px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	line-height: 20px;
	background: #F5F5C8;
	border: 1px solid #01ACE2;
	border-radius: 6px;
}

.tip-content:before,
.tip-content:after {
	display: block;
	content: '◆';
	width: 30px;
	height: 12px;
	font-size: 27px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	position: absolute;
}


/*
 .tip-bottom:before {
      margin-left: 60px;
      margin-top: 52px;
      color: #01ACE2;
      font-style: normal;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
  }

.tip-bottom:after {
    margin-left: 60px;
    margin-top: 51px;
    color: #F5F5C8;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}*/

.tip-bottom .tip-content:before {
	top: 100%;
	left: 50%;
	color: #01ACE2;
	font-style: normal;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.tip-bottom .tip-content:after {
	top: 100%;
	left: 50%;
	margin-top: -1px;
	color: #F5F5C8;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.tip-left .tip-content:before {
	top: 50%;
	left: 0;
	margin-top: -11px;
	margin-left: -21px;
	color: #01ACE2;
	font-style: normal;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.tip-left .tip-content:after {
	top: 50%;
	left: 0;
	margin-top: -11px;
	margin-left: -20px;
	color: #F5F5C8;
	font-style: normal;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.tip-top .tip-content:before {
	top: 0;
	left: 50%;
	margin-top: -12px;
	color: #01ACE2;
	font-style: normal;
}

.tip-top .tip-content:after {
	top: 0;
	left: 50%;
	margin-top: -11px;
	color: #F5F5C8;
	font-style: normal;
}

.tip-right .tip-content:before {
	top: 50%;
	left: 100%;
	margin-left: -9px;
	color: #01ACE2;
	font-style: normal;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.help_tip_know {
	width: 30px;
}

.tip-right .tip-content:after {
	top: 50%;
	left: 100%;
	margin-left: -10px;
	color: #F5F5C8;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.help_tip_button>.tip-content:before {
	top: 8px;
	color: #40CEFC;
}

.help_tip_button>.tip-content:after {
	top: 8px;
	color: #40CEFC;
}