@charset "utf-8";
/*------------ download ------------*/
.btn-box {
    padding: 0;
}
.download-list .item .text .download span{
    position: relative;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0;
    display: block;
    transition: all 0.3s ease;
    color: #444;
    font-family: 'Montserrat', serif;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.download-list .item .text .download span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 0;
    line-height: 23px;
    margin: 0 5px 2px 0;
    transition: all 0.3s ease;
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border: 1px solid rgb(208, 195, 179, 0.5);
    box-sizing: border-box;
}
.download-list .item .text .download span::after {
    content: '\f063';
    position: absolute;
    top: 8px;
    left: 2px;
    font-family: 'icon-font' !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
}
.download-list .box:hover .text .download span:before{
    color: #D0C3B3;
    background: #1F1F27;
}
.download-list .box:hover .text .download span {
    color: #826037;
}
/*d_type1*/
.download-list.type1 .item .name{
    color: #444;
    font-weight: normal;
    transition: all 0.3s ease;
}
.download-list.type1 .item .box:hover .name{
    color: #826037;
}
.download-list.type1 .item:nth-child(even) {
    background: #F2EFEB;
}
.download-list.type1 .item .col+.col:before {
    background: transparent;
    border-left: 1px dashed #d6d6d6;
}
.download-list.type1 .item.title_item .col.name {
    font-family: '微軟正黑體', serif;
    color: #000000;
}
/*/d_type1*/
/*d_type2*/
.download-list.column3 .item {
    padding: 0 0 40px;
}
.download-list.type2 .pic{
    border-radius: 50%;
    overflow: hidden;
}
.download-list.type2 .item .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.download-list.type2 .item .box:hover .name{
    color: #826037;
}
.download-list.type2 .box:hover .text .download,
.download-list.type2 .box .text .download{
    background: none;
}
.has-side .download-list.type2 .item .text {
    min-width: 155px;
}
/*/d_type2*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .download-list.column3 .item {
        width: 50%;
    }
}
@media screen and (max-width: 1000px){
    .download-list.type2 .item .name {
        font-size: 16px;
        height: 48px;
    }
}
@media screen and (max-width: 767px){
    .download-list{
        margin: 0;
    }
    .download-list .item,
    .download-list.column3 .item {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px dashed #d6d6d6;
        margin-bottom: 20px;
    }
    .download-list.type1 .item .text .download span{
        width: 91px;
        line-height: 26px;
    }
}
@media screen and (max-width: 480px){
    .download-list .pic{
        max-width: 110px;
    }
    .download-list .item .text{
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
    .download-list .item .text .download span{
        margin: 15px 0 0 0;
    }
}