body{
    color: #000;
    font-family: 微軟正黑體,Microsoft JhengHei UI,Microsoft JhengHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{
    -webkit-font-smoothing: antialiased;
}
a, button{
    transition:all .15s;
}
button{
    border-width: 0;
    border-style: none;
    border-color: none;
}
.form-control{
    height:40px;
    border-radius: 0;
}
/* scroll To Top */
#toTop {
	font-size:25px;
	line-height:38px;
	background-color: rgba(255,86,167,0.5);
	color: #FFF;
	position: fixed;
    height: 40px; 
    width: 40px;
	right: 6px; bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration:none;
	display:none;
	z-index: 1000;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#toTop:hover {
	background-color: rgba(255,86,167,1);
}
#toTop:before {
	font-family: "fontawesome";
	content: "\f062";
}
/* pc-show mobile-hide */
.pcs-mh{
    display: block;
}
.ms-pch{
    display: none;
}
/* side-panel */
.side-panel{
    width: 70px;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.side-panel li{
    width: 100%;
}
.side-panel li a{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 10px;
    transition: all .2s;
}
.side-panel li a:hover, .side-panel li a:active, .side-panel li a:focus{
    transform: translateX(-5px);
    text-decoration: none;
    box-shadow: 5px 0px 3px rgba(0,0,0,0.2);
}
.side-panel li a.fb{
    background-color: #4267b2;
    color: #fff;
}
.side-panel li a.line{
    background-color: #00b900;
    color: #fff;    
}
.side-panel li a .line-icon{
    width: 65%;
    margin-bottom: 5px;
}
.side-panel li a.phone-icon{
    background-color: #f47799;
    color: #fff;
}
.side-panel li a.download-form{
    font-size: 17px;
    line-height: 18px;
    padding-top:20px;
    background-color: #fbb03b;
    color: #000;
}
/* header */
.index-nav-only{
    display: none;
}
.springclub-header{
    z-index: 99;
}
.springclub-header{
    position: relative;
}
.springclub-header::after{
    display: block;
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(115deg, transparent 12%, #ff56a7 12%);
    z-index: -1;
}
.springclub-header-2::after{
    display: none;
}
.springclub-header .navbar-toggle .icon-bar{
    background-color:#0071bc;
}
.springclub-header .navbar-brand{
    height: auto;
}
.springclub-header ul.nav > li > a{
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
}
.springclub-header ul.nav li a:hover, .springclub-header ul.nav li a:active, .springclub-header ul.nav li a:focus{
    background-color: transparent;
    color: #ff7bac;
}
.springclub-header ul.navbar-right li a{
    color: #fff;
}
.springclub-header ul.navbar-right li a:hover, .springclub-header ul.navbar-right li a:active, .springclub-header ul.navbar-right li a:focus{
    color: rgba(255,255,255,0.8);
}
.springclub-header .nav{
    margin-top: 20px;
    margin-left: 20px;
}
.springclub-header .nav + .nav{
    margin-left: 0;
}
.springclub-header .dropdown-menu{
    top: 60px;
    border: 0;
    border-radius:0;
}
.springclub-header .dropdown-menu>li>a{
    padding: 10px 20px;
    border-bottom:1px solid rgba(0,0,0,0.08);
}
.springclub-header .dropdown-menu>li:last-child>a{
    border-bottom:0;
}
.navbar{
    margin-bottom: 0;
}
#header{
    width: 100%;
}
#header.transparent {
    position:absolute;
    background-color:transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
#header.fixed {
    position:fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.1);
    z-index: 99;
    width: 100%;
    transition: all .200s;
}
#header.fixed #topNav a.logo {
    height:60px;
    line-height:50px;
}
#header.fixed #topNav a.logo>img {
    height:60px;
}
#header.fixed #topNav #topMain>li>a {
    height:60px;
    line-height:40px;
}
/* 首頁-index-kv */
.index-kv{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    background-color: rgba(250,208,219,0.3);
    background-image:   linear-gradient(75deg, rgba(255,255,255,1) 12%, transparent 12%),
                        linear-gradient(105deg, transparent 88%, rgba(255,255,255,1) 88%);
}
.index-kv-content{
    position: relative;
    margin: 0 auto;
    overflow: hidden;    
    width: 100%;    
}
.index-kv-content .owl-carousel{
    margin-bottom: 0;    
}
.index-kv-content .owl-item > div{
    height: 725px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-kv-content .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 1.2s both ease;
    -moz-animation: fadeOut 1.2s both ease;
    animation: fadeOut 1.2s both ease;
}
.index-kv-content .owl-fade-in {
    -webkit-animation: fadeIn 1.2s both ease;
    -moz-animation: fadeIn 1.2s both ease;
    animation: fadeIn 1.2s both ease;
}
.index-kv-register{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    padding-top: 120px;
    padding-left: 40px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}
.index-kv-box{
    width: 350px;
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    padding:30px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}
.index-kv-box .form-control{
    border: 1px solid #ff56a7;
}
.index-kv-box .col-xs-6:first-child{
    padding-right: 7px;
}
.index-kv-box .col-xs-6:last-child{
    padding-left: 7px;
}
.index-kv-box .confirm{
    text-align: center;
    color: #ff56a7;
    font-size: 12px;
    margin:0;
}
.index-kv-box .confirm a, .index-kv-box .confirm a:hover, .index-kv-box .confirm a:focus{
    color: #ff56a7;
}
.index-kv-box h3{
    color: #0071bc;
    font-size: 34px;
    margin:0 0 20px 0;
}
.index-kv-box h5{
    color: #ff56a7;
    font-size: 17px;
    font-weight: lighter;
    margin:0 0 5px 0;
}
.index-kv-register .btn-toggle i{
    display: none;
}
.index-events-ongo{
    padding: 40px 0px;
}
.index-events-ongo .events-ongo{
    background-color: transparent;
}
.btn-toggle i{
    animation-name: blink;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}
