html { min-height: 101%; }
body { background-color: #fff; }
header .menu .menuContainer { width: 1040px; height: 50px; text-align: left; margin: 0 auto; position: relative; z-index: 2; justify-content: unset; }
@media (max-width: 1070px) {
	header .menu .menuContainer { width: 100%; }
}
@media (max-width: 980px){
	header .menu .menuContainer a.logo { margin-left: 15px; }
}
div#btn_container { width: 90%; max-width: 660px; height: 38px; line-height: 38px; font-weight: 600; text-align: left; margin: 65px auto 0; position: relative; }
div#btn_container a { color: #000; text-decoration: underline; }
div#btn_container a:hover { color: #ff9908; }
div#btn_container #btn_next { float: right; }
div#btn_container .dropdown { width: 140px; height: 38px; color: #000; font-size: 14px; line-height: 30px; text-align: center; background-color: #e8e8e8; background-image: url(/image/watch/form-arrow.png); background-position: 93% 52%; background-repeat: no-repeat; cursor: pointer; display: inline-block; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
div#btn_container .dropdown span.selected { width: 100%; line-height: 37px; display: block; border-bottom: 1px solid #fff; }
div#btn_container .dropdown:hover { border: none; }
div#btn_container .dropdown ul { width: 140px; color: #000; background-color: #e8e8e8; list-style: none; display: none; position: relative; opacity: 0.9; z-index: 103; }
div#btn_container .dropdown ul.scroll { max-height: 228px; }
div#btn_container .dropdown ul li { line-height: 38px; }
div#btn_container .dropdown ul li.selected { display: none; }
@media (max-width: 380px) {
	div#btn_container .dropdown { width: 120px; height: 35px; font-size: 12px; }
	div#btn_container .dropdown span.selected { line-height: 34px; }
	div#btn_container .dropdown ul { width: 120px; }
	div#btn_container .dropdown ul li { line-height: 34px; }
}
span.back_to_top { width: 56px; height: 56px; background-image: url(/image/back_to_top.png); background-repeat: no-repeat; background-position: center; background-size: 100%; display: none; position: fixed; bottom: 8px; right: 4px; opacity: 0.8; cursor: pointer; z-index: 3; }
span.back_to_top.show { display: inline-block; }
span.back_to_top.show:hover { opacity: 1; }
.hl:before { content: ''; width: 80%; max-width: 980px; height: 1px; border-top: 1px solid #d4d4d4; margin: 0 auto 40px; display: block; } 
.hl span { width: 140px; height: 38px; color: #000; font-size: 14px; line-height: 38px; font-weight: 600; text-align: center; background-color: #e8e8e8; display: inline-block; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }