@import url("https://font.sec.miui.com/font/css?family=MiSans:100,200,400,700:Chinese_Simplify,Latin&display=swap");@font-face{font-family:"MiSans",sans-serif;font-weight:normal;font-style:normal;}*:not([class*="icon"]):not(i){font-family:"MiSans" ;}html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{margin:0;padding:0;border:0;font-style:inherit;font-family:"MiSans";font-weight:400;font-smooth:always;-webkit-font-smoothing:subpixel-antialiased;}::selection{background:rgba(129,216,208,.8);color:#000}html{scroll-behavior:smooth;}ul,ol{list-style:none}a img{border:none;vertical-align:top}a,a:hover,a:active,a:visited{text-decoration:none}button{overflow:visible;padding:0;margin:0;border:0 none;background-color:transparent}button::-moz-focus-inner{padding:0}textarea,input{background:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-appearance:none}input[type=password]{-webkit-text-security:disc}textarea:focus,input:focus,button:focus{outline:none}html.is-menu-open,html.no-scroll{overflow:hidden;-ms-overflow-style:none;}
body {
    word-wrap: break-word;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.5;
    padding-top:72px;
    background-color:#fff;
}
header{
    position: fixed;
    background-color:#fff;
    z-index: 2000;
    left: 0;
    top: 0;
    height: 72px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.3);
}

header .header-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding: 0 40px;
}
header .header-logo{
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-right: auto;
}
header .header-logo a{
    display:block;
}
header .header-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none !important;
    margin-right: 25px;
}
header .header-list li{
    position:relative;
}
header .header-list li.divider:before,
header .header-list li.divider:after{
    content:'';
    display:block;
    position:absolute;
    left:0;top:50%;
    margin-top:-8px;
    width:1px;
    height:16px;
    background:#b7193f;
}
header .header-list li a{
    display:block;
    position:relative;
    padding:25px 32px;
    color: #3e3e3e;
    font-size: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}
