/*2023/1/11修改*/
.hide-panel {
    display: none;
}

.sr-only {
    position: fixed;
    width: 1px;
    height: 1px;
    color: #000;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    font-size: 12px;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.acKey {
    width: 100%;
    margin: 0 auto;
}

.acKey a,
.acKey a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

label.dnone {
    display: none;
}

.font-black {
    color: #333333;
}

.font-gray {
    color: #999999;
}

.font-light-gray {
    color: #666666;
}

.font-green {
    color: #1daa22;
}

.font-orange {
    color: #ff6600;
}

.font-pink {
    color: #E966A0;
}

.font-yellow {
    color: #F39700;
}

.font-white {
    color: #ffffff;
}

/**/

#venus-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    font-family: "微軟正黑體", Helvetica, sans-serif, ;
    list-style: none;
}
#venus-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 1.3;
    position: relative;
}
#venus-menu > ul > li > a {
    padding: 12px;
    font-size: 1.72em;
    color: #fff;
    text-decoration: none;
    display: block;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
#venus-menu > ul > li#navm9,
#venus-menu > ul > li#navm11{
	position:relative;
	background:#007e99;
	font-weight:bold;
	margin:0 5px;
}
#venus-menu > ul > li#navm11{
	background:#1b998b;
}

#venus-menu > ul > li#navm9:before,
#venus-menu > ul > li#navm11:before{
	content:"";
	position:absolute;
	top:-6px;
	right:6px;
/*	background:url(../images/icon-new.png);*/
	width:33px;
	height:16px;
}

#venus-menu > ul > li#navm11:before{
/*	background:url(../images/icon-new.png);*/
}


#venus-menu li:hover > a,
#venus-menu li.active a {
    color: #ffff33;
}
#venus-menu li .unit-now {
    color: #ffff33;
}

#venus-menu > li > a i {
    color: #bababa;
}

#venus-menu > li:hover > a i,
#venus-menu li.active a i {
    color: #fff;
}

#venus-menu > ul, #venus-menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
#venus-menu > ul > li > ul {
    position: absolute;
    left: 0;
    display: block;
    width: 198px;
    height: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

#venus-menu > ul > li > ul.focu-show {
    height: inherit;
    visibility: visible;
    opacity: 1;
}

#venus-menu > ul > li > ul {
    top: 58px;
    left: 0;
    padding-top: 10px;
}

#venus-menu > ul {
    margin: 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

#venus-menu ul > li > ul > li:first-of-type a:before  {
    content: '';
    position: absolute;
    top:-8px;
    left: 45%;
    margin-left: -48px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-bottom: 8px solid #000;
}
            
#venus-menu ul li ul {
	top: 45px;
    left: 0;
    padding-left: 0px;
}
#venus-menu ul li ul.two{
    top: 58px;	
}
#venus-menu ul li {
    clear: both;
    width: 100%;
    border: none;
}

#venus-menu > ul > li {
    width: auto;
}

#venus-menu > ul > li > ul > li {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    background: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
#venus-menu > ul > li > ul > li > a{padding: 10px 15px; width:100%; color: #fff; font-size: 16px; text-decoration: none; display: inline-block; float: left; clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}
#venus-menu > ul > li > ul > li:hover > a {
    background-color: #f60;
}

#venus-menu > ul > li > ul > li:first-child:hover a:before{
	border-bottom-color:#f60;
}

#venus-menu > ul > li > ul > li > ul > li a

#venus-menu ul > li > ul > li:first-of-type:hover a:before  {
    border-right-color: #f60;
}

#venus-menu > li .indicator {
    position: absolute;
    color: #fff;
    top: 19px;
    left: 8px;
    font-size: 20px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#venus-menu > li:hover > .indicator {
    color: #fff;
}

#venus-menu ul > li .indicator {
    top: 14px;
    right: 8px;
    color: #fff;
}

#venus-menu i {
    line-height: 20px !important;
    margin-right: 6px;
    font-size: 20px;
    float: left;
}

#venus-menu > li.showhide {
    display: none;
    width: 100%;
    height: 68px;
    cursor: pointer;
    color: #fff;
}

#venus-menu > li.showhide span.title {
    margin: 13px 0 0 20px;
    float: left;
}

#venus-menu > li.showhide span.icon {
    margin: 16px 20px;
    float: right;
}

#venus-menu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #ccc;
}

#venus-menu li.search {
    float: right;
}

#venus-menu li.search form {
    margin: 13px 20px 0 0;
}

#venus-menu li.search form input.search {
    height: 26px;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
    outline: none;
    border: solid 1px #dedede;
    -o-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -webkit-transition: border .3s linear;
    transition: border .3s linear;
}

/*2018*/

#venus-menu ul li:hover ul.submenu {
    display: block !important
}


.zoom-out {
    -webkit-animation: zoomOut 600ms ease both;
    -moz-animation: zoomOut 600ms ease both;
    -o-animation: zoomOut 600ms ease both;
    animation: zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(.6);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        -moz-transform: scale(.6);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0% {
        -o-transform: scale(.6);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(.6);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width:319px) {
    #venus-menu li {
        display: block;
        width: 100%;
    }

    #venus-menu > li > a {
        padding: 13px 0 14px 20px;
    }

    #venus-menu > li.brand {
        display: none !important;
    }

    #venus-menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #venus-menu ul,
    #venus-menu ul li ul {
        width: 100%;
        padding: 0;
        left: 0;
        border: none;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #venus-menu ul > li > ul > li:first-of-type a:before {
        border: none;
    }

    #venus-menu ul li {
        border-left: none;
        border-right: none;
    }

    #venus-menu ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #venus-menu ul > li > a {
        padding-left: 40px !important;
    }

    #venus-menu > li .indicator {
        top: 14px;
        right: 20px;
        font-size: 20px;
        background: url(../images/icon-open.png)no-repeat right center;
    }

    #venus-menu ul > li .indicator {
        top: 10px;
        right: 20px;
    }

    #venus-menu li.search form {
        margin: 12px 18px 0 18px;
    }

    #venus-menu li.search form input.search {
        width: 100%;
        margin-bottom: 12px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #venus-menu > li > ul > li > a {
        padding-left: 40px !important;
    }

    #venus-menu > li > ul > li > ul > li > a {
        padding-left: 60px !important;
    }

    #venus-menu > li > ul > li > ul > li > ul > li > a {
        padding-left: 80px !important;
    }
}