.btn-toggle i:nth-of-type(1), .btn-toggle i:nth-of-type(6){
    animation-delay: 0s;
}
.btn-toggle i:nth-of-type(2), .btn-toggle i:nth-of-type(5){
    animation-delay: 0.3s;
}
.btn-toggle i:nth-of-type(3), .btn-toggle i:nth-of-type(4){
    animation-delay: 0.6s;
}
@keyframes blink{
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }    
}
/* 首頁-index-kv-title */
.index-kv-title{
    padding: 40px 0;
    text-align: center;
}
.index-kv-title h1{
    color: #ff56a7;
    font-size: 37px;
    margin-bottom: 30px;
}
.index-kv-title h1 > span{
    color: #0071bc;
}
.index-kv-title p{
    font-weight: lighter;
    font-size: 17px;
}
/* 首頁-index-middle-nav */
.index-middle-nav{
    padding: 60px 0px;
    background-color: #0071bc;
}
.index-middle-nav .owl-carousel, .index-socila-media .owl-carousel{
    margin-bottom: 0;
}
.index-nav-btns{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.index-nav-btns li{
    display: inline-block;
    padding: 0 4px;
}
.index-nav-btns li a, .index-nav-btns div a{
    display: block;
    padding: 5px 12px;
}
.index-nav-btns .owl-carousel .owl-item div{
    padding: 0 5px;
}
/* index-occupation */
.index-occupation{
    background-color: #f0d4e4;
    padding:  40px 0;
}
.index-occupation-img img{
    max-width: 100%;
}
.index-occupation-slide{
    padding-top:25px ;
}
.index-occupation .owl-carousel{
    margin-bottom: 0;
}
.index-occupation .btn-black{
    background-color: #000;
}
/* 首頁-index-member */
.index-member{
    position: relative;
    padding: 60px 0;
    background: url(../images/index-member-bg.jpg) no-repeat center;
    background-size: cover;
}
.index-member h3{
    font-size: 45px;
    font-weight: normal;
    color: #ff56a7;
    text-align: center;
    margin-bottom: 30px;
}
.index-member .owl-carousel.featured .owl-prev, .index-member .owl-carousel.featured .owl-next{
    background-color: #ff56a7;
    color: #fff !important;
    border-radius: 50%;
    line-height: 25px !important;
}
.index-member .owl-carousel.featured .owl-prev:hover, .index-member .owl-carousel.featured .owl-next:hover{
    background-color: #0071bc;
}
.photo-item{
    padding: 0 10px;
}
.photo-item a{
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ff56a7;
}
.photo-item .name{
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.photo-item .photo{
    height: 200px;
    margin-bottom: 5px;
    overflow: hidden;
}
.photo-item .photo img{
    max-width: 100%;
}
.photo-item .sayhi{
    display: block;
    position: absolute !important;
    width: 100%;
    padding: 10px 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .1s;
    background-color: rgba(255,86,167,0.8);
    color: #fff;
    text-align: center;
}
.photo-item a:hover, .photo-item a:active, .photo-item a:focus{
    text-decoration: none;    
}
.photo-item a:hover .sayhi{
    opacity: 1;
}
.index-member .btn-cta, .index-lovestory .btn-cta{
    display: block;
    margin: 0 auto;
}
/* 首頁-愛情見證 */
.index-lovestory{
    background-color: #fed8e8;
    padding: 60px 0;
}
.index-lovestor-video{
    padding-top: 20px;
}
.index-lovestor-title-t{
    width: 48%;
    display: inline-block;
}
.index-lovestor-title-t + .index-lovestor-title-t{
    margin-left: 1%;
}
.index-lovestor-title img{
    max-width: 100%;
}
.index-lovestory .row{
    margin-bottom: 20px;
}
/* 首頁-index-promo */
.index-promo{
    padding: 60px 0;
    overflow: hidden;
}
.index-promo h3{
    font-size: 37px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff56a7;
}
.index-promo-slide{
    position: relative;
    max-width: 930px;
    margin: 0 auto;
}
.index-promo-slide::before, .index-promo-slide::after{
    background: url(../images/ribbon.png) no-repeat;
    width: 242px;
    height: 127px;
    display: block;
    content:"";
    position: absolute;
    z-index: -1;
}
.index-promo-slide::after{
    right: -200px;
    top: -20px;
}
.index-promo-slide::before{
    left: -200px;
    bottom: -20px;
    transform: scaleX(-1) rotate(15deg);
   
}
.index-promo .owl-carousel{
    overflow: inherit !important
}
.index-promo .owl-pagination{
    bottom: -70px;
}
.index-promo .owl-carousel a{
    transition: all .2s;
}
/* 首頁-index-event */
.index-event{
    padding: 60px 0;
    background-color: #fff7fc;
}
.index-event h3{
    font-size: 37px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff56a7;
}
.index-event .owl-carousel{
    overflow: inherit !important
}
.index-event .owl-pagination{
    bottom: -70px;
}
.index-event .owl-carousel a{
    color: #000;
}
.index-event .owl-carousel a h5{
    font-size: 17px;
}
.index-event .owl-carousel a{
    transition: all .2s;
    display: block;
}
.index-event .owl-carousel a .photo{
    height: 185px;
    overflow: hidden;
}
.index-event .owl-carousel a .photo img{
    width: 100%;
}
.index-event .owl-carousel a:hover, .index-event .owl-carousel a:active, .index-event .owl-carousel a:focus{
    color: #ff56a7;
    text-decoration: none;
}
.index-event .owl-carousel a:hover img, .index-event .owl-carousel a:active img, .index-event .owl-carousel a:focus img{
    opacity: 0.8;
}
/* 首頁-戀愛講堂 */
.index-loveclass{
    padding: 60px 0;
    background-color: #f5fbfd;
}

.index-loveclass h3{
    font-size: 37px;
    margin-bottom: 20px;
    text-align: center;
    color: #0071bc;
}
.index-loveclass-sec{
    list-style: none;
    padding: 0;
}
.index-loveclass-sec::after{
    display: table;
    content: '';
    clear: both;
}
.index-loveclass-sec h4{
    margin: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-loveclass-sec p{
    margin: 0 0 5px 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-loveclass-sec li{
    margin-bottom: 15px;
}
.index-loveclass-sec li a{
    position: relative; 
    color: #000;
    transition: color .2s;
    text-align: left;
    display: block;
    background-color: #fff;
    text-decoration: none;
    padding: 15px 10px 15px 75px;
    border-radius: 10px;
}
.index-loveclass-sec li a::before{
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    content: '';
    background-image: url(../images/topic.png);
    background-size: 40px auto;
    overflow: hidden;
    width: 40px;
    height: 47px;
}
.index-loveclass-sec li a::after{
    display: block;
    position: absolute;
    width: 1px;
    height: 47px;
    content: '';
    left: 65px;
    top: 12px;
    background-color: #000;
}
.index-loveclass-sec li a:hover{
    color: #ff56a7;
}
.index-loveclass-sec li:nth-of-type(2) a::before{
    background-position-y: -47px;
}
.index-loveclass-sec li:nth-of-type(3) a::before{
    background-position-y: -94px;
}
.index-loveclass-sec li:nth-of-type(4) a::before{
    background-position-y: -141px;
}
.index-loveclass-sec li:nth-of-type(5) a::before{
    background-position-y: -187px;
}
.index-loveclass-sec li:nth-of-type(6) a::before{
    background-position-y: -234px;
}
.index-loveclass-sec li:nth-of-type(7) a::before{
    background-position-y: -281px;
}
.index-loveclass-sec li:nth-of-type(8) a::before{
    background-position-y: -328px;
}
/* 首頁-春天會館特色 */
.index-features{
    padding: 60px 0;
    background-color: #f2f2f0;
}
.index-features-box{
    text-align: center;
}
.index-features-box h4{
    color: #ff56a7;
    font-size: 25px;
}
.index-features-photo{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius:120px;
}
.index-features-photo img{
    max-width: 100%;
}
/* 首頁-social-media */
.index-socila-media{
    padding: 60px 0;
}
.index-socila-media .owl-item > div > a{
    margin: 0 auto;
}
.index-socila-media-icons{
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
}
.index-socila-media-icons li{
    display: inline-block;
    text-align: center;
    width: 12.5%;
    padding: 0 15px;
}
.index-socila-media-icons li + li{

}
/* 註冊 */
.register-form{
    width: 100%;
    overflow: hidden;
    padding: 120px 0 60px 0;
    min-height: 800px;
    background-color: rgba(250,208,219,0.3);
    background-image:   linear-gradient(75deg, rgba(255,255,255,1) 12%, transparent 12%),
                        linear-gradient(105deg, transparent 88%, rgba(255,255,255,1) 88%);
}
.register-block{
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.register-block .register-steps{
    list-style: none;
    line-height: 1.9rem;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.register-block .register-steps li{
    display: inline-block;
    font-size: 15px;
    color: #999;
}
.register-block .register-steps li.active.done{
    font-size: 90px;
}
.register-block .register-steps li.active{
    color: #0071bc;
    font-size: 35px;
}
.register-block .register-steps li.active span{
    font-size: 65px;
}
.register-block .register-steps li.active > i{
    font-size: 18px;
}
.register-block .register-steps li + li{
    margin-left: 8px;
}
.register-block .register-steps li > i{
    margin-left: 2px;
}
.register-block .register-box{
    background-color: #fff;
    border: 3px solid #ffd9ef;
    border-radius: 8px;
    padding: 50px;
}
.register-box .form-control{
    border-radius:0;
    border: 2px solid #ccc;
    height: 40px;
}
.register-box-head{
    border-bottom:1px solid #e6e6e6;
}
.register-box-head h3{
    color: #ff56a7;
    font-size: 33px;
}
.register-box-head p{
    font-size: 23px;
    color: #0071bc;
}
.register-box-head p.txt{
    font-size: 15px;
    color: #2d2d33;
}
.register-box-content{
    padding: 40px 0px 0px 0px;
    min-height: 500px;
}
.register-steps-imgs{
    position: absolute;
    right: -450px;
    top: 30%;
    z-index: -1;
}
.register-box .register-submit{
    margin-bottom: 0 !important;
}
.register-submit{
    margin-top: 40px;
}
.register-submit .btn-gray, .register-submit .btn-upload{
    font-size: 18px;
    padding: 15px 5px;
}
.register-box .code img{
    margin-top: 30px;
}
.register-box .btn-black, .register-submit .btn-black{
    font-size: 18px;
}
.register-box .btn-black > i, .register-submit .btn-black > i{
    margin-left: 5px;
}
.register-box .confirm{
    color: #333;
    text-align: center;
    margin: 15px 0 0 0;
}
.register-box .confirm a{
    color: #333;
}
.register-box h4.title{
    font-size: 15px;
    font-weight: normal;
    font-weight: 700;
}
.register-box .form-group{
    margin-bottom: 30px;
}
.register-box h4.title > span{
    font-size: 12px;
    margin-left: 3px;
}
.register-box .checkbox-inline{
    position: relative;
    z-index: 2;
    padding: 6px 12px;
    margin-right: 5px;
    margin-bottom: 15px;
    color: #666;
}
.register-box .checkbox-inline:last-child{
    margin-right: 0px;
}
.register-box .checkbox-inline + .checkbox-inline{
    margin-left: 0;
}
.register-box .checkbox-inline input[type=checkbox]{
    position: absolute;
    left: -9999px;
}
.register-box .checkbox-inline input[type=checkbox] + i{    
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.5rem;
    border: 1px solid #cccccc;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color .2s;
}
.register-box .checkbox-inline input[type=checkbox]:checked + i{
    background-color: #fff3c2;
    z-index: -1;    
}
.register-box .others{
    width: 100%;
    margin-bottom: 20px;
}
.register-box textarea.form-control{
    height: auto;
}
.register-box .others .form-control{
    height: 30px;
    border-width:1px;
}
.register-box .others .control-label{
    padding-right: 0;
    padding-top: 3px;
}
.register-box .nav-tabs{
    border-bottom: 0;
}
.register-box .nav-tabs>li>a{
    border: 0;
    border-radius: 0;
    background-color: #cccccc;
    color: #fff;
}
.register-box .nav-tabs>li + li{
    margin-left: 30%;
}
.register-box .nav-tabs>li>a:hover{
    background-color: #999;
}
.register-box .nav-tabs>li{
    margin-bottom: 0;
}
.register-box .nav-tabs>li.active>a, .register-box .nav-tabs>li.active>a:focus, .register-box .nav-tabs>li.active>a:hover{
    background-color: #ff56a7;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.register-box .table-responsive{
    overflow: visible;
}
.register-box .account{
    color: #ff56a7;
}
.register-question-txt{
    margin-top: 20px;
}
.register-note .photo{
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: center;
}
.register-note .photo h5{
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
.register-note .photo li{
    width: 30%;
    font-size: 12px;
    display: inline-block;
    padding: 10px 2px;
    border: 1px solid #000;
    border-radius: 10px;
}
.register-note .photo li + li{
    margin-left: 10px;
}
.register-note .photo::after{
    display: table;
    content:'';
    clear: both;
}
.register-note ol{
    padding-left: 20px;
}
.register-note ol li, .register-note h5{
    color: #ff0000;
    font-size: 12px;
}
.register-note h4{
    text-align: center;
    font-weight: bold;
}
.register-note h4.title{
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
}
.register-note p{
    text-align: center;
    line-height: 1.6;
}
.register-file-upload{
    margin-bottom: 30px;
}
.register-file-upload label{
    font-weight: lighter;
    font-size: 13px;
}
.register-file-upload label > span{
    font-weight: 800;
}
.register-file-upload .file{
    padding: 5px;
    color: #666;
    border: 1px solid #ccc;
}
.register-file-upload .red{
    text-align: left;
    color: #ff0000;
    font-size: 12px;
}
.register-file-upload .upload{
    margin-top: 10px;
    text-align: right;
}
.idcard{
    width: 70%;
    margin: 0 auto 30px auto;
}
.idcard img{
    width: 100%;
}
.photo-preview{
    width: 250px;
    height: 290px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 auto 15px auto;
}
.photo-preview img{
    width: 100%;
}
.memberclass{
    font-size: 15px;
    margin-bottom: 20px;
}
.memberclass span{
    color: #ff56a7;
    font-weight: bold;
}
.member-table{
    font-size: 12px;
    text-align: center;
    margin-top: 100px;
}
.member-table .table>thead>tr>th:first-child{
    width: 16%;    
}
.member-table .table>thead>tr>th:last-child:after{
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    top: -90px;
    left: 0px;
    background: url(../images/memberform01.png) no-repeat;
    background-size: 100%;
}
.member-table .table>thead>tr>th:nth-last-of-type(2):after{
    content: '';
    display: block;
    width: 90%;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 5%;
    background: url(../images/memberform02.png) no-repeat;
    background-size: 100%;
}
.member-table .table>thead>tr>th{
    width: 21%;
    border-bottom:1px solid #ddd;
    text-align: center;
    position: relative;
}
.member-table .table>thead>tr>th img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.member-table .table>tbody>tr:first-child >td{
    padding-top: 20px;
}
.member-table .table>tbody>tr>td:nth-of-type(2){
    background-color: #d9effc;
}
.member-table .table>tbody>tr>td:nth-of-type(3){
    background-color: #efe9f4;
}
.member-table .table>tbody>tr>td:nth-of-type(4){
    background-color: #ffedb6;
}
.member-table .table>tbody>tr>td:nth-of-type(5){
    background-color: #fae7f1;
}
.member-table .table>tbody>tr>td + td{
    border-left:1px solid #ddd;
}
.register-box-content .text-red{
    text-align: right;
}
.register-box-content .text-red a{
    color: #ff0000;
}
.location-kv{
    width: 100%;
    min-height: 700px;
    background-image: url(../images/location_bg_pc.jpg);
    background-size: cover;  
}
.location-kv .people, .lovesalon .people{
    display: none;
}
.location-kv .container{
    position: relative;
}
.location-kv-text{
    position: absolute;
    top: 120px;
    left: 15px;
    text-align: center;
}
.location-kv-text h1{
    color: #ff56a7;
    font-size: 63px;
    margin-bottom: 20px;
}
.location-kv-text p{
    font-size:17px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #000;
}
.location-kv-text span.spring{
    color: #ff56a7;
}
.location-kv-text span{
    color: #0071bc;   
}
.location-kv-box{
    max-width: 420px;
    list-style: none;
    padding: 30px 20px;
    margin: 0;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #000;
    border-radius: 20px;
}
.location-kv-box::after{
    content: '';
    display: table;
    clear: both;
}
.location-kv-box li{
    display: block;
    float: left;
    width: 50%;
    padding: 8px 6px;
}
.location-kv-box li a{
    width: 100%;
    padding: 8px 5px;
    display: block;
    background-color: #808080;
    color: #fff;
    border-radius: 30px;
    transition: background-color .2s;
}
.location-kv-box li a:hover, .location-kv-box li a:active, .location-kv-box li a:focus{
    text-decoration: none;
    background-color: #ff56a7;
}
.location-kv-box li a>i{
    margin-left: 5px;
}
.location-title{
    padding: 40px 0;
}
.location-title h2{
    text-align: center;
    font-weight: normal;
    margin: 0;
    line-height: 1.6;
}
.location-place{
    background-color: #f0d4e4;
    padding: 40px 0;
}
.location-place-block h3{
    font-size: 37px;
    font-weight: bold;
    color: #ff56a7;
}
.location-place-box{
    background-color: #fff;
    padding: 35px 20px;
    position: relative;
    margin-bottom: 20px;
}
.location-place-list{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.location-place-list li{
	position: relative;
	line-height: 1.8;
	color: #000;
	padding-left: 20px;
}
.location-place-list li.phone::before,
.location-place-list li.mail::before,
.location-place-list li.add::before,
.location-place-list li.time::before,
.location-place-list li.description::before{
    position: absolute;
	left: 0;
    top: 6px;
    font: normal normal normal 16px/1 FontAwesome;
    width: 18px;
    height: 18px;
    text-align: center;
}
.location-place-list li.phone::before{	
	content: "\f095";  
}
.location-place-list li.mail::before{
	content: "\f0e0";
}
.location-place-list li.add::before{
	content: "\f041";
}
.location-place-list li.time::before{
	content: "\f017";
}
.location-place-list li.description{
    margin-top: 20px;
}
.location-place-list li.description::before{
	content: "\f05a";
}
.location-place-list li.time span{
	padding-left: 70px;
}
.location-place-btns{
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-place-btns li{
	display: block;
	float: left;
	width: 50%;
	padding: 0 5px;
}
.location-place-btns::after{
	display: table;
	content: '';
	clear: both;
}
.location-staff-back{
    text-align: center;
    margin-top: 15px;
}
.location-staff-back a{
    color: #000;
    font-size: 19px;
    text-decoration: underline;
}
.location-staff-back a > i{
    margin-left: 5px;
}
.btn-location{
	display: block;
	text-align: center;
    background-color: #808080;
    color: #fff;
	border-radius:30px;
	padding: 8px 2px;
	height: auto;
}
.btn-location:hover, .btn-location:active, .btn-location:focus{
    background-color: #ff56a7;
    color: #fff;
}
.btn-location > i{
	margin-left: 5px;
}
.location-place-social{
	position: absolute;
	right: 10px;
	top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-place-social li{
    display: block;
    float: left;
}
.location-place-social li + li{
    margin-left: 5px;
}
.location-place-social li .social-icon{
    background-color: #ff56a7;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;  
}
.location-place-social li .social-icon:hover, .location-place-social li .social-icon:active, .location-place-social li .social-icon:focus{
    background-color: #000;
}
.location-place-social li .social-icon i{
	color: #fff;
    margin-top: 7px;
    font-size: 18px;
}
.location-place-social li .social-icon img{
    max-width: 52%;
    margin-top: 6px;
}
.location-photos{
    padding: 100px 0 40px 0;
    width: 100%;
    min-height: 700px;
    background-image: url(../images/location_bg_pc2.jpg);
    background-size: cover;  
}
.location-photos h1{
    color: #ff56a7;
    font-size: 63px;
}
.location-place-block .location-place-box{
    border: 1px solid #000;
    height: auto;
}
.location-place-block .location-place-box .location-place-list li{
    font-size: 14px;
}
.location-photo-slider{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #000;
}
.location-photo-slider .flex-control-thumbs{
    margin: 20px 0 0;
}
.location-place-block h3, .location-photo-show h3{
    font-size: 41px;
    font-weight: bold;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location-staff{
    background-color: #f0d4e4;
    padding: 40px 0;
}
.location-staff h2{
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.location-staff-block{
    padding: 40px;
    background-color: #fff;
}
.location-staff-item{
    list-style: none;
    padding: 0;
    margin: 0;
}
.location-staff-item::after{
    display: table;
    content:'';
    clear: both;
}
.location-staff-item li{
    display: block;
    margin-bottom: 20px;
}
.location-staff-item p{    
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 10px;
    line-height: 1.8;
    color: #000;
}
.location-staff-txt{
    height: 140px;
    overflow: hidden;
}
.location-staff-photo{
    width: 220px;
    height: 220px;
    margin: 0 auto 15px auto;
    border-radius:50%;
    overflow: hidden;
}
.location-staff-photo img{
    max-width: 100%;
}
.location-staff-name{
    text-align: center;
    font-size: 25px;
    color: #000;
}
.location-staff-title{
    text-align: center;
    margin-bottom: 10px;
}
.location-photo-slider .flex-control-nav li{
    margin: 0 2px 4px 2px;
}
.events-bg{
    background-image:url(../images/events_bg.jpg);                        
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.events-bg.events-list-bg::after{
    background-attachment: fixed;
}
.events-bg::after{
    display: block;
    width: 100%;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    background-image:url(../images/events_bg2.png);
    background-position:center top; 
    background-repeat: no-repeat;
    z-index: 1;
}
.events-bg .container{
    padding:0;
}
.events-box{
    position: relative;
    background-color: #fff;
    padding: 0px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
    z-index: 10;
}
.events-container{
    padding: 40px 40px 0 40px;
}
.events-container nav.nav-pagination{
    text-align: center;
}
.events-container::after, .events-type-block::after, .events-all-block::after{
    display: table;
    content:'';
    clear: both;
}
.spring-title{
    color: #ff56a7;
    font-size: 39px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    font-weight: normal;
}
.spring-title > i.line{
    display: inline-block;
    background-color: #ff7bac;
    width: 1px;
    height: 39px;
    margin: 0px 12px -5px 12px;
}
.spring-title > span{
    letter-spacing:0;
    color: #0071bc;
    font-size: 23px;
}
.events-txt{
    font-size:17px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.events-slider{
    position: relative;  
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
    z-index: 2;
}
.events-slider-obj .owl-carousel{
    overflow: visible;
}
.events-slider-obj .controlls-over .owl-pagination{
    bottom: -60px;
}
.events-slider-obj .owl-carousel img{
    max-width: 100%;
}
.events-type{
    text-align: center;
    margin-bottom: 30px;
}
.events-type h3{
    font-size:30px;
    font-weight: bold;
    color: #006837;
}
.events-type-block{
    margin-top: 30px;
}
.events-type-item{
    position: relative;
    text-align: left;
    margin-bottom:30px;
    background-color:#fafafa;
}
.events-type-item::after{
    position:absolute;
    display: block;
    content:'';
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-left:13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 13px solid #ff56a7;
    border-bottom: 13px solid #ff56a7;
}
.events-type-item-txt{    
    padding:20px;
    height: 210px;
}
.events-type-item-txt h4{
    color:#006837;
    font-size: 24px;
    font-weight: bold;
}
.events-type-item figure img{
    max-width:100%;
}
.events-hot{
    margin-bottom: 50px;
}
.events-hot-link, .events-all-item{
    display: block;
    cursor: pointer;
}
.events-hot-link:hover .events-hot-box img, .events-all-item:hover img{
    transform: scale(1.1);
}
.events-hot-box, .events-all-box{
    position: relative;
    display: block;
    overflow: hidden;
    height: 235px;
    border-radius: 8px;    
}
.events-all-box{
    height: 220px;
}
.events-all-box.video::after, .events-hot-box.video::after, .s-video::after{
    display: block;
    position: absolute;
    content: "\f144";
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: FontAwesome;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-size: 45px;
    color: #fff;
    z-index: 99;
}
.events-all-box img{
    max-height: 100%;
    transition: transform .2s;
}
.events-hot-box img{
    max-width: 100%;
    transition: transform .2s;
}
.events-hot .events-hot-box .events-txt, .events-ongo-item .events-txt, .events-all-box .events-txt{
    text-align: left;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 13px;
    margin-bottom:0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.events-hot .events-hot-box .events-txt h6{
    font-size: 23px;
    margin-top: 0;
    height: 32px;
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.events-hot .events-hot-box .events-txt p{
    height: 22px;
    overflow: hidden;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.events-hot .events-hot-box .events-txt ol, .events-all-box .events-txt ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.events-hot .events-hot-box .events-txt ol li, .events-all-box .events-txt ol li{
    display: inline-block;
}
.events-hot .events-hot-box .events-txt ol li > i, .events-all-box .events-txt ol > i{
    margin-right: 5px;
}
.events-hot .events-hot-box .events-txt ol li + li, .events-all-box .events-txt ol li +li{
    margin-left: 10px;
}
.events-hot  .events-hot-box .events-location, .events-ongo-item .events-location, .events-all-box .events-location{
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;    
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.events-hot .owl-carousel{
    overflow: visible;
}
.events-hot .controlls-over .owl-pagination{
    bottom: -60px;
}
.events-bg h3.title{
    color: #ff56a7;
    font-size: 27px;
    margin-top:0;
    margin-bottom: 20px;
    font-weight: bold;
}
.events-bg h3.title::after{
    display: inline-block;
    width: 1px;
    height: 27px;
    background-color: #ff56a7;
    content: '';
    margin: 0 0 -3px 10px;
}
.events-hot .events-hot-inner{
    margin: 0 -10px;
}
.events-all{
    min-height: 400px;
}
.events-ongo{
    background-color: #e6e6e6;
    padding: 0;
}
.events-ongo .events-container{
    padding: 40px 40px 40px 40px;
}
.events-ongo h3.title{
    color: #0071bc;
    font-size: 27px;
    margin-top:0;
    margin-bottom: 20px;
    font-weight: bold;
}
.events-ongo h3.title::after{
    background-color: #0071bc;
    content: '';
    margin: 0 0 -3px 10px;
    display: inline-block;
    width: 1px;
    height: 27px;
}
.events-ongo-col{
    padding: 0px 8px;
}
.events-ongo-item{
    position: relative;
    width:100%;
    height: 135px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
.events-ongo-item img{
    width:100%;
    transition: transform .2s;
}
.events-ongo-item:hover img{
    transform: scale(1.1);
}
.events-ongo-item .events-txt h6, .s-event-title{
    margin-top: 0;
    margin-bottom: 0;
    height: 24px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.events-ongo-item .events-txt, .events-ongo-col .events-ongo-item .events-txt{
    position: absolute;
    text-align: left;
}
.events-ongo-item .events-location{
    position: absolute !important;
}
.events-photos{
    background-color:#f2f2f2;
    padding: 40px 0px;
}
.events-photos h3.title{
    text-align: center;
    color: #0071bc;
}
.events-photos h3.title::after{
    display: none;
}
.events-photos-item{
    height: 140px;
    display: block;
    overflow: hidden;
}
.events-photos-item img{
    max-height: 100%;
    transition: transform .2s;
}
.events-photos-item:hover img{
    transform: scale(1.1);
}
/* search bar */
.search-bar{
    background-color: #ff56a7;
}
.search-bar .events-container{
    padding: 40px;
}
.events-bg .search-bar h3.title{
    color:#fff;
    display: block;
    float: left;
    width: 15%;
    margin-bottom:0;
    line-height: 40px;
}
.search-bar-box{
    width:85%;
    float: left;
    display: block;
}
.search-bar-box .btn-black{
    padding: 0px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
}
.search-bar-box .btn-black:hover, .search-bar-box .btn-black:active, .search-bar-box .btn-black:focus{
    background-color: rgba(0,0,0,0.8);
}
.search-bar-box .btn-black > i{
    margin-left: 5px;
}
.events-bg .search-bar h3.title::after{
    background-color:#fff;
}
.events-all .col-md-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}
.events-all .events-container{
    padding: 40px;
}
.events-all-box .events-txt h6, .s-love-title{
    font-size:18px;
    height: 26px;
    line-height: 1.4;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.events-all-box .events-txt{
    font-size: 12px;
    padding: 6px 10px;
}
.events-all-box .events-txt p{
    height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.events-all-box .events-txt ol li{
    font-size: 12px;
}
.events-all-more .btn-black{
    width: 100%;
    font-size: 20px;
    padding: 10px 5px;
}
.events-all-more .btn-black > i{
    font-size: 20px;
    margin-left: 5px;
}
.events-detail{
    margin-bottom:40px;
    position: relative;
}
.events-detail .events-container{
    padding: 70px 70px 30px 70px;
}
.events-detail h1{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
}
.events-detail h2{
    color: #ff56a7;
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.events-detail h2{
    color: #ff56a7;
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.events-detail h1{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    color: #ff56a7;
    margin: 0 0 15px 0;
}
.events-detail h3{
    color: #ff56a7;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.events-detail p.txt{
    font-size: 16px;
    line-height: 1.7;
    color: #4d4d4d;
    margin-bottom: 40px;
}
.events-detail-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.events-detail-list li{
    padding: 0px 0px 4px 70px;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    margin-bottom: 13px;
    position: relative;
}
.events-detail-list li span.list-title{
    position: absolute;
    left: 0;
    top: 3px;
    color: #808080;
    font-size:14px;
}
.events-detail-btn, .events-detail-bottom-btn{
    margin-top: 40px;
}
.events-detail-btn .btn-black, .events-detail-bottom-btn .btn-black{
    font-size: 17px;
}
.events-detail-btn .btn-black > i, .events-detail-bottom-btn .btn-black > i{
    margin-left: 5px;
}
.events-detail-btn .btn-black > span{
    color: #ffff00;
}
.events-detail-btn div:nth-child(2) .btn-black > span{
    color: #ff00ff;
}
.events-detail-type{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-top: 40px solid #808080;
    border-left: 40px solid #808080;
    border-bottom: 40px solid transparent;
    border-right: 40px solid transparent;
}
.events-detail-type span{
    position: absolute;
    width: 80px;
    text-align: center;
    display: block;
    transform: rotate(-45deg);
    color:#fff;
    left: -50px;
    top: -20px;
}
.events-detail-share{
    position: absolute;
    right: 20px;
    top: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.events-detail-share li, .events-detail-bottom-share li{
    display: inline-block;
    color:#808080;
}
.events-detail-share li a.btn-social, .events-detail-bottom-share li a.btn-social{
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #808080;
}
.events-detail-share li a.btn-social:hover, .events-detail-bottom-share li a.btn-social:hover{
    opacity: 0.8;
}
.events-detail-bottom-share{
    list-style: none;
    margin: 80px 0 0 0;
    padding: 0;
}
.events-bottom{
    margin-top: 40px;
}
.events-bottom .nav-tabs{
    border-bottom:1px solid #ff56a7;
}
.events-bottom .nav-tabs>li>a{
    font-size: 18px;
    font-weight: bold;
    color: #e04484;
    border-radius: 0;
}
.events-bottom .nav-tabs>li>a:hover{
    background-color: transparent;
    border: 1px solid transparent;
}
.events-bottom .nav-tabs>li.active>a, .events-bottom .nav-tabs>li.active>a:focus, .events-bottom .nav-tabs>li.active>a:hover{
    color: #e04484;
    border: 1px solid #ff56a7;
    border-bottom-color: #fff;
}
.events-bottom .tab-content{
    margin-top: 30px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.7;
}
.events-all-result{
    color: #0071bc;
    font-size: 22px;
}
.events-all-result > p > a{
    color: #000;
}
.events-photo-list{
    padding: 40px 0;
}
.events-photo-list-more{
    margin-top: 30px;
    padding: 0px 30px;
}
.events-photo-list-more .btn-black > i{
    margin-left: 5px;
}
.table-events .btn-black{
    padding: 6px 12px;
}
.table-events>tbody>tr:nth-of-type(odd){
    background-color: rgba(255,217,239,0.3);
}
.table.table-events>tbody>tr>td, .table.table-events>tbody>tr>th, .table.table-events>tfoot>tr>td, .table.table-events>tfoot>tr>th, .table.table-events>thead>tr>td, .table.table-events>thead>tr>th{
    border-top: 0;
    vertical-align: middle;
}
.table.table-events>tbody>tr td:first-child, .table.table-events>thead>tr td:first-child, .table.table-events>thead>tr th:first-child{
    padding-left: 80px;
}
.table.table-events>tbody>tr td:last-child, .table.table-events>thead>tr td:last-child, .table.table-events>thead>tr th:last-child{
    padding-right: 80px;
}
.events-top-title{
    z-index: 10;
    position: relative;
    text-align: center;
    padding: 100px 0px;
}
.events-top-title h1{ 
    font-size: 62px;
    color: #ff56a7;
}
.events-top-title p{
    font-size: 17px;
    line-height: 1.8;
}
.events-top-title p:nth-of-type(1) > span{
    color: #ff56a7;
}
.events-top-title p:nth-of-type(2) {
    color: #006837;
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.events-top-title .btn-black{
    display: inline-block;
    padding: 10px 28px;
    font-size: 20px;
}
.events-top-title .btn-black>i{
    margin-left: 5px;
}
.events-galleries{
    text-align: center;
}
.events-galleries h2{
    font-size: 20px;
    margin: 0px 0px 30px 0px;
}
.events-galleries h3{
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
.events-galleries-slider{
    margin: 0px 80px 40px 80px;
}
.events-galleries-slider .flex-control-nav li{
    margin:2px;
}
.media-bg{
    background-image:url(../images/media_bg.jpg);
    background-color:#fff7fc;                       
    background-size: 100% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.media-bg::after{
    display: none;
}
.media-bg .events-all-box{
    height:180px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.media-bg .events-all-box img{
    max-height: none;
    width: 100%;
}
.media-kv{
    margin: 30px 0px;
}
.media-kv::after{
    content: '';
    display: table;
    clear: both;
}
.media-image{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.media-image img{
    width: 100%;
}
.media-text-right{
    padding-left: 17px;
    padding-right: 17px;
}
.media-text h3{
    color: #0071bc;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.media-text h2{
    color: #ff56a7;
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 30px 0;
}
.media-text p{
    font-size: 17px;
    line-height: 2;
    height: 205px;
    overflow-x: hidden;
    letter-spacing: 1px;
}
.media-pagination{
    text-align: right;
}
.media-rg{
    margin-top: 20px;
    display: none;
}
.media-rg .btn-black{
    background-color: #333;
    font-size: 20px;
}
.media-rg .btn-black > i{
    margin-left: 5px;
}
.spring-events{
    padding: 60px 0px;
    background-color: #f3deda;
    position: relative;
    overflow: hidden;
}
.spring-events .events-ongo{
    background-color: transparent;
}
.spring-events .spring-title{
    text-align: center;
    margin-bottom: 70px;
}
.spring-events .spring-title h1{
    color: #ff56a7;
    font-size: 39px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.spring-events .spring-title p{
    color: #0071bc;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
}
.spring-history{
    position: relative;
    padding: 25px;
    margin-bottom: 40px;
    border: 10px solid #d8bcbc;
}
.spring-history-box{
    position: relative;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
}
.spring-history-title{
    display: block;
    margin: -100px auto 30px auto;
    max-width: 100%;
}
.spring-section{
    position: relative;
    width: 100%;
    font-family: 'Century Gothic', '微軟正黑體', sans-serif;
}
.spring-section::after, .spring-section-text::after{
    display:table;
    content: '';
    clear: both;
}
.spring-section-text{
    display: block;
    margin-left: 10%;
    position: relative;
}
.spring-section-text-year{
    color: #e27e69;
    width: 10%;
    height: 100%;
    left: -10%;
    top: 0;
    text-align: center;
    font-size:24px;
    font-weight: bold;
    display: block;
    position: absolute;
    background-image: linear-gradient(90deg, #e27e69 50%, transparent 50%);
    background-size: 10px 99%;
    background-position: 50% bottom;
    background-repeat: no-repeat;
}
.spring-section-text-year span{
    background-color: #fff;
}
.spring-section-text-year span:nth-of-type(2){
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.spring-section-text{
    width: 90%;
}
.spring-section-block{
    position: relative;
}
.spring-section-block h3{
    color: #e27e69;
    font-size:30px;
    font-weight: bolder;
    margin: 0 0 -5px 0;
}
.spring-section-block h5{
    font-size:12px;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.spring-section-block h4{
    font-size:14px;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.spring-section-block p{
    color: #e5e5e5;
    font-size:12px;
    margin: 0;
}
.spring-section-block ul{
    background-color: #e27e69;
    color: #fff;
    border-radius: 20px;
    padding: 15px 15px;
    list-style: none;
    margin: 0;
}
.spring-section-block li{
    margin-bottom: 15px;
}
.spring-section-block img{
    max-width: 60%;
    margin-top: 10px;
}
.spring-section-block-box{
    margin-bottom: 20px;
}
.spring-section-block-box:last-child{
    margin-bottom: 40px;
}
.spring-section-block li:last-child{
    margin-bottom: 0px;
}
.spring-section:nth-of-type(4) .spring-section-text-year{
    color: #84be7a;
    background-image: linear-gradient(90deg, #84be7a 50%, transparent 50%);
}
.spring-section:nth-of-type(4) .spring-section-block h3{
    color: #84be7a;
}
.spring-section:nth-of-type(4) .spring-section-block ul{
    background-color: #84be7a;
}
.spring-section:nth-of-type(6) .spring-section-text-year{
    color: #6dabf3;
    background-image: linear-gradient(90deg, #6dabf3 50%, transparent 50%);
}
.spring-section:nth-of-type(6) .spring-section-block h3{
    color: #6dabf3;
}
.spring-section:nth-of-type(6) .spring-section-block ul{
    background-color: #6dabf3;
}
.spring-section:nth-of-type(8) .spring-section-text-year{
    color: #c96278;
    background-image: linear-gradient(90deg, #c96278 50%, transparent 50%);
}
.spring-section:nth-of-type(8) .spring-section-block h3{
    color: #c96278;
}
.spring-section:nth-of-type(8) .spring-section-block ul{
    background-color: #c96278;
}
.spring-history-tag{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;   
    background-color: #e27e69;
    font-family: 'Century Gothic', '微軟正黑體', sans-serif;
    display: none;
    position: relative;
}
.spring-history-tag::after{
    position: absolute;
    right: 14px;
    top: 50%;    
    content: "";
    margin-top:-3px;
    border: 6px solid transparent;
    border-top-color: inherit;
}
.spring-history-tag:nth-of-type(3){
    background-color: #84be7a;
}
.spring-history-tag:nth-of-type(5){
    background-color: #6dabf3;
}
.spring-history-tag:nth-of-type(7){
    background-color: #c96278;
}
.spring-history-flower{
    display: block;
    position: absolute;
}
.spring-history-flower.f01{
    right: -90px;
    top: 140px;
}
.spring-history-flower.f02{
    left: -148px;
    top: 550px;
}
.spring-history-flower.f03{
    left: -90px;
    top: 1400px;
}
.spring-history-flower.f04{
    right: -154px;
    top: 1400px;
}
.spring-history-flower.f05{
    right: -70px;
    bottom: -50px;
}
.spring-history-btn{
    margin-bottom: 40px;
}
.spring-history-btn .btn-black{
    font-size: 20px;
}
.spring-history-btn .btn-black > i{
    margin-left: 5px;
}
.witness-banner, .witness-banner img{
  width: 100%;  
}
.witness-btn{
    margin-top: 20px;
}
.witness-btn .btn-black{
    font-size: 20px;
    padding: 10px 5px;
}
.witness-btn .btn-black > i{
    margin-left: 5px;
}
.witness-photo-slider::after{
    display: table;
    content:'';
    clear: both;
}
.witness-photo-slider .flex-viewport{
    width: 55%;
    float: left;
}
.witness-photo-slider .flex-control-nav{
    padding-left: 40px;
    display: block;
    float: left;
    width: 45%;
    margin: 0;
}
.witness-photo-slider .flex-control-nav li{
    margin:0px 4px 8px 4px;
}
.witness-photo-slider .slides>li{
    height: 350px;
    overflow: hidden;
}
.witness-photo-slider .slides>li img{
    max-height: 100%;
    width: auto;
    margin: auto;
}
.witness-point{
    list-style: none;
    margin: 20px 0px;
    padding: 0;
}
.witness-point li{
    font-size: 17px;
    margin-bottom: 5px;
}
.witness-point li span{
    color: #808080;
    font-size: 14px;
}
.enterprise-bg{
    padding: 80px 0px;
    background-image: url(../images/enterprise_bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;    
    background-position: center top;
}
.events-bg.enterprise-bg{
    background-attachment: scroll;
}
.events-bg.enterprise-bg::after{
    display: none;
}
.enterprise-sec1{
    margin-bottom: 30px;
}
.enterprise-sec1 .row{
    margin-bottom: 20px;
}
.enterprise-sec1-list{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    font-size: 0;
}
.enterprise-sec1-list .date, .enterprise-sec1-list .title{
    display: inline-block;
}
.enterprise-sec1-list .date{
    position: relative;
    text-align: center;
    color: #0071bc;
    padding-right: 15px;
}
.enterprise-sec1-list .date::after{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
}
.enterprise-sec1-list .date > .year{  
    font-size: 13px;
    margin: 0;
}
.enterprise-sec1-list .date > .month{
    font-size: 29px;
    line-height: 1;
    margin: 0;
}
.enterprise-sec1-list .title{
    margin-left: 15px;
    width: 75%;
    color: #000;
}
.enterprise-sec1-list:hover .title{
    color: #ff56a7;
    text-decoration: none;
}
.enterprise-sec1-list .title > h5{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
    transition: color .2s;
}
.enterprise-sec1-list .title > h4{
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: color .2s;
}
.enterprise-box{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px; 
}
.enterprise-box:first-of-type{
    margin-top: 30px;
}
.enterprise-box .date{
    display: block;
    float: left;
    width: 25%;
}
.enterprise-box .text::after{
    content: '';
    display: table;
    clear: both;
}
.enterprise-box .title{
    display: block;
    float: left;
    width: 75%;
}
.enterprise-box .title h2, .enterprise-box .title h3{
    margin: 0 0 15px 0;
    font-size: 37px;
    color: #ff56a7;
}
.enterprise-box .title p{
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}
.enterprise-box .title a.link{
    color: #ff56a7;
    float: right;
}
.enterprise-box .date{
    color: #0071bc;
}
.enterprise-box .date .year{
    margin: 0;
    font-size: 23px;
}
.enterprise-box .date .month{
    margin: 0;
    font-size: 33px;
    line-height: 1;
}
.enterprise-box .image{
    display: block;
    overflow: hidden;
    height: 300px;
}
.enterprise-box .image img{
    width: 100%;
}
.events-top .enterprise-box{
    padding: 0;
}
.events-top .enterprise-box .title h3{
    color: #000;
    font-size: 27px;
    font-weight: normal;
}
.events-top .enterprise-box .date{
    width: 20%;
}
.events-top .enterprise-box .title{
    widows: 80%;
}
.events-top .enterprise-box .date .year{
    font-size: 13px;
}
.events-top .enterprise-box .date .month{
    font-size: 29px;
}
.enterprise-photos{
    list-style: none;
    margin: 0 -5px 20px -5px;
    padding: 0;
    font-size: 0;
}
.enterprise-photos li{
    display: inline-block;
    overflow: hidden;
    width: 20%;
    height: 120px;
    padding: 0 5px;
    margin-bottom: 10px;
}
.enterprise-photos li img{
    width: 100%;
}
.pair-kv{    
    background-repeat: no-repeat;
    background-size: cover;    
    padding: 40px 0px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.pair-kv .btn-black > .fa-caret-right{
    margin-left: 0;
}
.pair-kv .people{
    display: none;
}
.pair-kv.typeAll{
    background-image: url(../images/pair_bg_all.jpg);
    background-position: center top;
}
.pair-kv.type1{
    background-image: url(../images/pair_bg_01.jpg);
    background-position: center top;
}
.pair-kv.type2{
    background-image: url(../images/pair_bg_02.jpg);
    background-position: center top;
}
.pair-kv.type3{
    background-image: url(../images/pair_bg_03.jpg);
    background-position: center top;
}
.pair-kv.type4{
    background-image: url(../images/pair_bg_04.jpg);
    background-position: center top;
}
.pair-kv.type5{
    background-image: url(../images/pair_bg_05.jpg);
    background-position: center top;
}
.pair-kv.type6{
    background-image: url(../images/pair_bg_06.jpg);
    background-position: center top;
}
.pair-kv-text{
    width: 38%;
    margin-top: 70px;
    text-align: center;
}
.title-sub{
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.title-sub2{
    color: #0071bc;
    font-size: 63px;
    line-height: 1;
    margin: 15px auto 20px auto;
    font-weight: normal;
}
.title-sub3{
    font-size: 27px;
    font-weight: bold;
    color: #006837;
    margin: 0px 0px 5px 0px;
}
.pair-kv.typeAll .title-sub2{
    color: #ff56a7;
}
.pair-kv.type2 .title-sub2{
    color: #ff56a7;
}
.pair-kv.type3 .title-sub2{
    color: #fbb03b;
}
.pair-kv.type4 .title-sub2{
    color: #ff0000;
}
.pair-kv.type5 .title-sub2{
    color: #ff56a7;
}
.pair-kv.type6 .title-sub2{
    color: #802fe0;
}
.title-main{
    font-size: 27px;
    display: inline;
    padding: 4px 15px;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
}
.pair-kv-text p{
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}
.pair-kv-text p span{
    color: #0071bc;
}
.pair-kv.typeAll .pair-kv-text p span{
    color: #ff56a7;
}
.pair-kv.type2 .pair-kv-text p span{
    color: #ff56a7;
}
.pair-kv.type3 .pair-kv-text p span{
    color: #fbb03b;
}
.pair-kv.type4 .pair-kv-text p span{
    color: #ff0000;
}
.pair-kv.type5 .pair-kv-text p span{
    color: #ff56a7;
}
.pair-kv.type6 .pair-kv-text p span{
    color: #802fe0;
}
.pair-kv-text .spring{
    color: #ca3167;
    font-size: 27px;
    line-height: 1.5;
    margin: 15px 0;
}
.pair-kv.typeAll .pair-kv-text .spring{
    color: #0071bc;
}
.pair-kv.type2 .pair-kv-text .spring{
    color: #00a99d;
}
.pair-kv.type3 .pair-kv-text .spring{
    color: #000;
}
.pair-kv.type4 .pair-kv-text .spring{
    color: #ff0000;
}
.pair-kv.type5 .pair-kv-text .spring{
    color: #000;
}
.pair-kv.type6 .pair-kv-text .spring{
    color: #c1272d;
}
.pair-kv-text .btn-black{
    width: 300px;
    font-size: 20px;
    padding: 10px 5px;
    margin: 0 auto;
}
.pair-kv.type1 .pair-kv-text .title-main{
    background-color: #ca3167;
}
.pair-kv.type2 .pair-kv-text .title-main{
    background-color: #00a99d;
}
.pair-kv.type3 .pair-kv-text .title-main{
    background-color: #000;
}
.pair-kv.type4 .pair-kv-text .title-main{
    background-color: #ffeb53;
    color: #000;
}
.pair-kv.type5 .pair-kv-text .title-main{
    background-color: #000;
}
.pair-kv.type6 .pair-kv-text .title-main{
    background-color: #c1272d;
}
.pair-title{
    padding: 40px 0;
    background-color: #f0f0ee;
    text-align: center;
}
.pair-title h2{
    text-align: center;
    font-weight: normal;
    margin: 0;
    line-height: 1.6;
}
.pair-feature{
    padding: 40px 0px;
    text-align: center;
}
.pair-feature h3{
    font-size: 30px;
    font-weight: bold;
    color: #0071bc;
}
.pair-feature .btn-type{
    background-color: #ff56a7;
}
.pair-feature .owl-carousel{
    margin-top: 30px;
}
.pair-feature .owl-carousel .events-type-item-txt{
    text-align: left;
}
.pair-feature .events-type-item-txt h4, .pair-feature .events-type-item-txt p{
    color: #0071bc;
}
.pair-feature .events-type-item-txt h4 span{
    display: inline;
    padding: 0px 8px;
    margin-right: 8px;
    background-color: #ff56a7;
    color: #fff;
}
.pair-feature .controlls-over .owl-pagination{
    bottom: -35px;
}
.pair-feature .owl-carousel .owl-item:nth-of-type(odd) > .events-type-item{
    background-color: #f2f2f2;
}
.pair-feature .owl-carousel .owl-item:nth-of-type(even) > .events-type-item::after{
    border-bottom: 13px solid #0071bc;
    border-right: 13px solid #0071bc;
}
.pair-feature-cta{
    margin-top: 30px;
}
.joininfo{
    padding: 60px 0px;
    background-color: #e6e6e6;
}
.joininfo h1{
    color: #ff56a7;
    font-size: 39px;
    text-align: center;
    margin: 0px 0px 30px 0px;
}
.joininfo-box{
    background-color: #fff;
    line-height: 1.7;
    padding: 60px 60px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.joininfo-box h2{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.joininfo-box h3{
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.joininfo-box h4{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.joininfo-box ol, .joininfo-box ul{
    margin-bottom: 25px;
}
.joininfo-box p{
    margin-bottom: 25px;
}
.joininfo-back{
    margin-top: 40px;
}
.joininfo-back .btn-black{
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 10px 5px;
}
.aboutus{
    padding: 60px 0px;
    background-color: #f3deda;
}
.aboutus-main-block{
    overflow: hidden;
}
.aboutus-main-box{
    position: relative;
    padding: 70px 40px;
    background-color: #fff;
}
.aboutus-main-box h1{
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #ff56a7;
}
.aboutus-main-box figure{
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
    max-height: 500px;
}
.aboutus-main-box figure img{
    margin: 0 auto;
}
.article-date{
    margin: 0 0 30px 0;
    font-size: 12px;
    color: #808080;
}
.aboutus-main-box article{
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.7;
}
.aboutus-main-box article h3, .aboutus-main-box article h2{
    color: #ff56a7;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.aboutus-main-box article p{
    margin-bottom: 30px;
}
.aboutus-main-title{
    position: relative;
    display: inline-block;
    background-color: #ff56a7;
    padding: 15px 40px;
    width: 40%;
    font-size: 39px;
    line-height: 1.1;
    margin: 0;
    color: #fff;
}
.aboutus-main-title::after{
    display: block;
    position: absolute;
    content: '';
    width: 120px;
    height: 100%;
    right: -120px;
    top: 0px;
    background-image: linear-gradient(60deg, #ff56a7 50%, transparent 50%);
}
.aboutus-main-love-box{
    background-color: #f2f2f2;
    padding: 30px;
}
.aboutus-main-love-box h3{
    color: #ff56a7;
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.aboutus-main-box + .aboutus-main-love-box{
    margin-top: 30px;
}
.about-register{
    padding: 40px 0;
    background-color: #ff56a7;
}
.about-register .confirm{
    margin-top: 10px;
}
.about-register .btn-black{
    padding: 10px;
}
.about-register .btn-black:hover, .about-register .btn-black:active, .about-register .btn-black:focus{
    background-color: rgba(0,0,0,0.7);   
}
.about-register h3{
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin: 0 0 30px 0;
}
.about-register .col-md-1, .about-register .col-md-2, .about-register .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
}
.about-register .code img{
    max-width: 100%;
}
.about-events-box{
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 72px;
}
.about-events-box h4, .sidebar-title{
    font-size: 27px;
    margin: 0 0 20px 0;
    text-align: center;
}
.about-events-box + .about-events-box{
    margin-top: 30px;
}
.about-events-box .events-ongo-col + .events-ongo-col{
    margin-top: 20px;
}
.aboutus-side-box-wrap .events-all-item + .events-all-item{
    margin-top: 20px;
}
.aboutus2{
    padding: 60px 0px;
    background-color: #f2f2f0;
    background-image:
    radial-gradient( 
        rgba(255,217,239,0.2),
        rgba(255,217,239,0.2) 35%,
        rgba(0,0,0,0) 35%,
        rgba(0,0,0,0) 100%),
    radial-gradient( 
        rgba(255,217,239,0.2),
        rgba(255,217,239,0.2) 35%,
        rgba(0,0,0,0) 35%,
        rgba(0,0,0,0) 100%);
    background-size: 300px 300px;
    background-position: 0px 0px, 150px 150px;
}
.aboutus2 h1{
    color: #ff56a7;
    font-size: 39px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px 0;
}
.aboutus2 h2{
    color: #0071bc;
    font-size: 23px;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px 0;
}
.aboutus2-list{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.aboutus2-list li{
    margin: 0 0 10px 0;
}
.aboutus2-list li:nth-of-type(even){
    margin-top: 40px;
}
.aboutus2-list li::after{
    content: '';
    display: table;
    clear: both;
}
.aboutus2-list .circle{
    display: block;
    float: left;
    border-radius: 50%;
    background-color: #ff56a7;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    font-family: 'Century Gothic', '微軟正黑體', sans-serif;
}
.aboutus2-list .circle span{
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}
.aboutus2-list .text{
    display: block;
    float: left;
    width: 60%;
    margin-left: 15px;
    padding-top: 15px;
}
.aboutus2-list .text h3{
    color: #ff56a7;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 10px 0;
}
.aboutus2-list .text p{
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.5;
    margin-bottom: 0;
}
.aboutus-img img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.aboutus-back{
    margin: 30px 0 40px 0;
}
.aboutus-back .btn-black{
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 10px 5px;
}
.aboutus2 .index-events-ongo{
    padding-bottom: 0;
}
.lovesalon{
    padding: 40px 0px;
    background-image: url(../images/lovesalon_bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 680px;
    overflow: hidden;
}
.lovesalon .pair-kv-text{
    position: relative;
    z-index: 2;
}
.lovesalon .pair-kv-text h1{
    color: #ff56a7;
}
.lovesalon .pair-kv-text p > span{
    color: #ff56a7;
}
.lovesalon .pair-kv-text::after{
    display: block;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    content: '';
    background-image: radial-gradient(rgba(255,255,255,0.95) 30%, rgba(255,255,255,0.8) 50%, transparent 65%);
    width: 700px;
    height: 700px;
    z-index: -1;
}
.lovesalon .pair-cta .spring{
    color: #0071bc;
}
.lovesalon-loveclass{
    background-color: #f2f2f2;
}
.lovesalon-loveclass h3{
    color: #ff56a7;
    margin-bottom: 30px;
}
.lovesalon-loveclass-link{
    text-align: center;    
    margin-bottom: 30px;
}
.lovesalon-loveclass-link a{
    font-size: 27px;
    text-decoration: underline;
    color: #ff56a7;
}
.lovesalon-loveclass-link a + a{
    margin-left: 5px;
}
.lovesalon-loveclass-link a:hover, .lovesalon-loveclass-link a:active, .lovesalon-loveclass-link a:focus{
    color: #0071bc;
}
.lovesalon-promo{
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.lovesalon-promo h3{
    color: #ff56a7;
    font-size: 39px;
    text-align: center;
    margin: 0 0 15px 0;
}
.lovesalon-promo p.txt{
    font-size: 23px;
    text-align: center;
    margin: 0 0 30px 0;
}
.lovesalon-promo-photo img{
    width: 100%;
}
.lovesalon-link{
    text-align: left;
    margin-bottom: 10px;
}
.lovesalon-link a{
    color: #ff56a7;
    font-size: 23px;
}
.coach{
    padding: 40px 0;
    background-color: #fff8e8;
    overflow: hidden;
}
.coach-slider{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.coach-slider::before{
    position: absolute;
    left: -40px;
    top: -40px;
    width: 69px;
    height: 407px;
    content: '';
    display: block;
    background-image: url(../images/coach_border.png);
}
.coach-slider::after{
    position: absolute;
    right: -40px;
    top: -40px;
    width: 69px;
    height: 407px;
    content: '';
    display: block;
    background-image: url(../images/coach_border.png);
    transform: scaleX(-1);
}
.coach-slider .owl-carousel .owl-wrapper-outer{
    padding-bottom: 40px ;
}
.coach-slider .controlls-over .owl-pagination{
    bottom: -30px;
}
.coach-title{
    font-size: 39px;
    color: #ff56a7;
    margin: 0 0 20px 0;
    text-align: center;
}
.coach-text{
    color: #000;
    font-size: 23px;
    text-align: center;
    margin: 0 0 20px 0;
}
.coach-item{
    display: block;
}
.coach-item h4{
    color: #000;
    margin: 0 0 5px 0;
}
.coach-item p{
    color: #000;
    margin: 0;
}
.coach-item:hover, .coach-item:hover h4, .coach-item:focus h4, .coach-item:active h4,
.coach-item:hover p, .coach-item:focus p, .coach-item:active p{
    color: #0071bc;
    text-decoration: none;
}
.coach-photo{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.coach-photo img{
    width: 100%;
    transition: .2s;
}
.coach-photo:hover img{
    transform: scale(1.05);
}
/* modal */
.modal-spring .modal-header{
    background-color: #ff56a7;
    color: #fff;
    border-bottom: 0;
    padding: 20px;
}
.modal-spring .modal-header .modal-title{
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}
.modal-spring .modal-header .close{
    color: #fff;
    opacity: 0.6;
}
.modal-spring .modal-header .close:hover{
    color: #fff;
    opacity: 1;
}
.modal-spring .modal-body{
    background-color: #f2f2f2;
    padding: 20px;
}
.modal-spring .modal-footer{
    border-top:0;
    padding: 20px;
    background-color: #f2f2f2;
}
.modal-spring .btn-black{
    display: block;
    font-size: 15px;
    width: 100%;
}
.sevice-form, .service-form{
    margin-top: 20px;
}
.spring-event-btns{
    padding: 20px 0px;
    font-size: 0px;
    list-style: none;
    margin: 0;
}
.spring-event-btns li{
    display: inline-block;
    width: 33.333%;
    padding: 0px 5px;
    margin-bottom: 10px;
}
.spring-event-btns li a{
    display: block;
    width: 100%;
    background-color: #808080;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    transition: background-color .1s;
}
.spring-event-btns li a:hover, .spring-event-btns li a:active, .spring-event-btns li a:focus{
    background-color: #ff56a7;
    color: #fff;
    text-decoration: none;
}
.repay-box,
.search-box{
    border: 2px solid #ccc;
    background-color: #f2f2f2;
}
.repay-box-head,
.search-box-head{
    padding: 20px 30px;
    background-color: #ff56a7;
}
.repay-box-head h3,
.search-box-head h3{
    color: #fff;
    margin: 0;
}
.repay-box-content,
.search-box-content{
    padding: 30px 30px;
}
.repay-box-content .info{
    margin-bottom: 30px;
}
.repay-submit{
    margin-top: 30px;
}
.repay-submit .btn-black{
    font-size: 18px;
}
.repay-submit .btn-black > i{
    margin-left: 5px;
}
.b-title{  
    border-bottom: 1px solid #000;
    margin-bottom: 30px;   
}
.b-title h4{
    display: inline-block;
    position: relative;
    background-color: #000;
    padding: 6px 12px;
    color: #fff;
    margin: 0;
}
.b-title h4::after{
    position: absolute;
    right: -40px;
    top:0px;
    content:'';
    display: block;
    width: 40px;
    height: 100%;
    background-image: linear-gradient(65deg, #000 50%, transparent 50%);
}
.spring-page{
    position: relative;
    z-index: 10;
}
.spring-page::after{
    display: table;
    content: '';
    clear: both;
}
.spring-page h1, .register-form h1{
    text-align: center;
    color: #ff56a7;
    font-size: 39px;
    margin: 0 0 40px 0;
}
.spring-page .text{
    text-align: center;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 50px;
}
.spring-page-link a{
    font-size: 17px;
    line-height: 1.8;
    color: #000;
}
.spring-page .register-steps-imgs{
    z-index: -2;
}
.spring-page .nav-tabs{
    display: none;
}
.spring-page .tab-content>.tab-pane{
    width: 50%;
    float: left;
    display: block;
    padding: 0px 10px;
}
.spring-page .tab-content>.active{
    display: block;
}
.spring-page .fade.in{
    opacity: 1;
}
.spring-page .fade{
    opacity: 1;
}
.spring-page h1.margin-bottom-s{
    margin-bottom: 15px;
}
.login-box{
    background-color: #f2f2f2;
    border: 2px solid #cccccc;
    min-height: 600px;
}
.login-box .form-group{
    margin-bottom: 10px;
}
.login-box label{
    margin-bottom: 2px;
}
.login-box-header{
    background-color: #000;
    padding: 15px 30px;
}
.login-box-header.pink{
    background-color: #ff56a7;
}
.login-box-header h3{
    color: #fff;
    text-align: center;
    margin: 0;
}
.login-box-content{
    padding: 20px 30px;
}
.login-box-submit{
    margin-top: 40px;
}
.login-box-submit .link{
    text-align: center;
}
.login-box-submit .link a{
    color: #000;
}
.login-box-submit .btn-black{
    font-size: 18px;
}
.login-box-submit .btn-black > i{
    margin-left: 5px;
}
.login-box-submit-login{
    margin-top: 185px;
}
.love-teacher-accordion{
    margin-top: 50px;
}
.love-teacher-accordion .panel-title{
    position: relative;
    font-size: 25px;
    color: #000;
}
.love-teacher-accordion .panel-title a > span{
    font-size: 17px;
}
.love-teacher-accordion .panel-title a:hover, .love-teacher-accordion .panel-title a:active, .love-teacher-accordion .panel-title a:focus{
    text-decoration: none;
}
.love-teacher-box{

}
.love-teacher-photo{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 30px auto;
}
.love-teacher-photo img{
    width: 100%;
}
.love-teacher-text{
    font-size: 16px;
    line-height: 1.6;
    color: #4d4d4d;
}
.love-teacher-text h5{
    margin: 0px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.love-teacher-text ul.list{
    list-style: none;
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.love-teacher-text ul.list li{
    position: relative;
}
.love-teacher-text ul.list li::before{
    font-family: "fontawesome";
    content: "\f0da";
    font-size: 14px;
    position: absolute;
    left: -16px;
    top: 2px;
}
.love-hashtag{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.love-hashtag li{
    display: inline;
}
.love-hashtag li + li{
    margin-left: 5px;
}
.love-hashtag li>a{
    color: #000;
}
.panel-love{   
    border: none;
    box-shadow: none;
}
.panel-love:nth-child(even) > .panel-heading{
    background-color: #b3b3b3;
}
.panel-love > .panel-heading{
    background-color: #e6e6e6;
}
.panel-group .panel-love .panel-heading+.panel-collapse>.panel-body{
    border-top: 0;
}
.panel-title>a{
    display: block;
    padding-right: 20px;
    position: relative;
}
.panel-title i{
    color: #000;
    position: absolute;
    right: 0px;
    top: 10%;
    transition: transform .2s;
}
.panel-title>a i.fa-caret-right{
    transform: rotate(90deg);
}
.panel-title>a.collapsed i.fa-caret-right{
    transform: rotate(0deg);
}
/* 客服中心 */
.spring-service-block{
    position: relative;
}
.spring-service-box{    
    z-index: 2;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 30px;
}
.spring-service-balloon{
    position: absolute;
    z-index: -1;
    top: -80px;
    right: 0px;
}
.spring-service-title{
    position: relative;
    display: inline-block;
    background-color: #000;
    padding: 10px 30px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.spring-service-title::after{
    display: block;
    position: absolute;
    content: '';
    width:50px;
    height: 100%;
    right: -50px;
    top: 0px;
    background-image: linear-gradient(60deg, #000 50%, transparent 50%);
}
.service-form-submit{
    margin-top: 30px;
}
/* profile page */
.profile-page{
    padding: 40px 40px 10px 40px;
}
.profile-photos{
    background-color: #fff8e8;
}
.profile-photo-box{
    padding: 20px;
}
.profile-photo-slider{
    background-color: transparent;
}
.profile-photo-slider::after{
    display: table;
    content: '';
    clear: both;
}
.profile-photo-slider .slides{
    max-height: 250px;
    overflow: hidden;
}
.profile-photo-slider .flex-control-thumbs{
    margin: 8px 0 0;
}
.profile-photo-slider .flex-control-nav.flex-control-thumbs{
    font-size: 0;
}
.profile-photo-slider .flex-control-nav.flex-control-thumbs li{
    width: 20% !important;
    height: 50px !important;
    margin: 0;
    overflow: hidden;
    border: 2px solid transparent;
}
.profile-photo-slider .flex-control-nav.flex-control-thumbs li img{
    width: 100% !important;
    height: auto !important;
}
.profile-photo-cta{
    margin: 0px -8px;
}
.profile-title{
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #000;
}
.profile-text-box{
    background-color: #fff8e8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.profile-text-box:nth-last-child(1){
    margin-bottom: 0px;
}
.profile-list{
    font-size: 0px;
    margin: 0;
    vertical-align: top;
}
.profile-list dt, .profile-list dd{
    margin-bottom: 8px;
    font-size: 15px;
    vertical-align: top;
}
.profile-list dt{
    position: relative;
    display: inline-block;
    width: 100px;
    padding-right: 5px;
    text-align: right;
    color: #ff56a7;
    font-weight: normal;    
}
.profile-list dt::after, .profile-basic-list dt::after{
    display: inline;
    content: '｜';
    color: #ff56a7;
}
.profile-list dd{
    display: inline-block;
    width: calc(100% - 100px);
}
.profile-member{
    margin-top: 30px;
}
.profile-member::after, .index-member-block::after{
    display: table;
    content: '';
    clear: both; 
}
.profile-member .photo-item .photo{
    height: 150px;
}
.profile-first-list{
    color: #322d78;
    text-align: right;
    font-size:0px;
}
.profile-first-list dt, .profile-first-list dd{
    display: inline;
    font-size:15px;
}
.profile-first-list dt::after{
    display: inline;
    content: '｜';
    color: #322d78;
    bottom: 1px;
    position: relative;
}
.profile-first-list dt + dd{
    margin-right: 15px;
}
.profile-basic{
    margin-top: 10px;
}
.profile-basic .col-xs-6{
    padding-right: 4px;
}
.profile-basic .col-xs-6 + .col-xs-6{
    padding-left: 4px;
    padding-right: 15px;
}
.profile-basic-list{
    font-size:0px;
    vertical-align: top;
    margin: 0px;
}
.profile-basic-list dt, .profile-basic-list dd{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 8px;
}
.profile-basic-list dt{ 
    width: 45px;
    padding-right: 5px;  
    color: #ff56a7;
}
.profile-basic-list dd{
    width: calc(100% - 45px);
}
/* spring-search */
.spring-search{
    padding: 40px 40px 10px 40px;
}
.spring-search .spring-title{
    text-align: center;
    margin-bottom: 35px;
}
.search-box-content{
    padding: 30px;
}
.spring-search .profile-member{
    margin-top: 50px;
}
.search-submit{
    margin-top: 100px;
    padding: 0 50px;
}
.spring-search-text{
    font-size: 19px;
    margin-bottom: 20px;
}
.spring-search-fail .spring-search-text{
    min-height: 200px;
}
.spring-search-fail .spring-search-more{
    padding-bottom: 100px;
}
.spring-search-member::after{
    display: table;
    content: '';
    clear: both;
}
.spring-search-member .photo-item{
    width: 14.285%;
    float: left;
}
.spring-search-member .photo{
    height: 150px;
}
.spring-search-more{
    margin-top: 20px;
}
/* fast-register */
.fast-register{
    background-color: #0071bc;
    padding: 20px 40px;
}
.fast-cta{
    text-align: center;
}
.fast-cta h3{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 0px 0;
}
.fast-cta .btn-fast{
    font-size: 17px;
}
.fast-register-block{
    margin-top: 30px;
}
.fast-register-block .code{
    text-align: left;
}
/* rank */
.spring-rank{
    font-size: 19px;
    color: #ff56a7;
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.spring-rank > i{
    margin-right: 2px;
}
.spring-rank > i + i{
    margin-right: 0px;
    margin-left: 2px;
}
/* news letter */
#news-letter{
    position: fixed;
    right: -103%;
    bottom: 0px;
    width: 500px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    z-index: 9999;
}
.news-letter-header{
    background-color: #ff56a7;
    padding: 20px;
    color: #fff;
    position: relative;    
}
.news-letter-header .close{
    position: absolute;
    font-weight: normal;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
}
.news-letter-header h5, .news-letter-title{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.news-letter-header p{
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.news-letter-content{
    padding: 20px;
}
.news-letter-content .btn-black{
    font-size: 15px;
}
.news-letter-content .btn-black > i{
    margin-left: 5px;
}
.news-letter-cta{
    margin-top: 30px;
}
/* flexSlider */
.flexslider-video-container {
    position: relative;    
    padding-bottom: 56.25%;    
    padding-top: 30px;    
    height: 0;    
    overflow: hidden;    
}    
.flexslider-video-container iframe, .flexslider-video-container object, .flexslider-video-container embed{    
    position: absolute;    
    top: 0;left: 0;    
    width: 100%;    
    height: 100%;
}
/* footer */
.footer{
    background-color: #000;
    color: #fff;
    padding: 70px 0;
    font-size: 15px;
}
.footer-container{
    max-width: 1400px;
    margin: 0 auto;
}
.footer a{
    color: #fff;
}
.footer a:hover, .footer a:active, .footer a:focus{
    text-decoration: none;
    color: rgba(255,255,255,0.5);
}
.footer p{
    margin: 0;
}
.footer .service-center{
    margin-left: 20px;
}
.footer-time, .footer-location{
    background-color: #000;
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
.footer-time{
    margin-bottom: 30px;
}
.footer-time::after{
    content: '';
    display: table;
    clear: both;
}
.footer-time li{
    display:block;
    float: left;
    position: relative;
}
.footer-time li:first-child{
    padding-right: 10px;
    margin-right: 10px;
}
.footer-time li:first-child::after{
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 15px;
    content: '';
    background-color: #fff;
}
.footer .copyrights{
    margin-bottom: 47px;
}
.footer-container{
    padding: 0 15px;
}
.confirm{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin:0;
}
.confirm a, .confirm a:hover, .confirm a:focus{
    color: #fff;
}
/* custom style */
.margin-left-5{
    margin-left: 5px;
}
.margin-right-5{
    margin-right: 5px;
}
/* text */
.text-red{
    color: #ff0000 !important;
}
.text-pink{
    color: #ff56a7 !important;
}
.text-blue{
    color: #0071bc !important;
}
/* background-color */
.background-pink-60{
    background-color: rgba(255,217,239,0.6) !important;
    background-image: none !important;
}
.background-pink-30{
    background-color: rgba(255,217,239,0.3) !important;
    background-image: none !important;
}
/* buttons */
.btn-social{
    display: block;
    background-color:#ff56a7;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 53px;
    font-size: 35px;
    padding: 0;
}
.btn-social img.line-icon{
    width: 70%;
    margin-bottom: 5px;
}
.btn-social img.blogger-icon{
    width: 50%;
    margin-bottom: 5px;
}
.btn-social:hover{
    color: #fff;
    background-color:#000;
}
.btn-nav{
    color: #fff;
    font-size: 25px;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    letter-spacing: 1px;
    font-weight: lighter;
}
.btn-nav:hover, .btn-nav:active, .btn-nav:focus{
    color: #fff;
    text-decoration: none;
    background-color:#000;
}
.btn-black{
    background-color: #808080;
    border-radius: 40px;
    padding: 15px 5px;
    display: block;
    color: #fff;
    font-size: 15px;
}
.btn-black > .fa-caret-right{
    margin-left:5px;
}
.btn-male{
    background-color: #0071bc;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 5px;
    color: #fff;
}
.btn-female{
    background-color: #ff56a7;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 5px;
    color: #fff;
}
.btn-female:hover, .btn-female:active, .btn-female:focus, .btn-male:hover, .btn-male:active, .btn-male:focus{
    color: #fff;
    background-color: #000;
}
.btn-cta{
    background-color: #808080;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    padding: 15px 5px;
}
.btn-cta > i, .btn-upload > i, .btn-gray > i, .btn-female > i, .btn-male > i{
    margin-left: 5px;
}
.btn-cta:hover, .btn-cta:active, .btn-cta:focus, .btn-black:hover, .btn-black:active, .btn-black:focus{
    background-color:#ff56a7;
    text-decoration: none;
    color: #fff;
}
.btn-like{
    background-image: linear-gradient(to right,#ea5b85,#322d78);
    text-decoration: underline;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    color: #fff;
    padding: 12px 16px;
    font-size: 16px;
}
.btn-like:hover, .btn-like:active, .btn-like:focus{
    filter: brightness(120%);
}
.btn-like:hover, .btn-like:active, .btn-like:focus{
    color: #fff;
}
.btn-fast{
    color: #fff;
}
.btn-fast:hover, .btn-fast:active, .btn-fast:focus{
    color: #fff;
}
.btn-radius-none{
    border-radius: 0;
}
.btn-radius-50{
    border-radius: 50px;
}
.btn-upload{
    margin-top: 0;
    font-size: 14px;
    background-color: #808080;
    color: #fff;
    border-radius: 40px;
}
.btn-gray{
    background-color: #cccccc;
    color: #fff;
    border-radius: 40px;
}
.btn-upload:hover, .btn-upload:active, .btn-upload:focus{
    background-color: #ff56a7;
    color: #fff;
}
.btn-gray:hover, .upload .btn-gray:active, .btn-gray:focus{
    background-color: #ff56a7;
    color: #fff;
}
.btn-type{
    background-color: #006837;
    border-radius:0;
    padding: 6px 20px;
    font-size:40px;
    color:#fff;
}
.btn-type > i{
    padding: 0 1px;
}
.btn-type:hover, .btn-type:active, .btn-type:focus{
    color:#fff;
}
.btn-decoration-none, .btn-decoration-none:hover, .btn-decoration-none:active, .btn-decoration-none:focus, .btn-decoration-none:visited{
    text-decoration: none;
}
@media (max-width: 1300px) {
    #header.fixed {
		position:fixed;
    }
    #header.transparent{
        position: relative;
    }    
    .springclub-header .navbar-brand{
        padding: 8px 15px;
    }
    .springclub-header .navbar-brand > img{
        height: 100%;
    }
    .springclub-header .index-nav{
        display: none;
    }
    .springclub-header::after{
        display: none;
    }
    .springclub-header .nav>li{
        float: none;
    }
    .springclub-header .navbar-collapse.collapse{
        display: none !important;
    }
    .springclub-header .navbar-collapse.collapse.in{
        display: block !important;
    }
    .springclub-header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .springclub-header .navbar-toggle{
        display: block;
        margin-top:15px;
    }
    .springclub-header .navbar-header{
        float: none;
    }
    .springclub-header .container-fluid > .navbar-collapse{
        background-color: #0071bc;
        color: #fff;
        margin-right: -15px;
        margin-left: -15px;
    }
    .springclub-header .navbar{
        margin-bottom: 0;
        border-bottom: 2px solid #ff7bac;
    }
    .springclub-header .navbar-nav>li>a{
        padding-top: 10px;
        padding-bottom:10px;
    }
    .springclub-header .nav{
        margin-left: 0;
        margin-top: 20px;
        float: none;
    }
    .springclub-header ul.nav li a{
        color: #fff;
        font-size: 14px;
    }
    .springclub-header ul.nav li a:hover, .springclub-header ul.nav li a:active, .springclub-header ul.nav li a:focus{
        color: #fff;
    }
    .springclub-header .dropdown-menu>li>a{
        border-bottom:0;
    }
    .side-panel{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .side-panel li{
        display: inline-block;
        width: auto;
    }
    .side-panel li + li{
        margin-left: 5px;
    }
    .side-panel li a{
        width: 60px;
        height: 60px;
        line-height: 55px;
        font-size: 40px;
    }
    .side-panel li a.download-form{
        font-size:13px;
        line-height: 14px;
        padding-top: 18px;
    }
    .springclub-header .navbar-right{
        margin-top: 20px;
        margin-bottom: 0px;
        float: none !important;
    }
    .springclub-header .navbar-right + .navbar-right{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .springclub-header .navbar-right::after{
        display: table;
        content: '';
        clear: both;
    }
    .springclub-header .navbar-right li{
        display: block;
        float: left;
        position: relative;
    }
    .springclub-header .navbar-right li.register::before, .springclub-header .navbar-right li.upload::before{
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 1px;
        height: 14px;
        background-color: #fff;
    }
    .index-event .owl-carousel a .photo{
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .profile-photo-slider .slides{
        max-height: 180px;
    }
    .profile-photo-slider .flex-control-nav.flex-control-thumbs li{
        height: 35px !important;
    }
    .spring-search-member .photo-item{
        width: 20%;
    }
    .about-events-box .events-ongo-item{
        height: 100px;
    }
    .about-events-box .events-all-box{
        height: 150px;
    }
}
@media (max-width: 1024px) {
    .register-box .form-group.row div + div{
        margin-top: 15px;
    }
    .register-box .code img{
        margin-top: 10px;
    }
    .menu-wrapper.menu-open.menu-effect .menu-wrapper-nav{
        width: 100%;
        margin-left: 0%;
        padding: 90px 100px 0 15%;
    }
    .events-slider{
        padding:25px;
    }
    .btn-type{
        font-size: 28px;
    }
    .events-all-box, .media-bg .events-all-box{
        height: 140px;
    }
    .events-hot-box{
        height: 180px;
    }
    .events-all-box .events-txt{
        padding: 4px 6px;
    }
    .events-all-box img{
        max-height: none;
        width: 100%; 
    }
    .events-ongo .events-container{
        font-size: 0;
    }
    .events-ongo .events-ongo-item, 
    .about-events-box .events-ongo-item,
    .about-events-box .events-all-box{
        height: 140px;
    }
    .events-ongo .events-ongo-item img{
        width:100%;
        max-height: none;
    }
    .events-bg .search-bar h3.title{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .events-detail-list{
        margin-top: 60px;
    }
    .events-detail-btn div + div {
        margin-top: 20px;
    }
    .enterprise-box .image{
        height: 220px;
    }
    .search-bar-box{
        width: 100%;
        float: none;
    }
    .events-galleries-slider{
        margin: 0px 40px 40px 40px;
    }
    .spring-history-flower.f01{
        right: -300px;
    }
    .spring-history-flower.f03{
        left: -130px;
    }    
    .spring-history-flower.f05{
        right: -270px;
    }
    .index-event .owl-carousel a .photo{
        height: 220px;
    }
}
@media (max-width: 992px) {
    .spring-history{
        border: none;
        padding: 0;
    }
    .spring-history-box{
        padding: 50px 15px 30px 15px;
    }
    .spring-section-text{
        width: 100%;
        margin-left: 0;
    }
    .spring-section{
        display: none;
        padding-top: 20px;
    }
    .spring-section-text-year{
        display: none;
    }
    .spring-history-tag,.spring-section.active{
        display: block;
    }
    .spring-history-title{
        margin: -80px auto 30px auto;
        max-width: 80%;
    }
    .spring-history-flower{
        display: none;
    }
    .witness-photo-slider .flex-viewport{
        width: 100%;
        float: none;
    }
    .witness-photo-slider .flex-control-nav{
        padding-left: 0px;
        float: none;
        width: 100%;
        margin-top: 4px;
    }
    .witness-photo-slider .flex-control-nav li{
        margin:0px 2px 4px 2px;
    }
    .witness-photo-slider .slides>li{
        height: 400px;
    }
    .enterprise-bg{
        background-image: url(../images/enterprise_bg_m.png);
        background-attachment: fixed;
    }
    .enterprise-box .text{
        margin-bottom: 20px;
    }
    .enterprise-box .title h3{
        font-size: 25px;
    }
    .enterprise-box .title p{
        font-size: 15px;
    }
    .enterprise-photos li{
        width: 33.3333%;
    }
    .enterprise-box .image{
        height: 300px;
    }
    .pair-kv{
        padding: 40px 0 0 0;
    }
    .pair-kv .container, .lovesalon .container{
        padding: 0;
        width: 100%;
    }
    .pair-kv.typeAll{
        background-image: url(../images/pair_bg_m_all.jpg);
    }
    .pair-kv.type1{
        background-image: url(../images/pair_bg_m_01.jpg);
    }
    .pair-kv.type2{
        background-image: url(../images/pair_bg_m_02.jpg);
    }
    .pair-kv.type3{
        background-image: url(../images/pair_bg_m_03.jpg);
    }
    .pair-kv.type4{
        background-image: url(../images/pair_bg_m_04.jpg);
    }
    .pair-kv.type5{
        background-image: url(../images/pair_bg_m_05.jpg);
    }
    .pair-kv.type6{
        background-image: url(../images/pair_bg_m_06.jpg);
    }
    .pair-kv.typeAll .people, .pair-kv.type1 .people, .pair-kv.type2 .people, .pair-kv.type3 .people, .pair-kv.type4 .people, .pair-kv.type5 .people, .pair-kv.type6 .people{
        display: block;
        margin-bottom: 0px;
        margin-top: 15px;
        width: 100%;
    }
    .pair-kv-text{
        width: 100%;
        margin-top: 10px;
    }
    .title-sub2{
        font-size: 55px;
        margin: 15px auto 20px auto;
    }    
    .pair-kv-text p{
        font-size: 15px;
        line-height: 1.7;
        color: #000;
        padding: 0px 15px;
    }
    .pair-kv-text p span{
        color: #0071bc;
    }
    .pair-kv-text .spring{
        color: #ca3167;
        font-size: 27px;
        line-height: 1.5;
        margin: 15px 0;
    }
    .pair-kv-text .btn-black{
        width: auto;
        font-size: 18px;
        padding: 10px 5px;
        margin: 0 auto;
    }    
    .pair-kv.type1 .pair-kv-text .title-main{
        background-color: #ca3167;
    }
    .pair-cta{
        text-align: center;
        color: #fff;
        background-color: #999;
        padding: 20px 0;
    }
    .pair-cta p{
        margin: 0;
    }
    .pair-kv.typeAll .pair-kv-text .spring, .pair-kv-text .pair-cta .spring, .pair-kv.type2 .pair-kv-text .spring, .pair-kv.type3 .pair-kv-text .spring, .pair-kv.type4 .pair-kv-text .spring, .pair-kv.type5 .pair-kv-text .spring, .pair-kv.type6 .pair-kv-text .spring{
        font-size: 23px;
        color: #fff;
        margin: 0 0 10px 0;
    }
    .pair-cta a{
        color: #fff;
    }
    .location-place-block .location-place-box{
        height: auto;
    }    
    .aboutus-main-title{
        width: 70%;
        padding: 15px 30px;
    }    
    .about-register .col-md-1, .about-register .col-md-2, .about-register .col-md-3{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }
    .about-events-box{
        margin-top: 30px;
        padding: 30px;
    }
    .aboutus2-list .circle{
        margin: 0 auto;
        float: none;
    }
    .aboutus2-list li{
        margin: 0 0 30px 0;
        text-align: center;
    }
    .aboutus2-list li:nth-of-type(even){
        margin-top: 0px;
    }
    .aboutus2-list .text{
        width: 90%;
        margin: 0px auto;
        padding-top: 15px;
        float: none;
    }
    .sevice-form .col-md-4, .sevice-form .col-md-6, .service-form .col-md-4, .service-form .col-md-6{
        margin-bottom: 10px;
    }
    .spring-page .nav-tabs{
        display: block;
        margin-bottom: 20px;
    }
    .spring-page .tab-content>.tab-pane{
        width: 100%;
        float: none;
        display: none;
        padding: 0px;
    }
    .spring-page .tab-content>.active{
        display: block;
    }
    .spring-page .fade.in{
        opacity: 1;
    }
    .spring-page .fade{
        opacity: 0;
    }
    .lovesalon{
        background-image: url(../images/lovesalon_m_bg.jpg);
        padding: 40px 0 0 0;
        height: auto;
    }
    .lovesalon .pair-kv-text p.margin-bottom-m{
        margin-bottom: 150px;
    }
    .lovesalon .pair-kv-text::after{
        left: -50%;
        right: -50%;
        top: -50%;
        bottom: 0;

        width: 700px;
        height: 700px;
        z-index: -1;
    }
    .lovesalon-loveclass-link a{
        font-size: 17px;
    }
    .lovesalon .people{
        display: block;
        width: 100%;
    }
    .lovesalon-promo h3{
        font-size: 29px;
        margin: 0 0 15px 0;
    }
    .lovesalon-promo p.txt{
        font-size: 17px;
        margin: 0 0 30px 0;
    }
    .lovesalon-promo .txt-a{
        display: none;
    }
    .lovesalon-promo .txt-b{
        display: block;
        font-size: 47px;
        padding: 8px;
        background-color: #ff56a7;
        color: #fff;
        margin: 10px -15px;
    }
    .login-box{
        min-height: auto;
    }
    .login-box-submit-login{
        margin-top: 40px;
    }
    .login-box-header{
        background-color: #808080;
        padding: 15px 20px;
    }
    .login-box-content{
        padding: 20px 20px;
    }
    .coach-slider::before{
        left: 0;
    }
    .coach-slider::after{
        right: 0;
    }    
    .coach-title{
        font-size: 35px;
    }
    .coach-text{
        font-size: 17px;
    }
    .profile-photo-slider .slides{
        max-height: 600px;
    }
    .profile-photo-slider .flex-control-nav.flex-control-thumbs li{
        height: 100px !important;
    }
    .profile-first-list{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .profile-first-list dt, .profile-first-list dd{
        font-size: 13px;
    }
    .fast-register-block .margin-bottom-xs-15{
        margin-bottom: 15px;
    }
    .profile-photos{
        width: 80%;
        margin: 0 auto;
    }
    .about-events-box .events-ongo-item,
    .about-events-box .events-all-box{
        height: 400px;
    }
}
@media (max-width: 980px) {
    .spring-search-member .photo-item{
        width: 25%;
    }
}
@media (max-width: 896px) {
    .events-all-box, .media-bg .events-all-box{
        height: 200px;
    }
    .table.table-events>tbody>tr td:first-child, .table.table-events>thead>tr td:first-child, .table.table-events>thead>tr th:first-child{
        padding-left: 60px;
    }
    .table.table-events>tbody>tr td:last-child, .table.table-events>thead>tr td:last-child, .table.table-events>thead>tr th:last-child{
        padding-right: 60px;
    }
    .index-event .owl-carousel a .photo{
        height: 300px;
    }
}
@media (max-width: 768px) {
    .spring-search-member .photo-item{
        width: 33.3333%;
    }
    .events-ongo .events-ongo-item{
        height: 190px;
    }
    .about-events-box .events-ongo-item,
    .about-events-box .events-all-box{
        height: 260px;
    }    
}
@media (max-width: 630px) {    
    .photo-item{
        padding: 0 5px;
    }
    .photo-item .photo, .profile-member .photo-item .photo{
        height: 100px;
    }
    .photo-item a{
        margin-bottom: 10px;
    } 
    .index-promo-slide{
        width: 100%;
    }
    .index-promo-slide::before, .index-promo-slide::after{
        display: none;
    }
    .index-socila-media .btn-social{
        width: 45px;
        height: 45px;
        line-height: 40px;
        font-size: 24px;
    }
    .index-kv-title h1{
        font-size: 28px;
    }
    .index-member h3, .index-promo h3, .index-event h3, .index-loveclass h3{
        font-size: 34px;
    }
    .index-occupation{
        padding: 40px 0;
    }
    .index-kv-register{
        position: relative;
        left: auto;
        bottom: auto;        
        right: auto;
        top: auto;
        padding-top: 0;
        padding-left: 0;
        margin: auto;
        width: auto;
    }
    .index-kv .owl-carousel .owl-item div{
        height: 0;
        padding-top: 65%;
        overflow: hidden;
    }
    .index-kv .owl-carousel .owl-item div img{
        height: auto;
    }
    .index-kv-box{
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background-color: #0071bc;
    }
    .index-kv-box h5, .index-kv-box h3{
        color: #fff;
        text-align: center;
    }
    .index-kv-box h3{
        margin-bottom: 0;
    }
    .index-kv-box .confirm, .index-kv-box .confirm a{
        color: #fff;
    }
    .index-kv-box .toggle{
        display: none;
        margin-top: 30px;
        overflow: hidden;
    }
    .index-kv-box.active .btn-toggle i{
        display: none;
    }
    .index-nav-btns li a, .index-nav-btns div a{
        font-size: 14px;
    }    
    .index-lovestor-title-t{
        padding: 0 40px;
        width: 100%;
    }
    .index-lovestor-title-t + .index-lovestor-title-t{
        display: none;
    }
    .register-box .nav-tabs>li + li{
        margin-left: 0;
    }
    .register-form{
        padding: 40px 0 40px 0;
    }
    .register-steps-imgs{
        display: none;
    }
    .register-block .register-box{
        padding: 30px 30px;
    }
    .register-note .photo li{
        width: 70%;
    }
    .register-note .photo li + li{
        margin-left: 0;
        margin-top: 10px;
    }
    .register-block .register-steps li.active.done{
        font-size: 45px;
    }
    .idcard{
        width: 100%;
    }    
    .member-table .table>thead>tr>th img{
        display: none;
    }
    .member-table .table>thead>tr>th:nth-of-type(2){
        background-image: linear-gradient(to bottom, #2179a1, #3ebcf6);
        color: #fff;
    }
    .member-table .table>thead>tr>th:nth-of-type(3){
        background-image: linear-gradient(to bottom, #735d8f, #b493db);
        color: #fff;
    }
    .member-table .table>thead>tr>th:nth-of-type(4){
        background-image: linear-gradient(to bottom, #a47b1e, #f2b936);
        color: #fff;
    }
    .member-table .table>thead>tr>th:nth-of-type(5){
        background-image: linear-gradient(to bottom, #a04274, #f069b1);
        color: #fff;
    }
    .member-table .table>tbody>tr>td + td{
        border-left:1px solid #ddd;
    }
    .member-table .table>thead>tr>th>span{
        /* display: none; */
    }
    .member-table .table>tbody>tr:first-child >td{
        padding-top: 8px;
    }
    .member-table{
        margin-top: 20px;
    }
    .member-table .table>thead>tr>th:last-child:after{
        display: none;
    }
    .member-table .table>thead>tr>th:nth-last-of-type(2):after{
        display: none;
    }
    .register-box .table-responsive{
        overflow-x: auto;
    }
    .register-box-content{
        min-height: 400px;
    }
    .register-box-content .text-red{
        text-align: left;
    }
    .location-kv{
        background: url(../images/location_bg_mobile.jpg);
        min-height: auto;
        background-size:cover;
    }
    .location-kv-text{
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        margin-top: 40px;
        width: 100%;
    }
    .location-kv-box{
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
        border: none;
        background-color:transparent;
    }
    .location-kv-text h1{
        font-size: 46px;
    }
    .location-kv-text p{
        font-size: 13px;
    }
    .location-kv .people{
        display: block;
        width: 100%;
    }
    .location-title{
        padding: 20px 0;
    }
    .location-title h2, .pair-title h2{
        font-size: 23px;
    }
    .location-place-box{
        margin-bottom: 40px;
    }
    .location-photos{
        background: url(../images/location_bg_mobile.jpg) center;
        background-size:cover;
        padding: 40px 0;
    }
    .location-photos h1{
        font-size: 46px;
        text-align: center;        
    }
    .location-place-block h3, .location-photo-show h3, .location-staff h2{
        font-size: 34px;
    }
    .location-staff-txt{
        height: auto;
    }
    .location-staff-item li{
        margin-bottom: 30px;
    }
    .btn-toggle{
        cursor: pointer;
    }
    .index-kv-register .btn-toggle i{
        padding: 0 2px;
        display: inline;
    }
    .events-bg{
        padding:40px 0;
        background-size: 100% 700px;
        background-position: center top;
        background-image: url(../images/events_bg_m.jpg);
        background-attachment: scroll;
    }
    .media-bg{
        background-image:none;
        background-color:#fff;                       
        padding:40px 0;
    }
    .events-bg.enterprise-bg{
        background-image: url(../images/enterprise_bg_m.png);
        background-attachment: scroll;
    }
    .events-bg::after{
       display: none;       
    }
    .events-bg h3.title, .events-ongo h3.title{
        text-align: center;
    }
    .events-kv{
        margin-bottom: 40px;
    }
    .events-kv .events-container{
        padding: 0;
    }
    .events-kv .events-txt{
        width: 80%;
        margin: 0 auto 15px auto;
    }
    .events-kv .owl-pagination{
        display: block;
    }
    .events-type .events-container{
        padding: 0;
    }
    .events-hot{
        margin-bottom:30px;
    }
    .events-hot .events-container{
        padding: 0 15px;
    }
    .events-hot .events-hot-inner{
        margin: 0;
    }
    .events-hot-box{
        height: 215px;
    }
    .events-type-block{
        padding: 0 8px;
    }
    .search-bar  .events-container{
        text-align: center;
        padding:30px 15px;
    }
    .events-bg h3.title::after, .events-ongo h3.title::after{
        display:none;
    }
    .events-box{
        background-color: transparent;
        box-shadow: none;
    }
    .events-box h1{
        text-align: center;
        line-height: 1.3;
        padding: 0 15px;
    }
    .events-txt{
        text-align: center;
        font-size: 15px;
    }
    .events-all-box, .media-bg .events-all-box{
        height: 200px;
    }
    .events-all .events-container{
        padding: 40px 15px;
    }
    .btn-type{
        width:100%;
        font-size: 22px;
    }
    .events-type h3, .pair-feature h3{
        font-size: 24px;
    }
    .events-box h1 > i.line{
        display: none;
    }
    .events-box h1 > span{
        display:block;
        font-size: 18px;
    }
    .events-slider{
        padding: 0;
        box-shadow: none;
    }
    .events-type-item-txt{
        height:auto;
    }
    .events-ongo-col{
        width: 100%;
    }
    .events-ongo .events-container{
        padding: 40px 15px;
    }
    .events-ongo .events-ongo-item{
        height: 200px;
    }
    .about-events-box .events-ongo-item, 
    .about-events-box .events-all-box{
        height: 180px;
    }
    .search-bar-box > div{
        margin-bottom: 15px;
    }
    .events-detail .events-container{
        padding: 30px 0px 0px 0px;
    }
    .events-detail .owl-pagination{
        display:block;
    }
    .events-detail-list{
        background-color: #fff;
        padding: 20px 20px;
        margin: 60px -20px 0 -20px;
    }
    .events-detail-type{
        top: -40px;
    }
    .events-top, .events-bottom{
        padding: 0 20px;
    }
    .events-detail-bottom-share, .events-detail-bottom-btn{
        padding: 0 20px;
    }
    .events-detail-share{
        display: none;
    }
    .events-detail-btn, .events-detail-bottom-btn{
        margin-top: 20px;
    }
    .events-detail h2, .witness-point{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .events-top .events-slider-obj{
        margin: 0 -20px;
    }
    .events-photo-list{
        background-color: #fff;
    }
    .table.table-events>tbody>tr td:first-child, .table.table-events>thead>tr td:first-child, .table.table-events>thead>tr th:first-child{
        padding-left: 15px;
    }
    .table.table-events>tbody>tr td:last-child, .table.table-events>thead>tr td:last-child, .table.table-events>thead>tr th:last-child{
        padding-right: 15px;
    }
    .events-top-title{
        padding: 0px 15px 80px 15px;
    }
    .events-top-title h1{ 
        font-size: 48px;
    }
    .events-top-title p{
        font-size: 13px;
        line-height: 1.8;
    }
    .events-top-title p:nth-of-type(2) {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .events-galleries-slider{
        margin:0px;
    }
    .events-galleries .events-container{
        padding: 40px 15px;
    }
    .events-photo-list .events-container{
        padding: 40px 15px;
    }
    .media-bg .events-kv .events-container{
        padding: 0px 15px 0px 15px;
    }
    .media-image{
        height: 300px;
        margin-bottom: 30px;
    }
    .media-pagination{
        text-align: center;
    }
    .media-rg{
        display: block;
    }
    .witness-banner{
        width: auto;
        margin-right: -15px;
        margin-left: -15px;
    }
    .witness-photo-slider .slides>li{
        height: 200px;
    }
    .enterprise-bg .events-detail{
        background-color: #fff;
        margin: 0 15px 40px 15px;
    }
    .enterprise-bg .events-detail .events-container{
        padding: 30px 0px 30px 0px;
    }
    .enterprise-bg .events-top .enterprise-box{
        background-color: transparent;
    }
    .enterprise-bg .events-top, .enterprise-bg .events-bottom{
        background-color: transparent;
    }
    .enterprise-box .image{
        height: 185px;
    }
    .enterprise-photos li{
        height: 65px;
    }
    .pair-feature .owl-carousel{
        margin-bottom: 0;
    }
    .pair-feature .owl-carousel .events-type-item{
        margin-bottom: 0;
    }
    .joininfo-box{
        padding: 30px 30px;
    }
    .aboutus2{
        padding: 60px 0 0 0;
    }
    .aboutus2 .index-events-ongo{
        background-color: #e6e6e6;
        padding-bottom: 20px;
    }
    .coach-slider .owl-carousel .owl-wrapper-outer{
        padding-bottom: 0;
    }
    .spring-service-balloon{
        display: none;
    }
    .profile-page{
        padding: 0px 15px;
    }
    .profile-photo-slider .slides{
        max-height: 260px;
    }
    .profile-photo-slider .flex-control-nav.flex-control-thumbs li{
        height: 50px !important;
    }
    .profile-basic-list dt, .profile-basic-list dd{
        font-size: 15px;
        margin-bottom: 8px;
    }
    .profile-basic-list dt{ 
        width: 44px;
    }
    .profile-basic-list dd{
        width: calc(100% - 44px);
    }
    .aboutus-main-box{
        padding: 30px;
    }
    .spring-search{
        padding: 0px 15px;
    }
    .spring-search .form-group div:first-child {
        margin-bottom: 15px;
    }
    .spring-search-text{
        text-align: center;
    }
    .spring-search-fail .spring-search-text{
        min-height: 150px;
    }
    .search-submit{
        padding: 0;
    }
    .footer{
        font-size: 12px;
    }
    .footer .fb{
        width: 100%;
        margin-top: 30px;
        overflow: hidden;
    }
    .pcs-mh{
        display: none;
    }
    .ms-pch{
        display: block;
    }
    .index-event .owl-carousel a .photo{
        height: 180px;
    }
    #news-letter{
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
    .news-letter-header h5, .news-letter-title{
        padding-right: 60px;
    }
}

/* 20210603修改 */
@media (max-width: 630px) {
    .register-submit2{
        display: flex;
        flex-direction: column-reverse;
    }
    .register-submit2 .col-md-6{
        margin-bottom: 20px;
    }
}