.quick-content-box{position:fixed; left: 0; bottom: 10px; z-index: 999; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -o-transition: .5s ease-out; transition: .5s ease-out;}
.quick-btn{color:#222;font-size:16px;font-weight:600;background-color:#e5f4ff;padding:12px 17px;display:inline-block; cursor: pointer; border: none; border-radius: 30px;}
.quick-content{background-color:#f9fcff; box-shadow:3px 0 44px 1px hsla(210,8%,75%,.24); padding:35px 24px 24px; width:320px; margin-bottom: -44px; position: relative; z-index: 1; display: none;}
.quick-link-list li a{color:#005eb8;display:block;font-size:15px; font-weight:600; line-height:1.5; padding:6px 0; cursor: pointer;}
.quick-content h3{padding-bottom:10px;font-size:22px}
.close-box{position:absolute;right:20px;top:20px;opacity:.5; cursor: pointer; border: none; background: none;}
.close-box svg{width:24px;height:24px;color:#000}
.quick-link-head figure{margin-right:14px}
.quick-link-head{display:flex;align-items:center;padding-top:12px;padding-bottom:12px}
.quick-btn svg {vertical-align: top;margin-right: 10px;}
/* .quick-content-box.show{bottom: 100px;} */
.price-btn{margin-top: 15px; width: 100%;}
.price-btn .btn{width: 100%; height: 45px; font-size: 15px; justify-content: center; text-align: center;}



@media(max-width:767px){
.quick-content-box{display: none;}
/* .quick-content-box.show{bottom: 185px;} */
}