@charset "utf-8";
/*-----------------------------------------------
Name:     Ginat Travel -DOWNLOAD 2015-css
Date:     2015-9-10-start
----------------------------------------------- */

.traveldownload {}
.traveldownload .page_illustration {}
.download_list {
    z-index: 1;
    position: relative;
    margin-top: 30px;
}
/*password*/
.widget_main .form_region {
    margin-top: 20px;
}
.widget_main .form_region .row {
    margin-bottom: 10px;
}
.widget_main .form_region .k_password {
    width: 320px;
    max-width: 90%;
}
.widget_main .form_region .k_code {
    width: 180px;
    max-width: calc(100% - 150px);
}
/*List*/
.download_list h4 {
    color: #444444;
    margin-bottom: 10px;
}

.list_ol {
    counter-reset: my-badass-counter;
}
.list_ol > li:before {
    content: counter(my-badass-counter, decimal-leading-zero);
    counter-increment: my-badass-counter;
}
.download_list li {
    margin-bottom: 10px;
}
.download_list li {
    display: block;
    color: #666666;
    line-height: 145%;
    background-color: #f4f6f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.download_list li:hover {
    background-color: #f0f7fd;
    text-decoration: none;
}
.list_ol > li:before,
.result_brief,
.fileicon {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 20px;
}
.fileicon {
    float: right;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    /*margin-right: 40px;
    margin-top: 23px;*/
    background: url(../images/icons_file.png) no-repeat;
    text-indent: -9999px;
    top: calc(50% - 13.5px);
    position: absolute;
    right: 40px;
}
.fi_pdf { background-position: 0px 0px;}
.fi_excel { background-position: -50px 0px;}
.fi_word { background-position: -100px 0px;}
.fi_powerpoint { background-position: -150px 0px;}
.fi_other { background-position: -200px 0px;}

.list_ol > li:before {
    font-size: 2.5rem;
    padding-left: 30px;
    margin-left: 3px;
}
.result_brief {
    width: calc(100% - 200px);
    border-left: #e5e5e5 1px solid;
    min-height: 45px;
}
.download_list a:hover .result_brief {
    border-left-color: #dbe7ef;
}
.dl_time {
    display: block;
    color: #333;
}
.result_brief strong {
    font-size: 1.7rem;
    color: #333333;
    text-decoration: underline;
}
.download_list a:hover strong {
    color: #0458e7;
}

/*PC的1280以下＋pad的1024---------------*/
@media screen and (max-width:1279px),(max-device-width:1024px) and (orientation:landscape) {
}

/*PC的1024以下＋pad的直768-----~----------*/
@media screen and (max-width:1023px),
(max-device-width:768px) and (orientation:portrait) {
}

/*960~----------*/
@media screen and (max-width: 960px) {
}

/*720~----------*/
@media screen and (max-width: 720px) {
    .widget_main .form_region .k_code {
        width: 90%;
        max-width: 90%;
        display: block;
    }
    .codeimg img {
        height: 45px;
    }
    .list_ol > li:before,
    .result_brief,
    .fileicon {
        padding: 15px 10px;
    }
    .list_ol > li:before {
        font-size: 2rem;
    }
    .result_brief {
        width: calc(100% - 120px);
    }
    .fileicon {
        margin-right: 0;
    }
}
