.slide-element {
	position: relative;
	display: block;
	height: 42px;
	width: 700px;
	margin: 90px 0 20px 0;
    z-index: 550;
}

.slide-element .white-bold {
	color: white;
	font-weight: bold;
}

.slide-element .set-config {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted white;
	color: white;
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 12px;
}

.slide-element .set-config:hover {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

.slide-element .bg {
	display: block;
	background: #d9e2e6;
	height: 42px;
}

.slide-element .progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 42px;
	width: 120px;
	background: #b1babd;
}

.slide-element .scale {
	position: absolute;
	left: 6px;
	top: 0;
	height: 42px;
	white-space: nowrap;
	color: black;
	font-size: 18px;
	line-height: 42px;
}

.slide-element .scale span {
	display: inline-block;
	position: relative;
}

.slide-element .scale span.f40 { width: 110px; }
.slide-element .scale span.f100 { width: 150px; left: -10px; }
.slide-element .scale span.f500 { width: 180px; left: -14px; }
.slide-element .scale span.f1000 { width: 180px; left: -18px; }
.slide-element .scale span.f5000 { width: 80px; left: -22px; }

.slide-element .active {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
	background: rgba(255,255,255,0.01);
	cursor: pointer;
}

.slide-element .slider {
	display: block;
	width: 33px;
	height: 64px;
	background: transparent url("/i/slider-sup.png") 0 0 no-repeat;
	position: absolute;
	left: 111px;
	top: -22px;
	cursor: w-resize;
    margin-left: -8px;
}

.slide-element .slider p {
	position: absolute;
	left: 16px;
	top: -23px;
	line-height: 24px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	white-space: nowrap;
	background: #a50010;
	padding: 0 8px 0 8px;
}
.slide-element.rent .slider p {
    color: white;
    font-size: 18px;
    overflow: visible;
}

.slide-element .slider p::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 34px;
    left: -16px;
    top: -42px;
    background: transparent url("/i/users-icon.png") 0 0 no-repeat;
}

a.price-expander {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    position: relative;
}

a.price-expander i {
    border-bottom: 1px dashed #a50010;
    position: absolute;
    top: 0;
    width: 100%;
    top: 21px;
    left: 0;
}
a.price-expander:hover i {
    border-bottom-color: black;
}

.support-price {
    padding: 10px 0 60px 0;
    margin-left: 100px;
    width: 700px;
    display: none;
}

.support .page-content table {
    width: 100%;
}

.support .page-content table th {
    text-align: left;
    font-weight: normal;
    border-bottom: 4px solid #9ea5a8;
    padding: 10px 0;
    font-size: 18px;
    vertical-align: bottom;
}

.support .page-content table td {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 0 ;
}

.support .page-content .support-price table td:not(:first-child) {
    font-size: 16px;
}

.support .page-content table td i {
    font-style: normal;
}

.support .page-content table td:first-child { font-weight: bold; }

.support .page-content table tr:last-child td {
    border-bottom: 4px solid #9ea5a8;
}

