#pagetop {
    position: fixed;
    right: 10px;
    bottom: 20px;
}

#pagetop{
    display: none;
    cursor: pointer;
}

#pagetop img {
    float: right;
}

@media only screen and (min-width: 330px){
    /* #pagetop {
        width: 100px;
    } */
    #foot #pagetop {
		position: fixed;
		right: 14px;
		bottom: 10px;
		z-index: 999999999999;
	}

	#foot #pagetop img {
		width: 45px;
		height: auto;
	}

	#foot #pagetop a {
		display: block;
		background: #FFF;
		border: 1px solid #DDD;
		padding: 10px 20px;
		font-size: 12px;
		text-decoration: none;
	}

}

@media only screen and (min-width: 768px){
    /* #pagetop {
        width: 150px;
    } */
     
	#foot #pagetop {
		right: 70px;
		bottom: 20px;
	}

	#foot #pagetop img {
		width: 60px;
		height: auto;
	}
}

.cmn-stylishSelect{
	position: relative;
}

.cmn-stylishSelect i{
	position: absolute;
    pointer-events: none;
    z-index: 2;
}
#foot{
	margin-top: 30px;
}