/* 给富文本使用  及 模版共用部分  */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
p{
    margin-bottom: 0;
}
  .text-left {

      text-align: left;
  }
.button:hover{
  opacity: 0.8;
}
.template_banner_2_text {
    font-size: 54px;
    font-family: Helvetica;
    line-height: 60px;
 
}


.template_banner_1_text {
    font-size: 54px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 60px;
    text-align: left;
}

.template_banner_3_text{
    font-size: 24px;
    font-family: Helvetica, sans-serif;
}

.banner-3-detail{
      font-size: 75px;
      line-height: 90px;
}


.template-section-title-2 {
    font-size: 36px;
    line-height: 38px;


}

.about-rich-list-item-3{
    
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
 

.about-rich-list-item-3 .icon{
    margin-right: 10px;
}
 

 
.text-center{
    text-align: center;
}
.text-left {

    text-align: left;

}

.template_rich_2 .button {
    width: 215px;


    height: 56px;
    line-height: 56px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    border-radius: 28px;

    text-decoration: none;
    font-weight: 500;
    float: right;
}

.template_rich_2 .gift-btn {
    float: left;
}

.template_rich_2 .book-btn {
    float: right;
}