@charset "utf-8";
body {
    background: #000;
    color: #888;
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'DINPro-Regular', Arial, Verdana, Geneva, sans-serif;
}

a {
    color: #fff
}

a:hover,
a[href='']:hover,
a[href='#']:hover {
    color: inherit;
    color: red
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none
}


/*=== Download reset  css ==========================*/

#download .clear {
    clear: both;
}

#download ul,
#download li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#download a {}

#download a:hover,
#download a:active {
    color: #f43000;
}

#download .link {
    color: rgba(255, 0, 0, 1)
}

#download .link:hover {
    color: rgba(255, 0, 0, 1);
    text-decoration: underline;
}


/*--------------------------------Download css ----------------------*/

html,
body {
    /*height: 100%;    */
}

#download {
    width: 100%;
    /* height: 100%;*/
    font-family: 'DINPro-Regular', Arial, Verdana, 'Geneva', '微軟正黑體', sans-serif, sans-serif;
    overflow: auto;
}

#download .wrapper {
    width: 100%;
    max-width: 1440px;
    /*height: 100%;*/
    overflow: hidden;
    margin: 0 auto;
    background: url("../images/support/point.png") 26% 0 repeat-y;
}


/*=== content==========================*/

#download .content {
    width: 74%;
    height: 100%;
    padding: 0px 40px;
    margin-top: 0;
    float: right;
    background-color: transparent;
    /*border-left: 1px solid #3f3f3f;*/
}


/*===header==========================*/

#download .top-wrapper {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #3f3f3f;
}

#download .header {
    width: 100%;
    max-width: 1440px;
    height: auto;
    background: url('../images/support/header_bg.jpg') top center;
    background-size: cover;
    margin: 0 auto;
    padding: 1.5rem 0;
    border: 0;
    background-color: #747474;
}

#download .header-body {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    /*background-color: #222;*/
}

#download .pd-block {
    width: 26%;
    float: left;
    margin: 0 ;
    padding: 15px;
}

#download .info-block {
    width: 74%;
    float: right;
    margin: 0;
    padding: 15px 0px;
    padding-left: 55px;
}

#download .pdimg {
    /*  background-color: #f43000;*/
    height: 100%;
}

#download .pdtxt {
    display: block;
    margin-top: 3.5rem;
}

#download .pdtxt h2 {
    font-family: 'DINCond-Bold';
    color: #f43000;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px;
    padding:0px;
}

#download .search {
    border: 1px solid red;
    background: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 365px;
    height: 50px;
    position: relative;
    margin-top: 15px;
}

#download .search input {
    border: none;
    background: none;
    height: 50px;
    color: #888;
    width: 100%;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
}

#download .btn-block {
    width: 100%;
    position: absolute;
    bottom: -1rem;
    right: 1rem;
    text-align: right;
}

#download .btn {
    border: 1px solid #ff2121;
    background: #d70000;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    display: inline-block;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

#download .btn-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #888;
    text-align: right;
    padding: 5px 0;
}


/*------------------sitebar-------------------------------*/

#download .sitebar {
    display: block;
    width: 26%;
    height: 100vh;
    background-color: transparent;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}

#download .sitebar-menu-xs .sitebar-btn {
    display: none;
    /*左側選單 手機板按鈕*/
}

#download .sitebar .snav {
    padding: 20px 15px;
    height: 100%;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    overflow: hidden;
}

#download .sitebar .snav .bottom-line {
    border-bottom: 1px solid #3f3f3f;
    margin: 30px 0;
}

.snav-list .nav-title {
    padding: 10px 0px;
}

#download .sitebar .snav .snav-list li {
    padding-left: 45px;
}

#download .sitebar .snav .snav-sub a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#download .sitebar .snav .snav-sub .float-right-box {
    float: right;
    line-height: 50px;
}

#download .sitebar .snav .snav-sub a .icon {
    padding-right: 12px;
    font-size: 20px;
    line-height: 50px;
}

#download .sitebar .snav .snav-sub a .icon.icon-pdservice {
    font-size: 14px;
}

#download .sitebar .snav > .snav-sub a:hover {
    color: #f43000;
}

#download .sitebar .snav .snav-list .snav-link {
    background-color: transparent;
    padding: 0 15px;
    color: #888;
}

#download .sitebar .snav .snav-list .snav-link:hover,
#download .sitebar .snav .snav-list .snav-lin:active,
#download .sitebar .snav .snav-list .snav-lin:focus {
    background-color: #f43000;
    color: #fff;
}


