.newindex-banner {
	overflow: hidden;
}
.selection-box{   
    /*position: fixed;*/
    position: absolute;
    z-index: 99;
    right: -320px;
    top: 0;
	height: 100%;
    display: flex;
    transition: all .5s;
}
.selection-box.is-open{   
    right: 0;
}
.selection-box  .selection-box-switch{
    font-size: 1.55rem;
    writing-mode: vertical-lr;
    color: #fff;
    background-color: #b9aa89;
}
.selection-box  .selection-box-switch:hover{
	cursor: pointer;
}
.selection-box  .selection-box-switch span{
    margin: auto;
    display: block;
    text-align: center;
    padding: 0 28px;
    font-weight: 700;
	letter-spacing: 5px;
	font-family: Arial, Helvetica, STXihei, "HEITI TC", "HEITI TC", 黑體-繁, 微軟正黑體, 黑體, sans-serif;
}
.selection-box   .selection-content{
    /*display: none;*/
}

.selection-box   .selection-content .selection-spacing{
    text-align: center;
    background-color: #a08f69;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.selection-box   .selection-content .selection-spacing h4{
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    padding: 35% 0;
    font-weight: bold;
    line-height: 1.5;
}

.selection-box   .selection-content .selection-spacing ul{
    width: 100%;
	height: 100%;
    padding: 20.6vh 0;
}

.selection-box   .selection-content .selection-spacing ul li{
    margin-bottom: 40px;
    width: 100%;
}
.selection-box   .selection-content .selection-spacing ul li a{
    color: #fff;
    display: block;
    font-size: 1.5rem;
    width: 76%;
    margin: 0 auto;
    padding: 12px 0;
    border: 1px solid #b9aa89;
    border-radius: 10px;
    transition: all .3s;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, STXihei, "HEITI TC", "HEITI TC", 黑體-繁, 微軟正黑體, 黑體, sans-serif;
    font-weight: 700;
}
.selection-box   .selection-content .selection-spacing ul li a:hover{
    opacity: 0.6;
}
.bannerSliderWrap {
    transition: all .5s;
}
.bannerSliderWrap.is-open {
    transform: translateX(-8.5%);
}
@media screen and (max-width: 1280px) {
	.selection-box{
		display: none;
	}
}