*{
	margin: 0;
	padding:0;
	box-sizing: border-box;

}
.slider-item
{
	width: 583px;
	height: 350px;
}
.slider-item-one
{
	/*background-image: url('https://www.youtube.com/watch?v=KW1zvNja6Ug');*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.slider-item-two
{
	background-image: url('https://img.upanh.tv/2022/09/20/a20b958ca0ef69b130fe.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.slider-item-three
{
	background-image: url('https://img.upanh.tv/2022/09/20/cec68d8e456eb030e97f12.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.slider-item-four
{
	background-image: url('https://img.upanh.tv/2022/09/20/d27c308d05eeccb095ff.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.slider-item-five
{
	background-image: url('https://img.upanh.tv/2022/09/21/006bc9faee9927c77e88.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.slider-item-six
{
	background-image: url('https://img.upanh.tv/2022/09/21/1f8f28c9e02915774c386.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
#sidebarWrap {
    height: auto;
    width: auto;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-right:130px;
}
#sidebarWrap2 {
    height: auto;
    width: auto;
    float: left;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-left:-23px;
}

/*#main {
    width: 270px;
    height: 4000px;
}*/

#footer {
    clear: both;
    margin: 10px 0;
}

#sidebar {
    width: 150px;
    height: 1000px;
    position: absolute;
    background-image: url('https://img.upanh.tv/2022/09/16/Untitled-4.jpg');

}
#sidebar2 {
    width: 150px;
    height: 1000px;
    position: absolute;
    background-image: url('https://img.upanh.tv/2022/09/16/Untitled-4.jpg');

}


/*#header {
    height: 200px;
    margin-bottom: 10px;
}*/

#sidebar.fixed {
    position: fixed;
    top: 0;
}

#sidebar2.fixed {
    position: fixed;
    top: 0;
}

