@charset "utf-8";
*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.operate-header {
    width: 100%;
    height: auto;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.title_main{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.533rem;
    text-align: center;
    color: #4e4e4e;
    margin-top: 1.07rem;
    display: block;
}

.title_sub{
    width: 83.6%;
    height: auto;
    margin-left: 8.2%;
    margin-top: 0.44rem;
    margin-bottom: 0.84rem;
    display: block;
    text-align: center;
    font-size: 0.2665rem;
    color: #8e8e8e;
    line-height: 0.6rem;
}

.operate-content {
    width: 94.8%;
    height: auto;
    display: block;
    background-color: white;
    overflow: hidden;
    zoom: 1;
    margin-left: 2.6%;
    border-radius: 5px;
    font-size: 0.347rem;
}

.operate-content-center {
    width: 94.8%;
    height: auto;
    display: block;
    overflow: hidden;
    zoom: 1;
    margin: auto;
}

.operate-item {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin: 0.8rem 0 0.8rem 0;
    cursor: pointer;
}

.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;
}

.operate-item-show {

}

.operate-item-header {
    width: 100%;
    height: 0.88rem;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    display: table;
    /*margin-bottom: 0.28rem;*/
    table-layout: fixed;
}

.operate-item-left {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

.operate-item-right {
    width: 35%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    cursor: pointer;
}

.operate-show {display: block;}

.operate-download {
    display: inline-block;
}

.operate-download a{
    color: #606060;
    text-decoration: none;
}

.operate-download a:hover,.operate-download a:focus,.operate-download a:active{
    color: #606060;
}

.operate-caret {
    float: right;
    margin-right: 0.1rem;
    margin-top: 0.08rem;
}

.imgDownload-icon{
    margin-right: 0.28rem;
    color: #de0a3b;
}

.operate-item-show >.operate-item-header >.operate-item-left >.operate-show >.operate-caret {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.operate-item-show .operate-item-content {
    max-height: 9999px;
}

.operate-item-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*text-align:justify;*/
    /*text-align-last:justify;*/
    max-height: 0;
}

.operate-item-content .item-title{
    font-size: 0.32rem;
    line-height: 2;
}

.operate-item-content .item-title:nth-child(1){
    margin-top: 0.5rem;
}

.operate-item-content .item-content{
    font-size: 0.2665rem;
    color: #8e8e8e;
    line-height: 2;
}

.operate-item-content img{
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}