

.sltcxt{background:#361108;width:270px;float:left;margin-left:55px;height:850px;}
.sltcxt .tops{width:270px;height:182px; background:url(../img/tops.jpg) no-repeat} 
.sltcxt .u-btn {
    width: 32px;
    height: 31px;
    background-color: #e9b472;
    border: 0;
    vertical-align: top;
    background-position: -52px -115px;
	margin-top:20px
}
.u-sprite {
    background: url(http://www.16163.com/static/images/zt_ldxy/ldxy_sprite.png) no-repeat -999px -999px;
}
.u-clear{
	display: inline-block;
    vertical-align: middle;
    zoom: 1;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E2E2E2;
    padding: 0 90px;
    font-size: 14px;
	float:left;
	margin-left:5%;
	color:#e8b471;
	}
.u-ipt{width: 75%;
    height: 30px;
    line-height: 30px;
    padding: 2px 3px;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5%;
	margin-top:20px
	
	}
/* Prevent text and blocks selection */
input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); }

/* Hide original checkboxes. They are ugly! */
input.labelauty { display: none !important; }

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label
{
	display: table;
	font-size: 14px;
	padding: 5px 12px;
	background-color: #361108;
	color: #e8b471;
	cursor: pointer;



	transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

/* Stylish text inside label */

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked
{
	display: inline-block;
	line-height: 16px;
	vertical-align: bottom;
}

/* Stylish icons inside label */

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image
{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left center;

	transition: background-image 0.5s linear;
	-moz-transition: background-image 0.5s linear;
	-webkit-transition: background-image 0.5s linear;
	-o-transition: background-image 0.5s linear;
}

/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
	margin-left: 7px;
}

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover
{
	background-color: #361108;
	color: #e8b471;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image
{
	display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked
{
	display: none;
}

/* When Checked */
input.labelauty:checked + label
{
	background-color: #361108;
	color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #361108;
}
input.labelauty:checked + label > span.labelauty-unchecked-image
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-checked
{
	display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked
{
	display: block;
}

/* When Disabled */
input.labelauty[disabled] + label
{
	opacity: 0.5;
}

/* Add a background to (un)checked img */
input.labelauty + label > span.labelauty-unchecked-image
{
	background-image: url( ../img/input-unchecked.png );
}

input.labelauty + label > span.labelauty-checked-image
{
	background-image: url( ../img/input-checked.png );
}

::-webkit-scrollbar {
    width:10px;
}
             
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
   }
             
/* Handle */
::-webkit-scrollbar-thumb {
    background:rgba(46,18,7,0.7); 
    -webkit-box-shadow: inset 0 0 6px rgba(46,18,7,0.7); 
               
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(37,47,83,0.4); 
               
}