/* canvas 底部样式 */
.reservation{
    height: 200px;
    background-color: #222324;
    text-align: center;
    color:#fff;
    overflow: hidden;
    position: relative;
}
.reservation h2{
    font-size: 24px;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}
.reservation .ks-button{
    width: 140px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
	font-weight: 400;
    padding:0px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
	color: #015CFF;
}
.reservation .ns-bg{
    position: absolute;
    left:0;
    top:0;
    transform: translateY(-35%);
    width: 100%;
}
.ht-olevel{height: 160px;}
/* end */

.logo{
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 1px solid #EEEEEE;
	background: #fff;
}
.ks-headtitle{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 28px;
	padding-top: 20px;
}
.tag{
	padding-left: 26px;
	margin-bottom: 28px;
}
.tag::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 24px;
	transform: translateY(-50%);
	background: #4265FB;
	border-radius: 3px;
}

.product{
	width: 595px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(138, 153, 192, 0.2);
	border-radius: 16px;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-left: 40px;
	display: inline-block;
	text-align: left;
}
.product .width-80,
.product .width-78,
.product .height-70{margin-right: 20px;}

.product .title{
	font-size: 24px;
	font-weight: bold;
}
.tagBtn{
	width: 126px;
	height: 36px;
	border: 1px solid #2E65EF;
	border-radius: 18px;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	margin-left: 20px;
	position: relative;
}
.url-code{
	position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 36px;
    margin-left: -75px;
	padding: 10px 0 0;
	display: none;
}
.phone-url:hover .url-code{
	display: block;
}
.url-code-box{
	width: 150px;
    height: 150px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px rgba(6, 17, 36, 0.15);
	position: relative;
	padding: 15px;
    box-sizing: border-box;
}
.url-code-box canvas{
	width: 100% !important;
	height: 100% !important;
}
.url-code-box:before {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 50%;
    margin-left: -2.5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(317deg);
    box-shadow: 1px -1px 1px rgba(6, 17, 36, 0.08);
    z-index: 1;
}
#product .col-6:nth-child(2n){text-align: right;}

.ftz-24{ font-size: 24px; }
.pd-b50{ padding-bottom: 50px; }
.pd-t16{padding-top: 16px;}
.mg-b46{ margin-bottom: 46px; }
.height-70{ width: 80px;height: 70px; }
.width-14{ 
	width: 16px;
	margin-top: 9px;
	margin-right: 6px;
}
.width-18{ width: 18px;height: 16px;margin-top: 8px;margin-right: 6px; }
.width-78{ width: 78px;height: 80px; }
.width-80{ width: 80px; }
.width-110{width: 110px;}
.width-110+.width-110{margin-left: 10px;}
.width-420{ width: 420px; }
.bg-F9FAFD{background-color: #F9FAFD;}
.pd-b99{padding-bottom: 99px;}
#product1,#product2,#product3{display:none;}
/*大于即是1024 ipad */
@media (max-width: 1024px){
	#product .col-md-12, #product .col-6:nth-child(2n){text-align: center;}
	.product { width: 710px; }
	.width-420 { width: 525px; }
	.logo {
	    bottom: -75px;
	    width: 150px;
	    height: 150px;
	}
}

/*大于即是768 ipad */
@media (max-width: 768px){
	
}

/*大于即是480 */
@media (max-width: 480px){
	
	.ht-olevel { height: 60px; }
	.reservation h2 {
	    width: 265px;
	    display: inline-block;
	    margin: auto;
	}
	.reservation .ks-button {
	    display: block;
	    margin: auto;
		margin-top: 14px;
	}
	.logo {
	    bottom: -62.5px;
	    width: 125px;
	    height: 125px;
	}
	.ks-headtitle { font-size: 23px;padding-bottom: 15px; }
	.independent .ftz-24{font-size: 18px;}
	.tag::before {
	    width: 4px;
	    height: 17px;
	}
	.tag { padding-left: 12px; margin-bottom: 14px; }
	.mg-b46 { margin-bottom: 30px; }
	.bg-F5F6FA{background-color: #F9FAFD;}
	.pd-b99 { padding-bottom: 0; }
	.product {
	    width: 345px;
		height: 125px;
	    margin-bottom: 15px;
	    padding-top: 20px;
	    padding-left: 15px;
	}
	.width-420 { width: 259px;font-size: 12px; }
	.product .title { font-size: 18px; }
	.product .width-80, .product .width-78, .product .height-70 { margin-right: 10px; }
	.width-80 { width: 45px; }
	.pd-t16 { padding-top: 8px; }
	.width-78 {
	    width: 43px;
	    height: 44px;
	}
	.height-70 {
	    width: 45px;
	    height: 39px;
	}
	.width-110 {
	    width: 65px;
	    height: 20px;
		line-height: 18px;
	}
	.width-14 {
	    width: 12px;
	    margin-top: 4px;
	    margin-right: 0px;
	}
}

/*大于即是414 ios6plus */
@media (max-width: 414px){
	
}

/*大于即是375  ios6 */
@media  (max-width: 375px){
	
}

/*大于即是360  安卓 */
@media (max-width: 360px){
	.logo {
	    bottom: -55px;
	    width: 110px;
	    height: 110px;
	}
	.product {
	    width: 332px;
	    height: 136px;
	}
	.width-420 { width: 245px; }
}

/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
	.logo {
	    bottom: -45px;
	    width: 90px;
	    height: 90px;
	}
	.width-420 {
	    width: 208px;
	    font-size: 10px;
	}
	.product {
	    width: 290px;
	    height: 136px;
	}
}
<!--耗时1763621510.3469秒-->