/*------------ download ------------*/
.download-list{
    margin: 0 -10px 0;
    max-width: 1100px;
    margin: 0 auto;
}
.download-list .item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #FCEBEF;
}
.download-list .item:nth-of-type(2n){
    background: #fff;
    
}
.download-list .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.download-list .item .txt {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    color: #525252;
    border: 0;
}
.download-list .main_li {
    position: relative;
    display: block;
    background: #EE8AB3;
    border-radius: 0px 0px 0 0;
}

 
.download-list  .main_li.item  .col:nth-child(even){
    position: relative;
     
    z-index: 1;
}

.download-list  .main_li.item .col:nth-child(even)::after{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background: #e47da7;
    display: block;
    z-index: -1;
}


.download-list .txt .col:first-child{
    text-align: center;
    width: 250px;
}

.download-list .txt .col:last-child{
    text-align: center;
    width: 200px;
}

.download-list .txt .col{
    width: calc(100% - 450px);
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-align: left;
}
.download-list .item.main_li .txt .col{
    color: #fff;
    font-size: 18px;
}
.download-list .download-link{
    position: relative;
    transition: all .3s ease;
}
.download-list .download-link:before{
    color: #ffffff;
    font-size: 18px;
    position: relative;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 27px;
    transition: all .3s ease;
    font-weight: bold;
    content: "\f107";
    margin: 0px 7px 0 0px;
    width: 27px;
    height: 27px;
    background: #CCCCCC;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s ease;
    text-align: center;
}
.download-list .download-link:hover:before{
    background: #EE8AB3;
}
article.editor .download-editor{
    margin-bottom: 70px;
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px) {
     .download-list{
        max-width: 767px;
        margin: 0 auto;
    }
    .download-list .txt {
        flex-wrap: wrap;
    }
    .download-list .item.main_li{
        padding: 0;
    }
    .download-list .main_li .txt{
        display: none;
    }

    .download-list .txt .col:first-child{
        text-align: left;
        width: 100%;
    }
    
    .download-list .txt .col:last-child{
        text-align: left;
        width: 100%;
    }
    .download-list .txt .col{
        width: 100%;
        line-height: inherit;
        text-align: left;
        line-height: 1.5;
    }
    .download-list .txt .col:before{
        content: attr(data-title);
        color: #fff;
        background: #EE8AB3;
        font-size: 15px;
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 12px;
        width: 100px;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.2;
    }


    .download-list .txt .col:nth-child(even):before {
        content: attr(data-title);
        color: #fff;
        background: #EE8AB3;
        font-size: 15px;
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 12px;
        width: 100px;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.2;
        background: #e47da7;
    }
    
    .download-list .txt .col{
        padding: 10px;
        padding-left: 110px;
        border: 1px solid #E4E4E5;
        border-width: 0 1px 1px;
        justify-content: flex-start;
        background: #fff;
        white-space: unset;
        min-height: 40px;
    }
    .download-list .txt .col:first-of-type{
        border-top: 1px solid #E4E4E5;
    }
    .download-list .item,
    .download-list .item:nth-of-type(2n){
        background: transparent;
    }
    .download-list .item {
        padding: 0 0 15px;
    }
    .download-list .txt .col:nth-of-type(2n){
        background: #FBFAF6;
    } 
    article.editor .download-editor{
        margin-bottom: 20px;
    }
    .download-list .txt .col {
        font-size: 15px;
    }
}
@media screen and (max-width:767px) {
    .download-list .box {
        margin: 0 auto 30px;
    }
    .download-list .txt {
        padding: 15px 15px 20px;
        border-radius: 0 0 15px 15px;
    }
}
