#history_pop, #history_pop * {
    -webkit-box-sizing:border-box;
}

.noscroll {
    overflow: hidden;
}

#history_pop.hide,
.BLACK.hide {
    display: none;
}

.BLACK {
    /*position: fixed;*/
    top: 0;
    max-height: 100vh;
    height: 100vh;
}

#history_pop {
    position: fixed;
    max-height: 90vh;
    overflow: auto;
}

#history_pop .HISTORY_BAR .CLOSE {
    position: relative;
}

#history_pop .HISTORY_LIST ul {
    margin: 7px 0 8px 0;
}

#history_pop .HISTORY_LIST li {
    padding: 0 2px;
    margin: 0;
    min-height: 39px;
}

#history_pop .HISTORY_LIST li a {
    line-height: 39px;
}

#history_pop .HISTORY_LIST .empty{
	width: 80%;
	font-size: 1em;
	color:#333;
	font-family:Arial, Helvetica, "微軟正黑體", sans-serif;
	line-height: 1.3em;
	display: block;
    margin: 20px 0 20px 30px;
	}

ul.RECOM {
    margin-top: 5px;
}

ul.RECOM li .AS_LIST {
    margin-right: 11px;
}

#history_pop .HOT_RECOM ul.RECOM li a {
    display: block;
}

#mobile_history_CLEAR {
    float: right;
    width: 55px;
    height: 30px;
    text-align:center;
    margin: 7px 0 0 0;
    color: #712AAA;
    border: 1px solid #712AAA;
    border-radius: 7px;
    cursor:pointer;
    line-height: 30px;
}
