.header-box{
	width:100%;
	height:100px;
	background: #76b2a8;
	position: fixed;
	z-index:999;
	border-bottom: 3px solid #FFF;
}

.footer-box{
	background: #333;
}
.container {
	max-width: 1200px;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding:0 20px;
}
.login-logo{
	font-size:34px;
	line-height: 100px;
	color:rgba(255,255,255,1);
	float: left;
}
.header-right{
	line-height: 100px;
	float: right;
	color:rgba(255,255,255,1);
}

.video-list{
	overflow: hidden;
	padding:100px 0;
}

.video-list ul li{
	width:100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.video-list ul li img{
	width: 230px;
	height:139px;
	border: 1px solid #76b2a8;
}

.list-left{
	width:220px;
	float:left;
	margin-right:25px;
}
.list-right{

}
.list-right-title{
	font-size:18px;
	line-height: 25px;
	margin-bottom:10px;
	color: #e44e80;
}
.list-right-title span{
	color:#999;
}
.list-right-description{
	font-size:14px;
	line-height: 25px;
	color:#666;
	margin-bottom:10px;
}
.list-right-footer {
	color:#666;
}
.list-right-footer a{
	font-size:14px;
	line-height: 25px;
}

.video-info{
	width:100%;
	height:100%;
	overflow: hidden;
}
.video-left{
	width: 100px;
	float:left;
	height:100%;
	background: #76b2a8;
	text-align: center;
	line-height: 100px;
	font-size: 60px;
	color:#FFF;
	z-index: 10;
}

.video-left-tutorials{
}

.video-left-tutorials{
	width: 120px;
	position: absolute;
	left:0;
	top:70px;
	z-index: 10;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color:#FFF;
	z-index: 10;
}

.video-left-tutorials li{
	width: 100%;
	height: 50px;
	background-color: #ccc;
	border-radius:0 50px 50px 0;
	margin-top: 20px;
	cursor:pointer;
}

.video-left-tutorials li.on{
	background-color: #ee5b92;

}

.video-left-tutorials li a{
	color:#fff;
}



.video-exit{
	width: 100px;
	text-align: center;
	position: absolute;
	left:0;
	bottom:0;
	line-height: 80px;
	font-size: 36px;
	color:#FFF;
}
.video-right{
	width: 100px;
	float:right;
	height:100%;
	background: #76b2a8;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color:#FFF;
	z-index: 10;
}
.right-list{
	width: 120px;
	position: absolute;
	right:0;
	top:0;
	z-index: 10;
}

.right-list li{
	width: 100%;
	height: 50px;
	background-color: #ccc;
	border-radius: 50px 0 0 50px;
	margin-top: 20px;
	cursor:pointer;
}

.right-list li.on{
	background-color: #109ac2;

}

.right-list li a{
	color:#fff;
}

.video-center{
	margin:0 auto;
	padding:50px 0;
}

.video-center video{
	width:100%;
	height:450px;
}
.video-center-box{
	width: 750px;
	margin: 0 auto;
	display:none;
}
.video-info-box{
	margin-bottom:30px;
	width: 100%;
}
.video-info-text{
	overflow: scroll;
	min-height: 200px;
	line-height: 30px;
	font-size: 16px;
}
.video-info-text h1{
	margin-bottom: 20px;
}

.video-info-text img{
	max-width: 80%;
	margin: 5px;
}

.tools-center-box{
	width: 700px;
	margin: 0 auto;
	display:none;
}

.tools-item{
	margin-bottom: 10px;
}
.tools-item-title{
	font-size:18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tools-item-list{
}
.tools-item-list ul{
	padding:0;
	margin:0;
}
.tools-item-list li{
	display: inline-block;
	border-radius: 50px;
	padding: 5px 5px;
	color:#fff;
	background-color:#76b2a8;
	margin: 0 20px 10px 0;
	cursor: pointer;
}

.tools-list{
	padding-top:30px;
}

.tools_icon{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.tools-item-list-box{
	display:inline-block;
	overflow: hidden;
	margin-right: 10px;
	line-height: 25px;
}

.tutorials-video-bg{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display:none;
}

.tutorials-video-box{
	position: absolute;
	width: 500px;
	height:300px;
	top:50%;
	left:50%;
	margin: -180px 0 0 -250px;
	z-index: 999;
}

.tutorials-video-box video{
	width: 500px;
	height:300px;
	background-color: #000000;
}

.tutorials-video-box .close{
	width: 30px;
	height:30px;
	position: absolute;
	right: -30px;
	top: -30px;
	background-color: #FFF;
	z-index: 9999;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
}

.tutorials-title{
	font-size:24px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}

.tutorials-video-name{
	font-size:24px;
	color:#FFF;
	text-align: center;
	line-height: 50px;
}
.protocol-box{
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	z-index: 9999;
}

.protocol{
	position: absolute;
	z-index: 99999;
	color:#fff;
	width: 800px;
	left:50%;
	margin:30px 0 0 -400px;
}

.protocol h3{
	font-size:18px;
	line-height: 60px;
	text-align: center;
}

.protocol-content{
	height: 450px;
	overflow-y: scroll;
}
.protocol-send{
	text-align: center;
	padding:20px;
}
.protocol-send .layui-inline{
	margin: 5px;
}
.left_icon{
	position: absolute;
	left: 120px;
	top: 50%;
	margin-top: -50px;
}
.right_icon{
	position: absolute;
	right: 120px;
	top: 50%;
	margin-top: -50px;
}

.nav{
	float:right;
}
.nav>ul{
	overflow: hidden;
	text-align: right;
	padding-top:0px;
}

.nav>ul>li{
	display: inline-block;
	margin-left:20px;
}

.nav>ul>li>a{
	display: inline-block;
	padding:0 10px;
	color:#fff;
	font-size: 20px;
	line-height: 40px;
}
.nav>ul>li>a .layui-icon{
	font-size: 12px;
}

.nav>ul>li:hover>a{
	border-bottom: 2px solid #fff;
}

.sub-nav>li>a{
	color:#5dcab8;
	overflow: hidden;
}
.sub-nav>li>a>i{
	float: right;
	font-weight: bold;
	font-size:14px;
}

.nav ul li:hover .sub-nav{
	display: block;
}

.sub-nav{
	position: absolute;
	background: #FFF;
	display: none;
	border-radius: 10px;
	padding: 15px 0;
	margin-left: -15px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	min-width: 165px;
	text-align: left;
	line-height: 40px;
}

.sub-nav li{
	padding:0 15px;
}

.sub-nav li:hover .three-nav{
	display: block;
}
.sub-nav li:hover>a{
	color:#f3e34e;
}

.user-info{
	color:#FFF;
	font-size:16px;
	text-align: right;
	line-height: 50px;
}
.user-info a{
	color:#FFF;
	text-decoration: underline;
}

.three-nav{
	position: absolute;
	background: #FFF;
	display: none;
	border-radius: 10px;
	padding: 15px;
	margin:-55px 0 0 151px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	min-width: 150px;
	text-align: left;
	line-height: 40px;
}

.three-nav>li>a{
	color:#5dcab8;
	overflow: hidden;
}

.index-banner{
	height: 450px;
}

.index-banner ul li{
	height: 450px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffafca;
}

.top-placeholder{
	height:100px;
}

.bottom-placeholder{
	height:150px;
}

.index-product-title{
	text-align: center;
	font-size:36px;
	color: #76b2a8;
	font-weight: bold;
	line-height: 120px;
}

.index-product-title span{
	color:#666;
}

.index-product-list{
	margin:0 -20px 20px -20px;
	overflow: hidden;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.index-product-list li{
    flex: 0 0 25%;
	/*width:25%;*/
	/*float:left;*/
}
.index-product-list li .more-text{
    display:none;
    position: absolute;
    left: 20px;
    top: 20px;
    right:  20px;
    bottom: 20px;
    background: rgba(255,0,0,.2);
    line-height: 360px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
.index-product-list li:hover .more-text{
    display:block;
}
.index-product-list-box{
	padding:20px;
	position: relative;
}
.index-product-list-box img{
	width:100%;
	/*min-height: 375px;*/
}
.index-product-name{
	padding:10px;
	font-size:14px;
	text-align: center;
	line-height: 35px;
}
.index-product-name span{
	display:inline-block;
	margin: 0 10px;
	color:#76b2a8;
}

.msg-bg{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 9999;
	display: none;
}

.index-product-msg{
	position: absolute;
	width:450px;
	background: #fff;
	border: 5px solid #76b2a8;
	left:50%;
	top:15%;
	margin-left: -245px;
	border-radius: 20px;
}

.index-product-padding{
	padding:20px;
}
.index-product-msg-content-box{
	line-height: 40px;
}
.index-product-msg-content-title{
	font-size:18px;
	margin-bottom: 20px;
}
.index-product-msg-content-title span{
	display:inline-block;
	margin:0 10px;
}
.index-product-msg-content-image{
	width:200px;
	margin:0 auto 20px auto;
	display: none;
}
.index-product-msg-content-image img{
	width:100%;
}
.index-product-msg-content-item{
	font-size:14px;
	margin-bottom: 10px;
}
.index-product-msg-content{
	line-height: 25px;
	margin-bottom: 25px;
}
.index-product-tools-list{
	margin-bottom: 20px;
}
.index-product-tools-list ul{
	overflow: hidden;
}
.index-product-tools-list ul li{
	float: left;
	width: 45px;
	margin-right: 10px;
	color:#666;
	text-align: center;
	line-height: 30px;
}
.index-product-tools-list ul li img{
	width:100%;
}
.index-product-msg-close{
	position: absolute;
	right: 20px;
	top:20px;
	font-size: 18px;
	cursor: pointer;
}
.footer-copy{
	text-align: left;
	float: left;
}
.footer-menu{
	float:right;
	font-size: 18px;
}
.footer-menu a{
	display: inline-block;
}



.banner{
	text-align: center;
	font-size:36px;
	color: #76b2a8;
	font-weight: bold;
	line-height: 120px;
}

.banner span{
	color:#666;
}

.book-title{
	font-size:22px;
	line-height: 50px;
}
.book-content{
	line-height: 30px;
	font-size:14px;
	border-bottom: 2px solid #76b2a8;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.book-form-tab-title{
	overflow: hidden;
}
.book-form-tab-title li{
	width:25%;
	float:left;
	color:#fff !important;
	background: #ccc;
	border:none;
	padding:0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.book-form-tab-title2 li{
	width:50%;
}
.book-form-tab-title li div{
	border-right: 1px solid #fff;
}
.book-form-tab-title li:nth-child(5) div{
	border-right:none;
}
.book-form-tab-title .layui-this{
	background: #76b2a8;
	color:#fff;
	border: none;
}

.book-content .layui-tab-title{
	background-color: #666;
}

.book-content .layui-tab-title li{
	color: #FFF;
}

.book-content .layui-tab-title li.layui-this{
	background-color: #ccc;
	color:#000;
}

.layui-tab-title .layui-this:after{
	border: none;
}
.layui-tab-content{
	padding:15px 0;
}
.store-list{
}
.store-list ul{
	overflow: hidden;
	margin:0 -20px;
}
.store-list ul li{
	width:100%;
	float: left;
	cursor: pointer;
}
.store-list ul li div{
	margin:20px;
	padding:20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	line-height: 40px;
	position: relative;
	font-size: 18px;
}
.store-list ul li div .layui-icon{
	display:none;
	color:red;
	font-size: 34px;
	position: absolute;
	right: 25px;
	top: 35px;
}
.store-list ul li.on div{
	border:1px solid red;
}
.store-list ul li.on div .layui-icon{
	display:block;
}


.cake-list{
}
.cake-list ul{
	overflow: hidden;
	margin:0 -20px;
	font-size: 0;
}
.cake-list ul li{
	width:20%;
	/*float: left;*/
	display:inline-block; 
	cursor: pointer;
	vertical-align:top; 
}
.cake-list ul li div{
	margin:20px;
	padding:20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	line-height: 20px;
	position: relative;
	font-size: 14px;
	overflow: hidden;
}
.cake-list ul li div img{
	width:100%;
	float:left;
	margin-bottom: 15px;
}
.cake-list ul li div .layui-icon{
	display:none;
	color:red;
	font-size: 34px;
	position: absolute;
	right: 25px;
	top: 20px;
}
.cake-list ul li.on div{
	border:5px solid red;
}
.cake-list ul li.on div .layui-icon{
	display:block;
}


.cake-list ul li b{
    height:40px;
    display: inline-block;
}

.box-bdt{ color: #333; margin: 0; overflow: hidden; background: #fff; margin-bottom: 15px;}
.box-bd-tit{ font-size: .9rem;  line-height: 3.5rem; padding: 0 .75rem; border-bottom: solid 1px #ddd; display: block;}
.box-bd-tit-c{ text-align: center; position: relative;}
.hds-prev, .hds-next{position: absolute; font-size: 24px; width: 2.5rem; text-align: center; left: 0; line-height: 3.5rem; color: #999; cursor: pointer;z-index: 9999;color:#fff;}
.hds-next{right: 0; left: auto;}
i.swiper-button-disabled{ color: #fff;}

.box-bdt-mess{ float: right; line-height: 2.5rem; font-weight: normal; font-size: .7rem;}
.box-bdt-mess span{ color: #ff4044;}

.swiper-hds dl{ padding-right: 1px;}
.swiper-hds dt{background: #54aadf;color: #fff;text-align: center;line-height: 3.5rem;height: 3.5rem;overflow: hidden;padding-top: .1rem;margin-bottom: 1px;font-size: 1.1rem;}
.swiper-hds label{display: block;background: #e6f1f8;color: #666;font-size: 1.1rem;line-height: 1.5;text-align: center;padding: .5rem 0;cursor: pointer;}
.swiper-hds label.dis{ background: #eee; color: #aaa;}
.swiper-hds label.on{ background: #54aadf; color: #fff;}
.swiper-hds input{display: none !important;}

.button-box{
	text-align: center;
	padding: 30px;
}
.button-box button{
	width: 250px;
	font-size:16px;
}
.book-confirm-message{
	line-height: 35px;
	font-size:18px;
}

.book-confirm-message ul{
	padding:20px 0;
	overflow: hidden;
}
.book-confirm-message ul li{
	width:50%;
	float:left;
	padding-bottom: 40px;
}
.edit-btn{
	font-size:12px;
	color:#666;
	cursor: pointer;
}
.layui-form-label{
	font-size:18px;
}

.principle_text{
    display: inline-block;
    background: rgba(220,76,67,1);
    color: #FFF !important;
    line-height: 1;
    padding:5px;
    font-size: 15px;
}

.mapBox { padding-top: 20px }
.mapTit { font-size: 16px; color: #14634a; padding: 20px 0; display: block; border-bottom: solid 1px #e6e6e6; font-weight: bold }
.mapTit small { font-weight: normal; font-size: 16px }
.mapBox>div { padding: 10px 0 40px 0 }
.mapBox div span { width: 470px; display: inline-block; line-height: 24px; font-size: 12px; color: #555 }
.mapBox b { color: #c82126; font-size: 14px }
.messTable { line-height: 34px }
.messTable span { display: inline-block; padding-right: 5px; color: #c82126 }
.messTable td { padding: 5px }


.search_date{
	
}

.search_date .layui-laydate-main{
	width:100%;
}

.search_date .layui-laydate-static{
	width:100%;
}
.search_date .layui-laydate-content table{
	width:100%;
}
.search_date .layui-laydate-content td, .search_date .layui-laydate-content th{
	line-height: 30px;
}

.search_day{
	display: none;
	margin-top: 20px;
	padding:20px 0;
	border:1px solid #d2d2d2;box-shadow:0 2px 4px rgba(0,0,0,.12);background-color:#fff;color:#666
}
.search_day .man-icon{
	width:24px;
	height: 24px;
}
.search_day  input[type=radio]{
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.search_day  ul{
	 overflow: hidden;
}
.search_day  li{
	float: left;
	width: 25%;
	line-height: 30px;
	text-align: center;
	padding: 20px 0;
}
.search_day  li div{
	display: inline-block;
	margin-bottom: -7px;
	height: 24px;
	overflow: hidden;
}

.phone_nav_icon{
    color:#FFF;
    position: absolute;
    top: 20px;
    right:20px;
    display:none;
    font-size:20px;
    border-radius: 20px;
    border:2px solid #FFF;
    padding:0 10px;
}
.phone_nav_icon .layui-icon{
    font-size:26px;
}

.reservation-list{
	overflow: hidden;
}

.reservation-list ul{
	overflow: hidden;
}

.reservation-list ul li{
	width: auto;
	margin: 20px 0 25px 0;
	font-size:16px;
	border: 1px solid #666;
	border-radius: 15px;
	line-height: 40px;
}

.reservation-list ul li div{
	padding:20px;
}

.reservation-list ul li span{
	display:inline-block;
	width: 30.3333%;
}

.reservation-list ul li span i{
	font-size:12px;
	color:#999;
}

/*--分页--*/
div.pages {text-align: center; width: 100%; padding: 20px 0 20px 0; margin: 0; line-height: 1.7;}
div.pages *{ line-height: 1.7;}
div.pages a,div.pages span { text-decoration: none; background: #fff; border: 1px solid #DDDDDD; padding: 6px 10px; margin: 3px; color: #333333; font-size: 18px; display: inline-block; font-weight: normal; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; min-width: 32px;}
div.pages a.on,div.pages a.hover,div.pages a:hover,div.pages a:active,div.pages span.current,div.pages span.disabled { background: #76b2a8; color: #fff; border: 1px solid #76b2a8;  line-height: 1.7;}

/*首页广告*/
.ad-box{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999999;
}
.ad-content{
    width:575px;
    height:796px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left:-287px;
    background: #FFF;
    overflow: hidden;
}
.ad-content img{
    width:575px;
    height:796px;
}
.ad-content-close{
    position: absolute;
    right: 0;
    width: 40px;
}
.ad-content-close i{
    color: #333;
    font-size:40px;
}
.ad-content-bookbtn{
    width:130px;
    height:45px;
    border-radius: 25px;
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.9);
    line-height: 45px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    margin-left: -65px;
    font-size: 18px;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.about{
    width:100%;
    background: #76b2a8;
    overflow: hidden;
}
.about .about-left{
    width:50%;
    float:left;
}
.about .about-right{
    width:50%;
    float: right;
}
.about img{
    width:100%;
    height:400px;
}
.about .text-1{
    padding:150px 50px 0 50px; color:#FFF; font-size:24px; text-align:center; line-height:40px;
}
.about .text-2{
    padding:100px 50px 0 50px; color:#FFF; font-size:24px; text-align:center; line-height:40px;
}

@media screen and (min-width: 475px) {
    .index-product-name{
    	font-size:18px;
    }
}
@media screen and (min-width: 992px) {
	div.pages{ padding-top: 40px;}
	div.pages a,div.pages span{ margin:3px 7px;}
	div.pages a,div.pages span{ padding: 7px 15px; font-size: 18px; min-width: 40px;}
}

@media screen and (min-width: 1240px) {
	div.pages{ padding-top: 50px;}
}

@media screen and (min-width: 1580px) {
	div.pages{ padding-top: 60px;}
}

@media screen and (max-width: 768px) {
    .index-banner ul li{
        background-size:100% 100%;
        height:auto;
        padding-top: 8.8em;
    }
    .index-banner{
        height:auto;
    }
    .index-product-list li{
        flex: 0 0 50%;
        width:50%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .index-product-list-box{
        padding:5px;
    }
    .index-product-list-box img{
        height:auto;
        min-height: auto;
    }
    .index-product-title{
        line-height: 30px;
        padding:20px 0 0 0;
        font-size:24px;
    }
    .footer-menu{
        float:none;
    }
    .mapBox iframe{
        width:100%;
        height:200px;
    }
    .mapBox div span{
        width:100%;
    }
    
    .banner{
        line-height: 30px;
        padding:20px 0;
        font-size:24px;
    }
    .top-placeholder{
        height:70px;
    }
    .header-box{
        height:70px;
    }
    .login-logo{
        line-height: 70px;
    }
    .login-logo img{
        width:70%;
    }
    .phone_nav_icon{
        display:block;
    }
    .nav{
        width:100%;
        height:100%;
        position: fixed;
        right:0;
        display:none;
        background: rgba(0,0,0,.5);
        z-index: 9999999;
    }
    .nav>ul{
        /*padding:0;*/
    }
    .nav>ul>li{
        margin: 0;
        width:100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.3);
        line-height: 50px;
    }
    .nav>ul>li>a{
        display:block;
    }
    .nav>ul>li>a:hover{
        border: none;
    }
    .protocol{
        width:90%;
        height:90%;
        margin-left: -45%;
    }
    .protocol-content{
        height:60%;
    }
    .index-product-msg{
        width:90%;
        margin-left:-45%;
    }
    .index-product-padding{
        max-height: 400px;
        overflow-y: scroll;
    }
    .cake-list ul li{
        width:33.3333%;
    }
    .cake-list ul li div{
        padding:5px;
        margin:5px;
        border-radius:3px;
    }
    .cake-list ul li.on div{
        border:2px solid red;
    }
    
    .layui-btn{
        max-width: 30%;
    }
    .search_day li{
        width:50%;
    }
    .book-confirm-message ul li{
        width:100%;
        
    }
    .book-confirm-message ul li img{
        max-width: 100%;
    }
    
    .book-content img{
        max-width: 100%;
    }
	
	.reservation-list ul li span{
		width:100% !important;
	}
	
	.user-info{
		text-align: center;
		line-height: 70px;
	}
	
    
    .sub-nav>li>a{
    	color:#FFF;
    	overflow: hidden;
    }
    .sub-nav>li>a>i{
    	float: right;
    	font-weight: bold;
    	font-size:14px;
    }
    
    .nav ul li:hover .sub-nav{
    	display: block;
    }
    
    .sub-nav{
    	position: static;
    	background: rgba(255,255,255,.2);
    	display: block;
    	border-radius: 0px;
    	padding: 15px 0;
    	margin-left: 0px;
    	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    	width: 100%;
    	text-align: center;
    	line-height: 40px;
    }
    
    .ad-content{
        width:320px;
        height:443px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left:-160px;
        background: #FFF;
        overflow: hidden;
    }
    .ad-content img{
        width:100%;
        height:100%;
    }
    .ad-content-close{
        position: absolute;
        right: 0;
        width: 40px;
    }
    .ad-content-close i{
        color: #333;
        font-size:40px;
    }
    .ad-content-bookbtn{
        width:100px;
        height:30px;
        border-radius: 25px;
        display: block;
        position: absolute;
        background: rgba(255,255,255,0.9);
        line-height: 30px;
        text-align: center;
        bottom: 30px;
        left: 50%;
        margin-left: -50px;
        font-size: 14px;
        box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    }
    .layadmin-user-login-footer a{
        font-size: 14px !important;
    }
    
    

    .about{
        width:100%;
        background: #76b2a8;
        overflow: hidden;
    }
    .about .about-left{
        width:100%;
        float:left;
    }
    .about .about-right{
        width:100%;
        float: right;
    }
    .about img{
        width:100%;
        height:200px;
    }
    .about .text-1{
        padding:20px; color:#FFF; font-size:14px; text-align:center; line-height:30px;
    }
    .about .text-2{
        padding:20px; color:#FFF; font-size:14px; text-align:center; line-height:30px;
    }
    
    .button-box2{position:fixed; bottom:61px; left:0; right:0; padding:10px 10px 30px 10px; background-color:rgba(255,255,255,1);box-shadow:-1px 0 10px rgba(0,0,0,.3)}
}

@media screen and (max-width: 425px) {

    .layadmin-user-login-footer{
        padding:0 !important;
    }
    .footer-copy{
        width:100%;
        text-align: center;
        font-size: 12px;
    }
    .layadmin-user-login-footer .container{
        padding:0 5px !important;
    }
}

.more_btn{
    width:100%;
    max-width: 300px;
    line-height: 40px;
    text-align: center;
    background-color: #ef4848;
    border-radius: 30px;
    display: block;
    color: #FFF;
    margin: 0 auto;
}

.more_btn:hover{
    color: #FFF;
}

@media screen and (max-width: 320px) {
    .layui-btn{
        max-width: 100%;
    }
    .layui-btn+.layui-btn{
        margin:20px 0;
    }
}