@charset "utf-8";
*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.content-wrap .help-title:after {
    content: "";
    width: 19px;
    height: 19px;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    /* background: url("//source-img.fiil.com/portal/pc/images/help/up.png"); */
}

.speci-header {
    width: 100%;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #4e4e4e;
    margin-top: 92px;
    line-height: 127px;
}

.title_main{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 24px;
    text-align: center;
    color: #4e4e4e;
    display: block;
}

.speci-content {
    width: 100%;
    height: auto;
    display: block;
    background-color: white;
    overflow: hidden;
    zoom: 1;
    border-radius: 5px;
    font-size: 16px;
}

.speci-content-center {
    width: 1200px;
    height: auto;
    display: block;
    overflow: hidden;
    zoom: 1;
    margin: auto;
}

.speci-item {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin: 19px 0 19px 0;
    line-height: 33px;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
}

.item-content-item::selection {
    background-color:white
}

.item-header{
    color: #de0a3b;
    line-height: 2;
}

.item-content{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
    line-height: 2;
}

.item-content-item{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.speci-item-img {
    padding: 28px 0 28px 0;
    display: table-cell;
    vertical-align: middle;
    width: 173px;
}

.speci-item-img img{
    width: auto;
    height: 104px;
    display: block;
    margin: 0 auto;
}

.speci-item-name {
    width: 714px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.item-name{
    color: #606060;
    font-size: 16px;
    line-height: 250%;
}

.speci-item-operation {
    width: auto;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.item-operation-item{
    color: #606060;
    font-size: 16px;
    float: left;
    margin-left: 168px;
    line-height: 250%;
}

.item-operation-item a{
    color: #606060;
    text-decoration: none;
}

.item-operation-item a:hover,.item-operation-item a:focus,.item-operation-item a:active{
    color: #606060;
}

.spec-icon {
    color: #de0a3b;
}

.download-icon{
    width: 12px;
}