header .header-list li a:hover{
    color:rgb(152,45,49)
}
header .header-list li a.top:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 25%;
    width: 50%;
    height: 4px;
    background: #b7193f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.5s;
}
header .header-list li.on a:before,
header .header-list li a:hover:before{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
header .header-list .sub-menu{
    position:absolute;
    background-color:#fff;
    display:none;
    width:150%;
    left:-25%;
    top:72px;
    padding:12px 0;
    border: 1px solid #dcdcde;
    border-top-width:0;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
header .header-list .sub-menu a{
    position:relative;
    width:100%;
    text-align:center;
    padding:12px 0
}
header .header-list .sub-menu a:hover{
    color:#b7193f;
}
header .header-list .sub-menu a::before{
    content:'';
    position:absolute;
    display:block;
    width:16px;
    height:16px;
    left:35px;
    top:50%;
    margin-top:-8px;
    background-size:cover;
    background-image:url(../img/double_arrow.svg);
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    opacity:0;
}
header .header-list .sub-menu a:hover::before{
    left:45px;
    opacity:1;
}
.lib-head{
    position:relative;
    height:calc(100vh - 72px);
}
.lib-search-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.fade-hero{
    height:100%;
}
.fade-hero .swiper-slide{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.lib-head-schedule{
    padding:16px 0;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    color: #ffffff;
}
.lib-head-schedule .l-content{
    max-width: 1213px;
    margin: 10px auto 0;
    padding: 0 20px;
}
.lib-head-schedule  .l-content-inner{
    max-width: 1073px;
    margin: 0 auto;
    padding: 0 50px;
}
.l-title{
    display: block;
    float: left;
    margin-bottom: 0;
    width: 20%;
    text-align: left;
}
.l-title h1, .l-title p{
    display: block;
    font-size: 18px;
    line-height: 1.3;
}
.l-list{
    display: block;
    float: left;
    width: 80%;
}
.l-list-item{
    display: block;
    float: left;
    width: 25%;
    font-size: 1rem;
    text-align: center;
    border-left: 1px solid #7f7f7f;
}
.l-list-item p{
    line-height: 1.6;
    font-size: 12px;
    font-weight:200;
}
.l-list-item span{
    display:block;
    font-size:16px;
    font-weight:200;
}
.lib-func-wrap{
    position: absolute;
    display: block;
    top: 200px;
    width: 100%;
    z-index: 2;
}
.lib-func-inner{
    max-width: 1213px;
    margin: 50px auto 0;
    padding: 0 20px;
}
.lib-func-container,
.lib-link-wrap{
    max-width: 1073px;
    margin: 0 auto;
    /*padding: 0 50px;*/
    background: rgba(246, 245, 242,.9);
}
.lib-link-wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgba(246, 245, 242,.9);
    border-top: 1px solid #dedede;
}
.lib-link-wrap ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lib-link-wrap ul li{
    width:20%;
}
.lib-link-wrap ul li a{
    display:block;
    padding:10px 0 20px;
    text-align: center;
    font-size:14px;
    color:#222;
}
.lib-link-wrap ul li:not(:last-child) a{
    border-right: 1px solid #dedede;
}
.lib-link-wrap ul li a .icon{
    display:block;
    width:48px;
    height:48px;
    margin:15px auto;
    background-size:cover;
}
.lib-link-wrap ul li a .icon.lib{
    background-image:url(../img/icon-lib.svg)
}
.lib-link-wrap ul li a .icon.cnki{
    background-image:url(../img/icon-cnki.svg)
}
.lib-link-wrap ul li a .icon.star{
    background-image:url(../img/icon-star.svg)
}
.lib-link-wrap ul li a .icon.book{
    background-image:url(../img/icon-book.svg)
}
.lib-link-wrap ul li a .icon.course{
    background-image:url(../img/icon-course.svg)
}

.lib-event-wrap{
    padding: 1px 0 0px;
    /*background: #f6f5f2;*/
}
.l-content{
    margin: 40px auto 0;
    padding: 0 20px;
}
.l-content h2.title{
    margin: 90px 0;
    color: #b7193f;
    font-size:30px;
    text-align: center;
    letter-spacing: .1em;
    font-weight:250;
}
.l-content h2.title span{
    display:block;
    font-size:10px;
    font-weight:400;
    text-transform:uppercase;
}
.lib-rules-wrap .rule-slice{
    position:relative;
    padding: 55px 45px 50px;
    border-top: 8px solid #b7193f;
    background-size:cover;
    background-position:center center;
}
.lib-rules-wrap .rule-slice:after{
    content:'';
    display:block;
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    background:rgba(0,0,0,.6);
    z-index:0;
}
.lib-rules-wrap .rule-slice .inner{
    position:relative;
    z-index:1;
}
.lib-rules-wrap .rule-slice h4{
    color:#fff;
    font-size:22px;
    font-weight:100;
    letter-spacing:2px;
    text-align:center;
    margin-bottom:32px;
}
.lib-rules-wrap .rule-slice ul{
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.lib-rules-wrap .rule-slice ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    
}
.lib-rules-wrap .rule-slice ul li a{
    display:block;
    position:relative;
    color:#fff;
    font-size:15px;
    font-weight:100;
    padding: 7px 0 7px 24px;
    transition: all .3s;
}
.lib-rules-wrap .rule-slice ul li a:hover{
    transform: translateX(15px);
}
.lib-rules-wrap .rule-slice ul li a:before{
    content:'»';
    position:absolute;
    left:0;top:0;
    font-size:22px;
    color:#fff;
}
.lib-rules-wrap .rule-slice.p1{background-image:url(../img/slice_01.jpg)}
.lib-rules-wrap .rule-slice.p2{background-image:url(../img/slice_02.jpg)}
.lib-rules-wrap .rule-slice.p3{background-image:url(../img/slice_03.jpg)}
.lib-rules-wrap .rule-slice.p4{background-image:url(../img/slice_04.jpg)}
.lib-event-wrap .event-img{
    display:block;
    height:0;
    padding-top:56%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.lib-event-wrap a.inner{
    display: block;   
    position: relative;
    margin-bottom: 60px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition-property: transform, box-shadow, opacity;
    transition-duration: 0.3s;
    box-sizing: border-box;
    animation: 0s ease 0s 1 normal none running none;
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 5px 0px;
}
.lib-event-wrap a.inner:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 30px 0px;
    transform: translateY(-4px);
}
.lib-event-wrap a.inner h3{
    font-size: 15px;
    min-height:40px;
    color: #222222;
    padding:10px 10px 0px 10px;
    letter-spacing:1px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.lib-event-wrap a.inner:hover h3{
    color: #b7193f;
}
.lib-event-wrap a.inner time{
    display:block;
    padding:5px 0 15px 10px;
    font-size:12px;
    color:#000;
    letter-spacing:2px;
}
.l-button{
    margin: -130px 0 50px;
}
.l-button>ul{
    display: table;
    margin-left: auto;
}
.l-button>ul li{
    display: table-cell;
    padding: 0 3px;
}
.l-button>ul li a{
    display: inline-block;
    background: #f6f5f2;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 17px;
    color:#222;
}
.l-button>ul li a:hover{
    color: #b7193f;
    outline:1px solid #b7193f;
}
header .header-list li a .icon,
.l-button>ul li a .icon,
.mask .icon{
    position:relative;
    margin-right:5px;
    transition: all 0.3s;
    display:inline-block;
    width:20px;
    top:3px;
}
header .header-list li a .icon{
    margin-right:0
}
.lib-donate-wrap .donate-list{
    margin: 50px 0 0 0;
}
.lib-donate-wrap .donate-list>ul{
    border-top: 2px solid #b7193f;
}
.lib-entry-cont.donate-list>ul{
    border-top: 1px solid #dedede;
}
.lib-entry-cont.donate-list>ul p{
    margin:0;
}
.lib-donate-wrap .donate-list>ul li{
    border-bottom: 1px solid #dedede;
}
.lib-donate-wrap .donate-list>ul li a{
    display:block;
    padding:12px 0;
}
.lib-donate-wrap .donate-list>ul li a:hover p{
    color:#b7193f
}
.lib-donate-wrap .donate-list time,
.lib-donate-wrap .donate-list span,
.lib-donate-wrap .donate-list p{
    display:inline-block;
    vertical-align:middle;
    font-size:15px;
    color:rgb(34,34,34);
    transition:all .3s;
}
.lib-donate-wrap .donate-list time{
    font-size:13px;
}
.lib-donate-wrap .donate-list time.time{
    margin-top:5px;
}
.lib-donate-wrap .donate-list span{
    margin:0 35px;
    width: 67px;
    font-size:14px;
        padding: 1px;
        border: 1px solid #b7193f;
        border-radius: 2px;
        font-weight: 300;
        text-align: center;
        letter-spacing: .1em;
}
.lib-donate-wrap .donate-list>ul li a:hover span{
    background-color:#b7193f;
    color:#fff;
    
}
.lib-donate-wrap .donate-list>ul li a:hover p,
.lib-donate-wrap .donate-list>ul li a:hover time{
    transform: translateX(8px);
}
.lib-entry-head .ttl{
    position: relative;
    height: 226px;
    background: #f6f5f2;
    /*
    -webkit-box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.3) inset;
    */
}
.lib-entry-head .inner{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    text-align: center;
    z-index: 2;
}
.lib-entry-head .inner h1{
    position: relative;
    margin-bottom: .5em;
    padding: 0 1em .5em;
    font-size: 40px;
    font-weight: 300;
    transition: all 0.2s;
}
.lib-entry-head .inner h1:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 8px;
    height: 1px;
    margin-left: -4px;
    background: #222;
}
.lib-entry-head .inner span{
    display: block;
    margin-bottom: .8em;
    font-size: 15px;
}
.lib-entry-head .navi{
    position:relative;
    min-height:88px;
}
.lib-entry-head .navi .inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 88px;
    padding-bottom: 19px;
    background: #f6f5f2;
}
.lib-entry-head .navi .inner .container{
    position:relative;
}
.lib-entry-head .navi .inner:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 19px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #dedede;
        background: #f8f8f8;
}
.lib-entry-head nav{
    position:relative;
    z-index: 1;
}
.lib-gallery{
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}
.lib-gallery.second{
    margin-top:150px;
    justify-content:flex-start;
}
.lib-gallery-item{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    width:25%;
    padding:5px;
    margin-bottom:25px;
}
.lib-gallery-item figure{
    width:80%;
    height:0;
    padding-left:15px;
    padding-right:15px;
    padding-top:112%;
    background-size:cover;
    background-position:center center;
}
.lib-gallery .team-info{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
.lib-gallery .team-info h3{
    font-family: 'Long Cang', cursive;
    font-size: 26px;
    font-weight: 400;
    padding-right:10px;
}
.lib-gallery .team-info span{
    display:block;
    font-size:14px;
    line-height:1.5;
}
.toggleBtn,.naviBtn{
    position: absolute;
    width: 80px;
    height: 80px;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
    z-index:2;
}
.toggleBtn{
    right:0;
    bottom:0;
    background:#fff;
    width:45px;
    height:45px;
}
.naviBtn{
    left:0;
}
.naviBtn:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border: 1px solid #dedede;
    border-top: none;
}
.naviBtn:after{
    content: 'NAVI';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    color: #b7193f;
    font-size: 1rem;
    text-align: center;
}
.naviBtn .icon{
    display:block;
    width:24px;
    height:24px;
    margin:auto;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    background-image:url(../img/icon-navi.svg?v=2)
    
}
.toggleBtn > i:before, 
.toggleBtn > i:after, 
.toggleBtn > i > i:before {
    content: '';
    position: absolute;
    right: 13px;
    width: 20px;
    height: 1px;
    background: #b7193f;
    transition: all 0.3s;
}
.toggleBtn > i:before {
    top: 16px;
}
.toggleBtn > i:after {
    top: 28px;
}
.toggleBtn  > i > i:before {
    top: 22px;
}
.toggleBtn  > i > i:after {
    top: 28px;
}
.js-status-localnav .toggleBtn > i:before {
    top: 22px;
    right: 13px;
    width: 18px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
.js-status-localnav .toggleBtn > i:after {
    top: 22px;
    right: 13px;
    width: 18px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
.js-status-localnav .toggleBtn > i > i:before {
    right: 0px;
    opacity: 0;
    height: 0;
  }
.local-nav{
    position:relative;
    margin-top:0;
    border-top:0;
}
.local-nav-cont{
    position:relative;
    z-index:1;
}
.local-nav-cont ul{
    padding:40px 120px;
    text-align: center;
/*    justify-content:center;*/
    display:none;
}
.local-nav-cont ul li{
    display:inline-block;
    padding:6px 32px;
}
.local-nav-cont ul li a{
    font-size:15px;
    color:#222;
    position:relative;
}
.local-nav-cont ul li a:hover{
    color:rgb(152,45,49);
    text-decoration:underline;
}
.local-nav-cont ul li a:before{
    content:'';
    position:absolute;
    display:block;
    width:16px;
    height:16px;
    left:-18px;
    top:50%;
    margin-top:-8px;
    background-size:cover;
    background-image:url(../img/double_arrow.svg);
}
.local-nav-cont ul{
/*    display:flex;*/
}
.bread-crumb {
    padding:31px 20px 10px 80px;
}
.bread-crumb li {
    float: left
}
.bread-crumb li a {
    color: #222;
    font-size:14px;
    font-weight: 400
}
.bread-crumb li a:hover {
    color: #b01d2d
}

.lib-entry-cont{
    margin:35px auto 55px auto;
    padding: 0 20px;
}
.lib-entry-cont p,
.lib-entry-cont ul li{
    font-size:16px;
    margin-bottom: 1em;
    line-height: 1.9;
}
.lib-entry-cont .qa-answer p{
    font-size:14px;
    text-indent:28px;
}
.lib-entry-cont strong{
    font-size:16px;
    font-weight:600;
}
.lib-entry-cont ul{
    padding-left:32px;
}
.donate-list ul{
    padding-left:0;
}
table img{
    width:20px;
}
table a{
    display:block;
    text-align: center;
}
.lib-entry-cont h3.subttl{
    position: relative;
    margin: 45px 0 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222222;
    border-bottom-width: 2px;
    font-size: 20px;
    font-weight: 300;
}
.lib-entry-cont h4.subttl{
    position: relative;
    color: #b7193f;
    font-weight: 400;
    margin: 60px 0 30px;
    padding-left: 18px;
    font-size: 16px;
}
.lib-entry-cont h4.subttl:before{
    content:'';
    position: absolute;
    top: 1px;
    left: 0;
    width: 3px;
    height: .95em;
    background: #b7193f;
}
.lib-entry-cont .rules-list li{
    position: relative;
    margin-bottom:12px;
    padding-left: 24px;
}
.lib-entry-cont .rules-list li:before{
    content: '・';
    position: absolute;
    top: 2px;
    left: 0;
}
.lib-entry-cont .rules-list li a{
    font-size:16px;
    color:#222;
}
.lib-entry-cont .rules-list li a:hover{
    color:#b7193f
}
.lib-entry-cont ol{
    padding-left:20px;
}
.lib-entry-cont .qa-question{
    position:relative;
    cursor:pointer
}
.lib-entry-cont .qa-question.active p{
    color:#b7193f
}
.lib-entry-cont .qa-answer{
    display:none;
}
.lib-entry-cont .qa-question::before,
.lib-entry-cont .qa-question::after{
    content:'';
    position:absolute;
    left:-10px;
    top:11px;
    width:2px;
    height:8px;
    background:#333;
    transition: all 0.3s;
}
.lib-entry-cont .qa-question::after{
    transform:rotate(90deg)
}
.lib-entry-cont .qa-question.active::before{
    transform:rotate(45deg) translate(-2px,2px);
    background:#b7193f
}
.lib-entry-cont .qa-question.active::after{
    transform:rotate(-45deg) translate(2px,2px);
    background:#b7193f
}
.lib-entry-cont .qa-question.active + .qa-answer{
    
}
.event-list{
    margin:25px 0;
}
.event-list .event-item{
    display:block;
    padding:2px 8px 2px 2px;
    margin-bottom:25px;
    font-size:0;
    transition-property: transform, box-shadow, opacity;
    transition-duration: 0.3s;
    box-sizing: border-box;
    animation: 0s ease 0s 1 normal none running none;
    
}
.event-list .event-item:hover{
    
}
.event-list figure{
    display:inline-block;
    vertical-align:top;
    width:30%;
    height:0;
    padding-top: 20%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.event-list .info{
    display:inline-block;
    vertical-align:top;
    width:70%;
    padding:0 5px 0 10px;
}
.event-list .info h4{
    font-size:14px;
    padding-top:3px;
    color:#333;
    min-height:34px;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 

}
.event-list .event-item:hover h4{
    color: #b7193f;
}
.event-list .info p{
    font-size:12px;
    line-height:1.4;
    padding:5px 0;
    color:#999;
}
.event-list .info time{
    display:block;
    font-size:12px;
    color:#666;
}
.imgSwiper{
    margin-top:25px;
}
.imgSwiper img{
    border-color:transparent;
    max-width:100%;
    height:560px;
}
.imgSwiper{
    width:100%;
    height:560px;
}
.imgSwiper .swiper-slide{
    width:677px;
}

footer{
    position:relative;
    overflow:hidden;
    background:#444;
    color:#fff;
}
footer a,footer a:hover{
    color:#fff;
}
footer .footer-logo{
    display: block;
    padding: 25px 0;
    width:200px;
    margin:auto;
}
footer .copy{
    padding: 19px 0;
    background: #3a3a3a;
    font-size: 12px;
    position: relative;
    text-align: center;
}
ul.search_ul{
    display: inline-table;
    min-width: 100%;
    border-bottom: 1px solid #db8c9f;
}
ul.search_ul li{
    display: table-cell;
    line-height:1.4;
    width:16.66%;
}
ul.search_ul li a{
    display: block;
    position: relative;
    padding: 14px;
    font-size: 15px;
    color:#222;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
ul.search_ul li a:hover,
.lib-link-wrap ul li a:hover{
    color:#b7193f
}
ul.search_ul li a:before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b7193f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.5s;
}
ul.search_ul li a:hover:before,
ul.search_ul li.cur a:before{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
ul.search_ul li.cur a{
    border-bottom-color: #b7193f;
    background: #f6f5f2;
}
.sinput, .sradio{
    padding: 40px 100px 20px;
    display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: normal;
      align-items: normal;
      align-content: normal;
}
.sinput input[name=sw]{
    position: relative;
    /*width: 100%;*/
    height: 50px;
    font-size:18px;
    text-indent:5px;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.sinput input[type=button]{
    width:100px;
    margin-left:10px;
    border-radius: 4px;
    background: #b7193f;
    font-size:16px;
    color:#fff;
    border:none
}
.sinput input[type=button]:hover{
    background:#fff;
    color:#b7193f;
    border:1px solid #b7193f;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
}
.sradio{
    padding:10px 100px 30px;
}
.sradio label{
    margin-right:15px;
    font-size:16px;
}
.sradio input[type=radio]{
    -webkit-appearance: radio
}
.w3eden .card h3{
    font-weight:400!important;
    padding-bottom:4px!important;
}
.w3eden .btn{
    font-weight:400!important;
    font-size:14px!important;
}
.w3eden .card:hover{
    background-color:#efefef;
    transition:background-color .15s linear;
    -webkit-transition:background-color .15s linear;
}
.tele{
    background-color: #3e3e3e;
    color: #fff;
    width: 100%;
    display: block;
    height: 48px;
    max-width: 400px;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 2.4rem;
    margin-top: 10px;
    letter-spacing:2px;
}
.tele:hover{
    color:#fff;
}
.ff-el-section-break .ff-el-section-title{
    font-weight:400
}
/***pager overwrite***/
.wp-pagenavi{
    text-align: center;
    padding-top: 25px;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none;
    padding:5px 12px;
    color:#676567;
    background-color:#dcdcdc;
    border-radius:2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    background-color:#b7193f;
    color:#fff;
    font-weight:normal;
}
.mask{display:none}
/***Phone Set***/
@media only screen and (max-width:430px){
    body{
        padding-top:45px;
    }
    header{
        height:45px;
        box-shadow:none;
    }
    header .header-inner{
        padding:0 0 0 10px;
    }
    header .header-logo{
        max-width:136px;
    }
    .lib-head{
        height: calc(85vh - 72px)
    }
    .lib-head-schedule .l-content{
        padding:0;
        margin:0;
    }
    .lib-head-schedule{
        padding:8px 0;
    }
    .lib-head-schedule .l-content-inner{
        padding:0 5px;
    }
    .l-title,.l-list{
        width:100%;
        float:none;
        text-align:center;
    }
    .l-title h1, .l-title p{
        font-size:14px;
        display:inline-block;
        padding:0 2px;
    }
    .l-list-item:first-child{
        border:none;
    }
    .l-list-item p,
    .l-list-item span{
        font-size:12px;
    }
    .lib-func-wrap{
        top:60px;
    }
    .lib-func-inner{
        padding:0 5px;
    }
    .event-list .info h4{
        padding:0;
        font-size:13px;
    }
    .event-list .info p{
        padding:0;
        margin:2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sinput, .sradio{
        padding:40px 10px 20px
    }
    .sradio {
        padding: 10px 10px 20px;
    }
    .sinput input[type=button]{
        font-size:14px;
    }
    ul.search_ul li a{
        padding:14px 8px;
        font-size:12px;
    }
    .lib-link-wrap ul li a .icon{
        width:36px;
        height:36px;
    }
    .lib-link-wrap ul li a{
        font-size:12px;
        padding:10px 0 5px 0;
    }
    .lib-entry-head .ttl {
        height:96px;
    }
    .lib-entry-head .inner h1{
        margin-bottom:0;
        font-size:18px;
    }
    .lib-entry-head .inner span{
        font-size:12px;
    }
    .lib-entry-head .navi .inner{
        top:38px;
    }
    .l-content{
        margin:10px auto 0;
    }
    .l-content h2.title{
        margin:20px 0 15px 0;
    }
    .l-button{
        text-align:center;
        margin:0 auto 15px auto;
    }
    .l-button>ul{
        display:flex;
        justify-content: center;
    }
    .lib-event-wrap a.inner{
        margin-bottom:10px;
    }
    .lib-event-wrap a.inner h3{
        font-size:12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding:0;
        margin:5px;
        min-height:24px;
    }
    .lib-event-wrap a.inner time{
        padding:0 0 5px 5px;
    }
    .lib-event-wrap .col-xs-6{
        padding-left:5px;
        padding-right:5px;
    }
    .lib-donate-wrap .donate-list {
        margin: 25px 0 0 0;
    }
    .lib-donate-wrap .donate-list span{
        font-size:12px;
    }
    .lib-donate-wrap .donate-list p{
        font-size:14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .naviBtn{
        left:4px;
        top:4px;
        width:60px;
        height:60px;
    }
    .naviBtn:before{
        border:none;
    }
    .lib-entry-head .navi{
        min-height:68px;
    }
    .bread-crumb{
        padding: 24px 20px 0px 50px;
    }
    .lib-entry-cont{
        padding:0;
    }
    .lib-gallery-item{
        width:50%;
    }
    .lib-gallery .team-info{
        flex-direction:column;
    }
    .lib-gallery.second{
        margin-top:25px;
    }
    .hint{
        padding:25px 0 100px 0;
        position:relative;
        visibility: hidden
    }
    .hint:after{
        content:'';
        display:block;
        position:absolute;
        width:32px;
        height:32px;
        bottom:50px;
        left:50%;
        margin-left:-16px;
        background-size:contain;
        background-position:center center;
        background-repeat: no-repeat;
        background-image:url(../img/icon-arrowdown.svg);
    }
    .hint p{
        text-align:center;
        font-size:14px;
        margin-bottom:0;
        font-weight: 300;
    }
    .hint span{
        display:block;
        text-align:center;
        font-size:11px;
        color:#b7183f;
        font-weight: 200;
    }
    footer .footer-logo{
        width:120px;
    }
    .mask{
        display:block;
        position:fixed;
        top:45px;
        bottom:0;
        width:100vw;
        height:calc(100vh - 45px);
        background:rgba(255,255,255,1);
        z-index:2;
        transition:all .3s;
        visibility:hidden;
        opacity:0;
    }
    .js-status-localnav .mask{
        visibility:visible;
        opacity:1;
    }
    .mask .inner{
        padding:5px 25px 0 25px;
    }
    .mask h3{
        font-weight:200;
        padding-top:15px;
    }
    .mask ul{
        display:flex;
        flex-wrap:wrap;
        padding:5px 0 15px 0;
        border-bottom:1px solid #eee;
    }
    .mask ul.last{
        padding:12px 0 15px 0;
        border-bottom:none;
    }
    .mask ul.last li a{
        display:inline-block;
        vertical-align:middle;
        text-indent:5px;
    }
    .mask ul li{
        width:50%;
    }
    .mask ul li a{
        display:block;
        padding:5px 0;
        font-size:18px;
        font-weight:200;
        color:#2e2e2e;
        text-indent:24px;
    }
    .mask .icon{
        margin-right:0px;
        transition: all 0.3s;
        display:inline-block;
        vertical-align:text-top;
        width:20px;
        top:3px;
    }
}
