body {
    font-family: '微軟正黑體', Arial, sans-serif;
    color: #666;
}

.wrapper {
    width: calc( 100% - 50px);
    max-width: 1136px;
    margin: 0 auto;
}

.layer {
    float: left;
    width: 100%;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

#header {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


/* #header:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 25px;
    width: 100%;
    background: rgba(150, 160, 230, 0.25);
    z-index: 99999999999;
} */

#header.product:after {
    display: none;
}

#accountList {
    float: left;
    width: 100%;
    height: 40px;
    text-align: right;
    background: #9aa4e8;
}

#accountList li {
    display: inline-block;
    margin: 8px 0 8px 5px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#accountList li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#logo {
    /* float: left;
    width: 205px;
    margin: 15px 10px 15px 0px; */
    float: left;
    width: 140px;
    margin: 15px 10px 15px 0px;
}

#mainMenu {
    float: right;
    width: calc( 100% - 150px);
    text-align: right;
    margin-top: 27px;
    border-bottom: #4b569c 1px solid;
}

#mainMenu li {
    display: inline-block;
    margin-left: 25px;
    height: 25px;
    cursor: pointer;
    transition: .2s;
}

#mainMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #494949;
    transition: .2s;
}

#mainMenu li a:hover,
#mainMenu li.active a {
    color: #9aa4e8;
}


/***20200103更新開始***/

#mainMenu li img {
    height: 20px;
    margin-bottom: 5px;
}

#search_bar {
    float: left;
    width: 100%;
    height: 0;
    padding: 0;
    background: #eeeeee;
    overflow: hidden;
    transition: .2s;
}

#search_bar.active {
    height: auto;
    padding: 10px 0;
}

#search_area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc( 50% - 50px);
    padding: 5px 0;
    background: #fff;
    border-radius: 5px;
}

#search_bar img {
    width: 25px;
    margin-left: 5px;
}

#search_bar input,
#search_bar input[type=search] {
    width: calc( 100% - 35px);
    height: 25px;
    line-height: 25px;
    border: 0;
}

#search_bar input {
    width: calc( 100% - 35px);
    height: 25px;
    line-height: 25px;
    border: 0;
}

#search_button {
    width: 80px;
    height: 25px;
    padding: 5px 0;
    line-height: 25px;
    text-align: center;
    background: #4b569c;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

#search_button:hover {
    background: #9aa4e8;
}


/***20200103更新結束***/

#marquee {
    padding: 10px 0;
    background: #181818;
}

#speaker {
    position: relative;
    top: 3px;
    float: left;
    width: 30px;
    margin-right: 10px;
    margin-left: 5px;
}

#marqueeContent {
    float: left;
    width: calc( 100% - 45px);
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #7cc1e2;
}

#footer {
    position: relative;
    color: #aaa;
    background: #181818;
    border-bottom: #181818 15px solid;
    border-top: #181818 15px solid;
}

#footer:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    height: 25px;
    width: 100%;
    background: rgba(150, 160, 230, 0.25);
}

#footer .wrapper {
    padding: 5px 0;
    overflow: hidden;
}

#footer hr {
    height: 1px;
    border: 0;
    background: #9aa4e8;
    margin: 0 0 10px;
}

#secondMenu {
    width: 100%;
}

#secondMenu li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
}

#secondMenu li a {
    color: #fff;
}

#QR {
    float: left;
    width: 65px;
    margin-right: 10px;
}

#contactList {
    float: left;
}

#contactList li {
    line-height: 22px;
    font-size: 13px;
}

#copyright {
    float: right;
    line-height: 22px;
    font-size: 13px;
}

#RWDMenu {
    position: fixed;
    bottom: calc( 105px - 100%);
    ;
    left: 0;
    background: #181818;
    width: 100%;
    height: calc( 100% - 205px);
    padding: 50px 0;
    transition: .2s;
    z-index: 999999999999999999999;
}

#RWDMenu.active {
    bottom: 0;
}

#RWDMenu li {
    width: calc( 50% - 101px/2);
    float: left;
    text-align: center;
    border-right: #fff 1px solid;
    padding: 10px 25px;
    margin-bottom: 25px;
}

#RWDMenu li:nth-child(2n) {
    border: 0;
}

#RWDMenu li a {
    display: block;
    color: #fff;
}

#openMenu {
    display: none;
    position: absolute;
    top: 57px;
    right: 17px;
    width: 30px;
    transform: rotate(0deg);
    transition: .3s;
}

#openMenu.active {
    transform: rotate(180deg);
}

#closeMenu {
    display: none;
    position: absolute;
    top: 57px;
    right: 17px;
    width: 30px;
    height: 30px;
}

#closeMenu.active {
    display: block;
}

.lo05 {
    position: relative;
    top: -48px;
    right: 40px;
    color: red;
    font-weight: bolder;
    text-align: right;
}


/***20200103新增開始***/

#show {
    box-sizing: border-box;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999999999999;
    transition: .3s;
}

#show.active {
    bottom: 0;
}

#show .wrapper {
    height: 100%;
}

#show .wrapper>ul {
    display: flex;
    flex-direction: column;
}

#show .wrapper>ul>li {
    display: flex;
    flex-direction: column;
    width: calc( 100% - 50px);
    margin-bottom: 45px;
}

#show .wrapper>ul>li a {
    color: #fff;
}

#show .wrapper>ul>li h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    border-bottom: #fff 1px solid;
}

#show .wrapper>ul>li>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#show .wrapper>ul>li>ul>li {
    margin-right: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
    font-size: 20px;
    border-right: #fff 1px solid;
}

#show .wrapper>ul>li>ul>li a {
    color: #fff;
}

#close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    cursor: pointer;
}

#show .wrapper ul li.active>h2>a,
#show .wrapper ul li.active>a {
    color: #d9ff05;
}


/***20200103新增結束***/

@media screen and (max-width: 1080px) {
    #wrapper {
        padding-top: 67px;
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999999999999;
    }
    #logo {
        width: auto;
        height: 35px;
    }
    #mainMenu {
        display: none;
    }
    #openMenu {
        display: block;
    }
    /***20200103修改開始***/
    /**#mainMenu{
		display: none;
	}

	#openMenu{
		display: block;
	}**/
    #logo {
        width: 120px;
        height: auto;
    }
    #mainMenu {
        position: relative;
        top: -5px;
        width: calc( 100% - 130px);
        border: 0;
    }
    #mainMenu li {
        margin-left: 5px;
    }
    #show .wrapper>ul>li h2 {
        font-size: 20px;
    }
    #show .wrapper>ul>li>ul>li {
        margin-right: 10px;
        margin-bottom: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    .search_item {
        width: 100%;
    }
    .search_item+.search_item {
        margin-top: 10px;
    }
    #search_bar {
        position: fixed;
        top: 67px;
        z-index: 10;
    }
    #search_button {
        margin-top: 10px;
        width: 100%;
    }
    /***20200103新增結束***/
    #QR {
        display: none;
    }
    #contactList {
        width: 100%;
        text-align: center;
    }
    #contactList li {
        width: 100%;
        text-align: center;
    }
    #copyright {
        width: 100%;
        text-align: center;
    }
}