﻿.trs_hk_features {
    width: 100%;
    position: relative;
    text-align: left;
    /* margin-bottom: 30px; */
}
/* .trs_hk_features>div{margin-bottom: 30px;} */
/* .trs_hk_features>ul{margin-bottom: 30px;} */
.trs_hk_features>.trs_hk_features_imgbox{margin-bottom: 0;}
.trs_hk_features_imgbox{
    margin-bottom: 0;
  }


.trs_hk_tlbg {
    position: relative;
}

.trs_hk_content_table {
    /* display: table; */
    display: block;
    /* width: 33.33%; */
    width: 100%;
    /* height: 100%; */
    text-align: left;
    font-size: 0;
}

.trs_hk_content_cell {
    /* display: table-cell;
    vertical-align: middle; */
    display: block;
    box-sizing: border-box;
    font-size: 18px;
}

.trs_hk_content_cell h3{
    font-size: 36px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.trs_hk_tlpr_text .trs_hk_content_cell{
    padding-right: 5%;
}

.trs_hk_trpl_text .trs_hk_content_cell{
    padding-left: 5%;
}



/* .trs_hk_content {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
} */
.trs_hk_content{
    width: 32.33%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.trs_text_content{
    width: 100%;
}
.trs_hk_content_cell .title{
    font-size: 32px;
    line-height: 50px;
    color: #333;
}

.trs_hk_content_cell .cont {
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.trs_hk_content_cell .cont *{
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.trs_hk_content_cell .title .pell-content,.trs_hk_content_cell .title div{
    font-size: 32px;
    color: #333;
    /* line-height: 50px; */
    word-wrap: break-word;
}
.trs_hk_content_cell .title .pell-content .font-h1,.trs_hk_content_cell .cont .pell-content .font-h1{
    font-size: 32px;
    /* color: #333; */
    line-height: 50px;
    margin: 0;
    
}
.trs_hk_content_cell .title .pell-content .font-h2,.trs_hk_content_cell .cont .pell-content .font-h2{
    font-size: 28px;
    /* color: #333; */
    line-height: 38px;
    margin: 0;
    
}
.trs_hk_content_cell .title .pell-content .font-h3,.trs_hk_content_cell .cont .pell-content .font-h3{
    font-size: 16px;
    /* color: #333; */
    line-height: 22px;
    margin: 0;
    
}
.trs_hk_content_cell .cont .pell-content{
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.trs_hk_content_cell b,.trs_hk_content_cell a{
    vertical-align: unset;
}
.trs_hk_content_cell a:hover{
    color: #33beff;

}
.trs_hk_content_cell .font-center {
    text-align: center;
    display: block;
}
.trs_hk_content_cell .font-left {
    text-align: left;
    display: block;
    
}
.trs_hk_content_cell .font-right {
    text-align: right;
    display: block;
    
}

/*背景图 左文*/

.trs_hk_features .trs_hk_tlbg_bg img {
    width: 100%;
}

/*背景图 右文*/

.trs_hk_features .trs_hk_trbg_bg img {
    width: 100%;
}

.trs_hk_trbg_text {
    float: right;
}


/*左文右图*/

.trs_hk_tlpr_img {
  text-align: right;
  width: 66.67%;
  display: inline-block;
  vertical-align: middle;
}

.trs_hk_tlpr_img img,
.trs_hk_trpl_img img {
  /* width: 66.67%; */
  width: 100%;
}

/*左图右文*/

.trs_hk_trpl_img {
  text-align: left;
  width: 66.67%;
  display: inline-block;
  vertical-align: middle;
}

/* 
.trs_hk_trpl_text {
    float: right;
} */

/*纯图*/
.trs_hk_pic img{
    width: 100%;
}
/*纯文*/

.trs_hk_features>.trs_hk_features_textbox{
    margin:30px 0;
    text-align: left;
}
.trs_hk_features_textbox .trs_hk_text{
    display: block;
}

@media screen and (max-width:768px) {
    .trs_hk_content_table {
        /* width: 41.67% */
        /* width: 41.67% */
        width: 100%;
    }
    .trs_hk_trpl_img,.trs_hk_tlpr_img{
        width: 58.33%;
    }
    
    /* .trs_hk_tlpr_img img,
    .trs_hk_trpl_img img {
      width: 58.33%;
    } */
    .trs_hk_content{
        /* width:41.67%; */
        width:41%;
    }
}

@media screen and (max-width:520px) {
    .trs_hk_content_table {
        width: 100%;
        height: auto;
        display: block;
    }

    .trs_hk_content {
        /* position: relative; */
        margin: 15px 0;
        display: block;
        width: 100%;
        /* overflow: hidden; */
    }

    .trs_hk_content_cell {
        display: block;
    }
 
    .trs_hk_trpl_text .trs_hk_content_cell,
    .trs_hk_tlpr_text .trs_hk_content_cell {
        padding: 0;
    }

    .trs_hk_trpl_img,.trs_hk_tlpr_img{
        width: 100%;
    }
    /* .trs_hk_tlpr_img img,
    .trs_hk_trpl_img img {
      width: 100%;
    } */
}
@media (max-width: 991px) and (min-width: 768px){
    .trs_hk_content_cell .title{
        font-size: 28px;
    }
    .trs_hk_content_cell .cont{
        font-size: 16px;
    }
    
}
@media (max-width: 767px){
    .trs_hk_content_cell .title{
        font-size: 24px;
    }
    .trs_hk_content_cell .cont{
        font-size: 16px;
    }
}


/* 上文下图 */

.trs_utdi_box{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.trs_utdi_box  li{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.trs_utdi_box  .trs_utdi_img_box img{
    width: 99%;
}
.trs_utdi_box .trs_utdi_content{
    font-size: 16px;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    /*color:inherit;*/
}
/* .trs_utdi_content_box{
    padding: 0;
    font-size: 0;
}
.trs_utdi_content_box li{
    display: inline-block;
    width: 50%;
}
.trs_utdi_content_box li img{
    max-width: 99%;
}
.trs_utdi_content{
    width: 100%;
    font-size:16px;

}
.trs_utdi_contenttext_box{
    height: auto;
    display: block;
    width: 100%;
}
.trs_utdi_contenttext_box .trs_utdi_content{
    display: block;
}
.trs_utdi_content{
    position: relative;
}
.trs_utdi_content .pell-actionbar{
    width: 100%;
}

.trs_utdi_img_box img, .trs_hk_tlpr_img img{cursor: pointer;position: relative;z-index: 9999;} */

/*富文本*/

.TRS_UEDITOR .trs_hk_features{
  background: #fff;
}

.TRS_UEDITOR .trs_hk_tlbg_text_cell {
    border: 4px dashed #06ce5f;
}

.TRS_UEDITOR .pell-button {
    background-image: url(../images/feature_editor_icon.png);
    background-repeat: no-repeat;
}

.TRS_UEDITOR .pell-button * {
    display: none;
}

.TRS_UEDITOR [title=Bold] {
    background-position: -1px center;
}

.TRS_UEDITOR [title=Heading1] {
    background-position: -30px center;
}

.TRS_UEDITOR [title=Heading2] {
    background-position: -60px center;
}

.TRS_UEDITOR [title=content] {
    background-position: -90px center;
}

.TRS_UEDITOR [title=Color] {
    background-position: -120px center;
}

.TRS_UEDITOR [title=Link] {
    background-position: -150px center;
}

.TRS_UEDITOR [title=unLink] {
    background-position: -180px center;
}

.TRS_UEDITOR [title=center] {
    background-position: -210px center;
}

.TRS_UEDITOR [title=left] {
    background-position: -240px center;
}

.TRS_UEDITOR [title=right] {
    background-position: -270px center;
}

.TRS_UEDITOR .pell {
    border: 1px solid rgba(10, 10, 10, 0.1);
    box-sizing: border-box;
}

.TRS_UEDITOR .pell-content { 

    box-sizing: border-box;
    outline: 0;
    /* overflow-y: auto; */
    /* font-size: 18px; */
}

.TRS_UEDITOR .pell-actionbar {
    border-radius: 5px;
    background-color: #FFF;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
    position: absolute;
    top: 14px;
    height: 47px;
    left: 78px;
    right: 15px;
    display: none;
    z-index: 999;
}
.TRS_UEDITOR .trs_hk_features_textbox .pell-actionbar {
    left: unset;
    right: 5%;
}

 .TRS_UEDITOR .trs_hk_features:hover .pell-actionbar{
  display: block;
    width: 350px;
} 
/* .pell-content:hover .pell-actionbar{
    display: block;
      width: 350px;
  } */

.TRS_UEDITOR .pell-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 47px;
    outline: 0;
    width: 30px;
    vertical-align: bottom;
}

.TRS_UEDITOR .pell-button-selected {
    background-color: #F0F0F0;
}

/* 大图上文字拖拽功能 文字的样式 */
.trs_hk_features_img .inland_move_imgText {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -40%;
    margin-top: -10%;
    font-size: 20px;
    color: red;
}