/*===dropdown==========================*/

#download .btn-group {
    margin: 15px 0px;
}

#download .dropdown-body {
    border: 1px solid #3f3f3f;
    background: #000;
    min-width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 15px 15px;
    font-size: 16px;
    color: #888;
    margin: 0 auto;
    position: relative;
}

#download .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    padding: 15px 0;
    margin: 8px 0 0;
    font-size: 16px;
    background-color: #000;
    border: 1px solid rgba(68, 68, 68, 1);
}

#download .dropdown-menu>li>a {
    display: block;
    padding: 15px 25px;
    clear: both;
    font-weight: 100;
    line-height: 1.2em;
    color: #888;
    white-space: nowrap;
}

#download .dropdown-menu>li>a:focus,
#download .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff0000;
}

#download .dropdown-body .i-caret {
    display: inline-block;
    margin-left: 0px;
    vertical-align: right;
    font-size: 24px;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 5%;
}

.dropdown-title {
    color: #888;
    line-height: 1.6em;
    font-size: 16px;
    margin: 10px auto;
}


/*===TAB==========================*/

#download .tab-wrap {
    width: 100%;
    height: 77px;
    background-color: #000;
    margin-top: -1px;
    margin-bottom: 20px;
    border: 1px solid #3f3f3f;
}

#download .tab-wrap ul {
    width: 100%;
    height: 75px;
    border-bottom: 7px solid #333;
    margin: 0 -1px;
}

#download .tab-wrap .tab-body li {
    float: left;
}

#download .tab-wrap .tab-body li a.tab-link {
    display: block;
    font-size: 16px;
    width: 112px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-bottom: 6px solid #333;
}

#download .tab-wrap .tab-body li a.tab-link:hover {
    color: #F00;
    border-bottom: 6px solid #F00;
}

#download .tab-wrap .tab-body li a.tab-link.on {
    color: #F00;
    border-bottom: 6px solid #F00;
}
/*===depiction // step style ==========================*/

#download .dec-step-wrap {
    width: 100%;
    display: block;
}

#download .red-title {
    color: #f43000;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'din_pro_bold';
}

#download .dec-step-wrap .dec-body p {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    display: inline-block;
    color: #aaa;
}

#download .dec-step-wrap .dec-body p i.fa {
    color: #ddd;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}



/*========================== Accordion 展開內容==========================*/

#download .col-layout {
    margin-bottom: 40px;
    display: block;
}

#download .open-title .icon {
    padding-right: 12px;
    font-size: 18px;
    line-height: 1.8;
}

#download .txt {
    width: 100%;
    display: table;
    background-color: rgba(40, 40, 40, 1);
    border: 1px solid rgba(0, 0, 0, .1);
    /* min-height: 100px;*/
    height: auto;
    /* padding: 20px 0px;*/
}


#download  .txt:nth-child(even){
    background-color: rgba(40, 40, 40, 1);
}


#download .txt:nth-child(odd){
    background-color: rgba(66, 66, 66, 1);
}

#download  .txt:before , #download .dec:before{
    content: "";
    display: table;
    clear: both;
}


#download  .spec{
    border: 0px solid #545454;
    padding: 15px 20px;
    margin: -1px;
    background-color: inherit;
    color: #888;
    transition: 0.1s background-color ease-in 0.3s;
}

#download  .spec:hover{
    border: 1px solid rgba(162,162,162,.8);;
    filter:brightness(.85);
    -webkit-filter:brightness(.85);
    margin: -2px;
}


#download .dec {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    border: 1px #3f3f3f solid;
    padding: 25px 10px;
    margin-top: 0px;
}

#download .theader {
    color: #888;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    display: block;
}

#download .tbody {
    color: #e3e3e3;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    word-wrap: break-word;
}

#download .download-btn{
    float: right;
}
#download .download-btn:before ,#download .download-btn:after{
    content: "";
    clear: both;
}

#download .download-btn a {
    display: block;
    margin: 0 auto;
    /* height: 100px;*/
    width: 100%;
    max-width: 60px;
    float: none;
}

#download .open-title {
    color: #f43000;
    font-size: 18px;
    font-family: 'din_pro_bold';
    line-height: 1.8;
}

#download .txt-layout-lg {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

#download .txt-layout-sm {
    width: 100%;
    max-width: 736px;
    margin: 20px auto;
    padding: 0 15px;
}


