/* this page */
.crumb{
    border-bottom:1px solid #eaeaea;
}
.notes_info{
    margin:70px 0 150px 0;
    border-left:4px solid #b1b0b3;
    padding:0 0 0 45px;
}
.notes_info .cont_title{
    letter-spacing: 2px;
    margin-bottom:10px;
}
.notes_info .cont_txt{
    line-height: 24px;
}

.notes_bg{
    background: #fff;
    position: absolute;
    display: inline-block;
    width:60%;
    height:65%;
    left:0;
    bottom:0;
}

.notes_contnent{
    display: inline-block;
    width: 100%;
    margin:30px 0 100px 0;
}
.notes_contnent .item_info{
    position: absolute;
    display: inline-block;
    width: 465px;
    background: #fff;
    padding:70px 60px 40px 50px;
    top:15%;
    left:0;
    -webkit-box-shadow: -0.5px 1px 5px -3px rgba(153,153,153,0.3);
    -moz-box-shadow: -0.5px 1px 5px -3px rgba(153,153,153,0.3);
    box-shadow: -0.5px 1px 5px -3px rgba(153,153,153,0.3);
    z-index: 1;
}
.notes_contnent .item_info .cont_number{
    opacity: 0.05;
    font-size:120px;
    line-height: 120px;
    position: absolute;
    left:-6px;
    top:-70px;
}
.notes_contnent .item_info .cont_en{
    letter-spacing: 1px;
    margin-bottom:4px;
}
.notes_contnent .item_info .cont_ch{
    margin-bottom:22px;
}
.notes_contnent .item_info .cont_txt{
    letter-spacing: 1px;
}

.item_pic{
    position: relative;
}
.item_pic .cont_title{
    color:#c5c5c6;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right:-70px;
    top:45%;
}
/*右邊浮水印文字背景*/
.tm_member_bg {
  position: absolute;
  top: 900px;
  right: -20%;
  color: #bdbdbe;
  text-transform: uppercase;
  font-size: 175px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 100%;
  z-index: 3;
  opacity: 0.15;
  pointer-events: none;
}

/*右邊浮水印文字背景 end*/
/* this page end */

.c-section-1 {
    padding-top: 140px;
}

.section_tab {
    padding: 10px 0 50px 0;
}

.c-dec-text {
    font-size: 175.3px;
    line-height: 170px;
    color: #bababa;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    right: -65px;
    top:-100px;
    text-align: right;
}


/* section-tab =====End */
@media (min-width: 992px) {
    
}
@media (max-width: 991px) {
    
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .notes_contnent {
        display: inline-block;
        width: 100%;
        margin: 30px 0 60px 0;
        padding:0 40px 0 20px;
    }
    .item_pic img {
        width: 540px;
    }
    .notes_contnent .item_info {
        width: 340px;
        padding: 50px 30px 40px 30px;
        top: 15%;
    }
    .notes_contnent .item_info .cont_number {
        left: -20px;
        top: -85px;
    }
    .item_pic .cont_title {
        right: -60px;
        font-size:12px;
    }
    .notes_bg{
        width:80%;
        height:80%;
    }
}
@media (max-width: 767px) {
    .item_pic img{
        width: 100%;
    }
    .section_tab .container {
        padding: 0 0;
    }
    .notes_contnent .item_info {
        width: 290px;
        padding: 50px 30px 20px 20px;
        top: -90px;
        right:0;
        left:auto;
        -webkit-box-shadow: -0.5px 1px 5px -3px rgba(153,153,153,0.3);
        -moz-box-shadow: -0.5px 1px 5px -3px rgba(153,153,153,0.3);
        box-shadow: -0.5px 1px 5px -3px rgba(153,153,153,0.3);
    }
    .notes_contnent .item_info .cont_number {
        left: -20px;
        top: -80px;
    }
    .notes_contnent {
        margin-top: 80px;
    }
    .c-page-title .en {
        font-size: 60px;
        line-height: 60px;
    }
    .section_tab {
        padding: 10px 0 0px 0;
    }
}

