*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-2 .quick-alo-ph-circle {
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
}
.quick-alo-ph-circle {
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle, .quick-alo-ph-circle-fill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    z-index: 999999;
    position: absolute;
}
.quick-alo-ph-circle, .quick-alo-phone {
    width: 100px;
    height: 100px;
    background-color: transparent;
}
.hotline-phone-1 .phone_text, .hotline-phone-1 .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill, .hotline-phone-2 .quick-alo-ph-circle-fill {
    background: rgb(230, 126, 34, .7) !important;
}
.hotline-phone-2 .quick-alo-ph-circle-fill {
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
    background: rgba(51, 122, 83, .7);
}
.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle, .quick-alo-ph-circle-fill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    z-index: 999999;
    position: absolute;
}

.hotline-phone-1 .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle, .hotline-phone-2 .quick-alo-ph-img-circle, .hotline-bar {
    background-color: #E67E22 !important;
}
.hotline-phone-2 .quick-alo-ph-img-circle {
    top: 31px;
    left: 31px;
    width: 50px;
    height: 50px;
    background: #337ab7;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-alo-ph-img-circle {
    width: 40px;
    z-index: 999999;
    height: 40px;
    top: 30px;
    left: 30px;
    position: absolute;
    background: url(lib/images/icon-phone.png) center center no-repeat rgba(30, 30, 30, .1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-2 .quick-alo-ph-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-2 .quick-alo-ph-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
img[Attributes Style] {
    width: 50px;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
a {
    color: #f53d2d;
    transition: all 0.3s ease-in-out;
}

.hotline-phone-1 .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle, .hotline-phone-2 .quick-alo-ph-img-circle, .hotline-bar {
    background-color: #E67E22 !important;
}
.hotline-bar {
    position: absolute;
    background: #337ab7;
    height: 45px;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 30px 0 30px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 52px;
    bottom: 31px;
}
@media (min-width: 768px)
.d-md-block {
    display: block !important;
}
.d-none {
    display: none !important;
}

.btn {
    color: #fff;
    padding: 0 20px;
    border: none;
    font-weight: bold;
    height: 50px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 50px;
    background: #e0524f;
    background: -webkit-linear-gradient(#ed5a56, #e21b16);
    background: -o-linear-gradient(#ed5a56, #e21b16);
    background: -moz-linear-gradient(#ed5a56, #e21b16);
    background: linear-gradient(#ed5a56, #e21b16);
}