#download .txt-set{
    padding: 15px 25px;
    margin: 10px auto;
    font-size: 14px;
    color: #aaa;
    /*text-indent: -10px;*/
    line-height: 1.6;
}



#download .tbody li::before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
}

#download .more-bottom {
    width: 100%;
    height: 60px;
    margin: 30px auto;
    padding: 0;
}

#download .more-bottom a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #f43000;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, .5);
    background-color: transparent;
}

#download .more-bottom a:hover {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    text-decoration: none;
}



/*==========================Att==========================*/

#download .att {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

#download .att .theader {
    font-size: 18px;
    color: #f43000;
    line-height: 1.6;
}

#download .att .theader .fa {
    font-size: 24px;
    color: #f43000;
    line-height: 1.6;
    padding-right: 2px；
}

#download .att .tbody p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    padding: 0px 25px;
}

#download .att .tbody ul {
    background-color: #000;
    padding: 0px 40px;
    margin: 0px auto;
}

/*
@media screen and (min-width: 1024px) and (max-width: 1200px){
     #download .txt {
        min-height: 150px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1023px){
     #download .txt {
        min-height: 200px;
    }

}
*/

@media screen and (max-width: 768px) {

#download .pd-block {
    width: 60%;
    float: none;
    margin-top: 10px ;
    padding: 0px;
}



#download .info-block {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 15px 15px;
    padding-left: 0px;
}

#download .search {
    background: #000;
    width: 280px;
    height: 40px; 
    margin: 0;  
}

#download .search input {
    height: 40px;
    width: 100%;
}

#download .pdtxt {
    display: block;
    margin-top: 0rem;
}

#download .pdtxt h2 {
    font-family: 'DINCond-Bold';
    color: #f43000;
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0px;
    padding:0px;
}

#download .btn-block p {
    font-size: 13px;
    line-height: 1.2em;
    color: #888;
    text-align: left;
    
}

#download .btn-block {
    width: 100%;
    position: relative;
    bottom: 0rem;
    right: 0rem;
    text-align: left;
}

    #download .wrapper {
        width: 100%;
        max-width: 1440px;
        /*height: 100%;*/
        overflow: hidden;
        margin: 0 auto;
        background: none;
    }
    #download .content {
        width: 100%;
        height: auto;
        padding: 40px 15px;
        margin-top: 0;
        float: none;
        background-color: transparent;
        /*border-left: 1px solid #3f3f3f;*/
    }
    #download .top-wrapper {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #3f3f3f;
    }
    #download .header {
        width: 100%;
        max-width: 1440px;
        height: auto;
        background: url('../images/support/header_bg.jpg') top center;
        background-size: cover;
        margin: 0 auto;
        padding: 1.5rem 0;
        border: 0;
        background-color: #747474;
    }
    #download .header-body {       
        width: 90%;
        margin: 0 auto;
        border-collapse: collapse;
        position: relative;
        top: 0;
        left: 0;
        /*background-color: #222;*/
    }
    /*------------------sitebar-------------------------------*/
    #download .sitebar {
        display: block;
        width: 100%;
        height: auto;
        background-color: #222;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 100;
    }
    #download .sitebar-menu-xs {
        display: block;
        width: 100%;
        height: 60px;
        background-color: #000;
        border-bottom: 2px solid #3f3f3f;

    }
    #download .sitebar-menu-xs .sitebar-btn {
        display: block;
        color: #fff;
        width: 100%;
        font-size: 20px;
        line-height: 60px;
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #3f3f3f; 
    }

     #download .sitebar-menu-xs .sitebar-btn .fa{
        padding-left: 5px;
     }
    #download .sitebar .snav .snav-sub a {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        text-align: left;
        padding: 0px;
    }
    #download .tab-wrap .tab-body li a.tab-link {
        display: block;
        font-size: 16px;
        width: 100px;
        line-height: 70px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-bottom: 6px solid #333;
    }
    
    .att-word{ color: #fff; font-size: 16px; }
}
@media screen and (min-width: 488px) and (max-width: 767px){
    /*
     #download .txt {
        min-height: 300px;
    }
    */
}


@media screen and (max-width: 488px) {
    #download .txt {
        min-height: 320px;
    }
}
#download .download-btn{
    float: right;
}
#download .download-btn:before ,#download .download-btn:after{
    content: "";
    clear: both;
}
#download  .bg-gray-1{
    background-color: rgba(66, 66, 66,1);
}
