/*reset header
==============*/
@media (max-width: 1000px) {
    .header-container .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
@media (max-width: 768px){
    .header-container .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
.container, .top-section, .page-top, .page-middle-b, .page-topContainer, .section-container, .centerContainer, .text-container, .section-inside {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.container, .rule-container {
    position: relative;
    min-width: 1200px;
}
.btn {
    background-color: #0088fe;
    border: 0;
    color: #fff;
    padding: 4px 8px;
    margin: 2px 5px 2px 0;
    line-height: 22px;
}
/*线路检测中心*/
.login .header-center {
    position: absolute;
    top:-10px;
}
.login .header-center a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 4px;
    margin-right: 5px;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
}
.login .header-center a:hover {
    -ms-filter: brightness(120%);
    filter: brightness(120%);
}
.login .description {

}
.login .domainline {

}

/*登入頁面
==============*/
.login{
    color: #fff;
    width: 100%;
    min-width: 1250px;
    height: 125px;
    position: fixed;
    z-index: 999;
    padding: 12px 0;
    background: url(../../images/header/common/main-bg.jpg) #1a489d no-repeat 50% 30%;
    animation-duration: .5s;
}
.login .login-time{
    float: left;
    margin-right: 9px;
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 22px;
}
.login .login-form{
    display: inline-block;
    float: left;
}
.login .login-form-wrapper{
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    height: 50px;
}
.login .login-form .form-group .form-control {
     width: 140px;
}
/*登入後*/
.login .infoWrap {
    float: right;
    background: rgba(7, 16, 43, .5);
    border-radius: 3px;
    margin-top: -2px;
    margin-right: -65px;
    padding-right: 65px;
}

.login .infoBox {
    width: auto;
    height: 63px;
    background-repeat: repeat-x;
    border-radius: 3px;
    font-size: 13px;
    color: #757DEC;
}
.login .infoID {
    height: 31px;
    line-height: 32px;
    padding-right: 5px;
    text-align: center;
    float: left;
}
.login .infoAct {
    border-left: 0;
    text-align: left;
}
.login .infoLogin {
    color: #fff;
    margin-right: 12px;
}
.login .infoMember {
    margin-left: 2px;
    float: right;
}
.login .cursor-point {
    cursor: pointer;
}
.login .mainPonits {
    color: #FDFC70;
    text-align: left;
    float: right;
    margin-left: 10px;
}
.login .lteLevel {
    margin-left: 10px;
}

.login .loginCtrl {
    text-align: justify;
    margin-right: 9px;
    margin-top: 12px;
    height: 18px;
    line-height: 14px;
}
.login .loginCtrl:after{
    content: '';
    display: inline-block;
    width: 100%;
}
.login .memberMenu {
    text-decoration: none;
    color: #fff;
    margin-left: 9px;
    cursor: pointer;
}
.loginCtrl .menu-line{
    border-right: 2px solid #959aed;
    height: 12px;
    margin-bottom: -1px;
    margin-left: 9px;
    margin-right: -4px;
    display: inline-block;
}
/*忘記密碼
==============*/
.login .login-forget-outer{
    position: relative;
}
.login .login-forget-outer input{
    width: 165px!important;
}
.login .login-forget-wrapper{
    position: absolute;
    z-index: 5555;
    right: 5px;
    top: 6px;
}
.login .login-forget{
    font-size: 12px;
    background-color: #f03034;
    padding: 4px 9px !important;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
}
/*記住帳號
==============*/
.login .login-form-wrapper .rememberaccount{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
/*語系切換
==============*/
.login .lanselect-wrapp {
    display: inline-block;
    margin-right: 65px;
}
.login a.lang-txt{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.login a.lang-txt:hover{
    color: #fff;
    text-decoration: none;
}
.login .lanselect {
    position: fixed;
    top: 32px;
    z-index: 999;
}
.login .lang-selct{
    overflow: hidden;
    display: none;
    margin: 5px auto;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    position: relative;
    z-index: 9999999;
    left: -10px;
}
.login .lanselect > div a {
    display: block;
    color: #666 !important;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    font-size: 12px;
    padding: 0 !important;
    margin-bottom: 5px;
}
.login .lanselect .lang-img {
    vertical-align: middle;
}
.header-container {
    width:1200px;
    height: 100%;
    margin:0 auto;
    position: relative;
}
#header .pcode-wrap {
    position: relative;
}
#header .pcode {
    width:47px;
    position: absolute;
    bottom: 6px;
    right: 2px;
}
.nav-wrapper {
    width: 100%;
    padding-left: 200px;
    position: absolute;
    bottom: -5px;
    right: 0;
}
.nav-wrapper #logo.logo {
    position: absolute;
    padding: 0;
    top: -20px;
    left: 0;
    width: 200px;
    height: 50px;
    background: url(../../images/header/zh/logo.png) 0 0 no-repeat;
}
.nav-wrapper #logo.logo_zh-tw {
    position: absolute;
    padding: 0;
    top: -20px;
    left: 0;
    width: 200px;
    height: 50px;
    background: url(../../images/header/zh/logo_zh-tw.png) 0 0 no-repeat;
}
.nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.login .nav .nav-link {
    padding: 15px 16px 10px 18px;
    letter-spacing: 1px;
    text-decoration: none;
}
.login .nav .nav-link:hover span {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
#header .nav-wrapper a {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
#header .nav-wrapper a span {
    color: #fff;
}
.login .nav .nav-link p {
    color: #a0a0a0;
    font-size: 12px;
    text-align: center;
}
.form-group .form-control {
    /*border-radius: 0;*/
}
.login .login-form .form-group .form-control.mobile-control{
    width: 110px;
}
.member-inner .form-group select.form-control option:disabled{
    color: #999;
}
.form-group .btn-danger {
    background: #fe4a4d; /* Old browsers */
    background: -moz-linear-gradient(top, #fe4a4d 0%, #dd1015 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe4a4d 0%,#dd1015 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe4a4d 0%,#dd1015 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4a4d', endColorstr='#dd1015',GradientType=0 ); /* IE6-9 */
    border-radius: 2px;
}
.form-group .btn-primary {
    background-color: #1f97ff;
}
.nav-detail-wrapper-bg {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 0px;
    position: absolute;
    top: 125px;
    transition: all .3s;
    overflow: hidden;
}
.nav-detail-wrapper {
    overflow: hidden;
    position: relative;
    left:15em;
}
.nav-detail-wrapper .nav-detail {
    float: left;
}
.nav-detail ul li a {
    color: #ececec;
    text-align: center;
    margin: 0;
    padding: 5px 16px;
    list-style-type: none;
    width: 100px;
    height: 30px;
}
.nav-detail ul li a:hover,.nav-detail ul li a:focus {
    text-decoration: none;
}
.nav-detail ul li {
    border-radius: 13px;
    display: block;
    font-size: 13px;
    padding: 5px 9px;
    margin:7px 0 2px -8px;
    white-space: nowrap;
}
.nav-detail ul li i {
    background: url("../../images/index/common/icon-hot.png")no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
}
.nav-detail ul li a:hover {
    background: #0087ff;
    border: 0;
    border-radius: 50em;
    padding: 5px 16px;
}
/*!*寬度不要動*!*/
/*.n1 {*/
    /*width: 100px;*/
/*}*/

/*.n2 {*/
    /*width: 100px;*/
    /*margin-left: 28px;*/
/*}*/

/*.n3 {*/
    /*width: 100px;*/
    /*margin-left: 6px;*/
/*}*/

/*.n4 {*/
    /*width: 100px;*/
    /*margin-left: 0;*/
/*}*/

/*.n5 {*/
    /*width: 100px;*/
    /*margin-left: 10px;*/
/*}*/

/*.n6 {*/
    /*width: 100px;*/
    /*margin-left: 10px;*/
/*}*/
.header-scr {
    position: fixed;
    top: 0;
    animation-duration: .5s;
}
/*mobile 教學*/
.mobile_common .mobile_pic01{
    width: auto;
    height: 100%;
    background: url("../../images/header/zh/pic01.jpg") 96px 0px no-repeat;
    background-size: contain;
}
.mobile_common .mobile_pic01_zh-tw{
    width: auto;
    height: 100%;
    background: url("../../images/header/zh/pic01_zh-tw.jpg") 96px 0px no-repeat;
    background-size: contain;
}
.mobile_common .mobile_android_pic01{
    width: auto;
    height: 100%;
    background: url("../../images/header/common/android_pic01.jpg") top center no-repeat;
    background-size: contain;
}
.mobile_common .mobile_android_pic01_zh-tw{
    width: auto;
    height: 100%;
    background: url("../../images/header/common/android_pic01.jpg") top center no-repeat;
    background-size: contain;
}
/*new-navbar*/
#header .multiUl{
}
#header .multiUl > li{
    display: block;
    float: left;
    position: relative;
    color: #747474;
    margin: 0 7px;
    width: 76px;
    text-align: center;
}
#header .nav-wrapper a:hover, #header .nav-wrapper a:focus{
    text-decoration: none;
}
#header .multiUl li p{
    color: #a0a0a0;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}
/** 站內信提示 **/
.login-form-wrapper .form-group .loginCtrl > a {
    position: relative;
}
.prompt-circle {
    width: 10px;
    height: 10px;
    top: -4px;
    left: 43px;
    background-color: red;
    border-radius: 999em;
    position: absolute;
}
/*優惠下拉選單*/
#header #OfferNav > .dropdown-menu {
    background-color: #031e4b;
    top: 100%;
}
#header #OfferNav > .dropdown-menu > li {
    float: none;
    height: auto;
    line-height: initial;
    margin: 0;
    color: inherit;
    text-align: initial;
}
#header #OfferNav > .dropdown-menu > li > a {
    padding: 7px 20px;
    font-size: 16px;
    color: #fff;
    height: auto;
}
#header #OfferNav > .dropdown-menu > li > a:hover {
    color: #ffec83;
    background-color: transparent;
}