html,body {
    height: 100%;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
    border-color: white;
}
p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-hg15{
    line-height: 40px;
}
.ml20{
    margin-left: 40px;
}

.spt90 {
    padding-top: 90px;
}

.tfs20{
    font-size: 20px !important;
}

.text-red {
    color: #e74c3c !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #3498db !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-black {
    color: #111 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #18bc9c !important;
}
.text-gray {
    color: #d2d6de !important;
}
.text-navy {
    color: #001F3F !important;
}
.text-teal {
    color: #39CCCC !important;
}
.text-olive {
    color: #3D9970 !important;
}
.text-lime {
    color: #01FF70 !important;
}
.text-orange {
    color: #FF851B !important;
}
.text-fuchsia {
    color: #F012BE !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #D81B60 !important;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}
.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
@media (hover: hover) {
  .dropdown a:hover + .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #ec0015;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #ec0015 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
    padding-top:3px;
}
.carousel-indicators .active{
    background-color:#4637EC;
}
@media (min-width: 768px) {

    .primary-mobile {
        display: none;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgb(255, 255, 255);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #222222;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #fdcc52;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222222;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #ec0015;
    }
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    color: white;
}
header .header-content {
    text-align: center;
    padding: 150px 0 50px;
    position: relative;
}
header .header-content .header-content-inner {
    position: relative;
    margin: 0 auto;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 80px;
}
header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}
header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}
header .device-container .screen img {
    border-radius: 3px;
}
@media (min-width: 768px) {
    header{
        display: block;
    }
    header .header-content {
        text-align: center;
        padding: 0;
        height: 100vh;
    }
    header .header-content .header-content-inner {
        width:100%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner h1 {
        font-size: 35px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
}
@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .spt90 {
        padding-top: 20px;
    }
    .header{
        margin-bottom: 50px;
    }
   /* header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    #mainNav {
        display: none;
    }
    #main{
        padding-bottom: 55px;
    }
*/
    .carousel .carousel-inner .item img{
        height: 190px;
    }

    .primary-mobile {
        bottom: 0px;
        left: 0;
        right: 0;
        position: fixed;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
        z-index: 996;
    }
    .primary-mobile ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 6px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
        background: #fff;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000; }
    .primary-mobile ul li {
        list-style: none;
        position: relative;
        margin: 0px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        width: 20%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .primary-mobile ul li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.56);
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        padding: 6px 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-align: center;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
    .primary-mobile ul li a:active, .primary-mobile ul li a.active {
        color: #00A862; }
    .primary-mobile ul li a:active .icons img, .primary-mobile ul li a.active .icons img {
        display: none; }
    .primary-mobile ul li a:active .icons img.active, .primary-mobile ul li a.active .icons img.active {
        display: block; }
    .primary-mobile ul li a .icons {
        font-size:28px;
        display: block;
        height: 28px;
        margin-bottom: 3px;
        pointer-events: none;
        position: relative;
        width: 100%; }
    .primary-mobile ul li a .icons img {
        display: block;
        height: 28px;
        left: 50%;
        pointer-events: none;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; }
    .primary-mobile ul li a .icons img.active {
        display: none; }

}
section.download {
    padding: 150px 0;
    position: relative;
}
section.download h2 {
    margin-top: 0;
    font-size: 50px;
}
section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}
section.download .badges .badge-link img {
    height: 60px;
}
@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px;
    }
}
section.features .section-heading {
    margin-bottom: 100px;
}
section.features .section-heading h2 {
    margin-top: 0;
}
section.features .section-heading p {
    margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
    max-width: 300px;
    margin: 0 auto;
    height:215px;
}
section.features .device-container {
    margin-bottom: 100px;
}
@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}
section.features .feature-item {
    text-align: center;
    margin-bottom: 80px;
}
section.features .feature-item h3 {
    font-size: 24px;
}
section.features .feature-item i {
    font-size: 60px;
    
    background: -webkit-linear-gradient(to left,#328944, #247cdc);
    background: linear-gradient(to left, #328944, #247cdc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
    section.features .device-container,
    section.features .feature-item {
        max-width: none;
    }
}
section.cta {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/bg-middle.jpg');
    padding: 250px 0;
}
section.cta .cta-content {
    position: relative;
    z-index: 1;
}
section.cta .cta-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
    max-width: 450px;
    font-size: 50px;
}
@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 70px;
    }
}
section.cta .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
section.contact {
    text-align: center;
}
section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
section.contact h2 i {
    color: #dd4b39;
}
section.contact ul.list-social {
    margin-bottom: 0;
}
section.contact ul.list-social li a {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 100%;
    color: white;
}
section.contact ul.list-social li.social-github a {
    background-color: #444;
}
section.contact ul.list-social li.social-github a:hover {
    background-color: #111;
}
section.contact ul.list-social li.social-qq a {
    background-color: #1da1f2;
}
section.contact ul.list-social li.social-qq a:hover {
    background-color: #0d95e8;
}
section.contact ul.list-social li.social-weibo a {
    background-color: #dd4b39;
}
section.contact ul.list-social li.social-weibo a:hover {
    background-color: #d73925;
}


footer {
    background: #000;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

footer .footerTxt {
    border-top: 1px solid #363636;
    margin-top: 25px;
    padding: 15px 0;
    text-align: center;
}
footer .widget.footer_widget.small {
    padding-left: 20px;
}
footer .location{
    margin-top: 10px;
    margin-bottom: 0;
}
footer .location a{
    color: #b1b1b1;
}

.fc-gz img {
    width: 90px;
    margin-right: 20px;
}
footer ul {
    margin: 0;
    padding:0;
    list-style: none;
}
footer p {
    font-size: 14px;
    margin-bottom:0;
}footer p i{
     font-size: 22px;
     vertical-align: middle;
     margin-right: 10px;
}
footer ul li a {
    color: #b1b1b1;
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}


footer .widget .widget_title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.footerBtm, .footerTop {
    background: #000;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
    color: #fdcc52;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #fdcc52;
    border-color: #fdcc52;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-xl {
    margin-top:20px;
    padding: 10px 45px;
    font-size: 14px;
}
body {
    webkit-tap-highlight-color: #222222;
}
.bg-light {
    background-color: #f8f9fa !important;
}
#about {
    padding-bottom: 60px;
}
.section-heading {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 5px;
}
.section-heading p{
    color: #9595A8;
}
.section-title {
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.section-title span {
    color: #635CDB;
}
.line {
    width: 50px;
    background: #635CDB;
    height: 1px;
    margin: 10px auto;
}
.about-text {
    margin-bottom: 60px;
}
.about-box {
    margin-bottom: 35px;
    padding-left: 120px;
}
.about-icon-block {
    float: left;
    width: 80px;
    height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding-top: 18px;
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    background: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
}
.about-box h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.about-box h4:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background: #2f1ce0;
}
.about-box p {
    color: #9595A8;
}


/*service-style-2*/
.service-style-2 {
    text-align: center;
    padding: 40px;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #fff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-bottom: 3px solid transparent;
}
.service-style-2:hover {
    border-bottom: 3px solid#635CDB;
}
.service-style-2 h5 {
    margin: 15px 0px;
}
.service-img-icon {
    margin-bottom: 30px;
    display: block;
}
.service-style-2:hover {
    margin-top: -10px;
}

.fh5co-gallery{
    margin-bottom: 30px;
}
/* 图片展示*/
.fh5co-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 110;
}

.fh5co-gallery .gallery-item img {
    position: relative;
    max-width: 100%;
}

.fh5co-gallery .gallery-item .overlay {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 11;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-gallery .gallery-item .overlay h3, .fh5co-gallery .gallery-item .overlay p, .fh5co-gallery .gallery-item .overlay .bnt-case {
    position: relative;
    z-index: 12;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-gallery .gallery-item .overlay h3 {
    color: #F4F4F4;
    font-size: 16px;
    font-weight: 400;
    padding-top: 60px;
}

.fh5co-gallery .gallery-item .overlay p {
    color: #F4F4F4;
    line-height: 24px;
    padding: 20px;
}

.fh5co-gallery .gallery-item .bnt-case {
    margin-top: 10px;
    width: 100px;
    height: 30px;
    line-height: 24px;
    cursor: pointer;
    display: block;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #F4F4F4;
    color: #F4F4F4;
    ecshop: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.fh5co-gallery .gallery-item .bnt-case:hover {
    background: #F4F4F4;
    color: #D61919
}

.fh5co-gallery .gallery-item .overlay:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(64, 80, 255, 0.5);
}

.fh5co-gallery .gallery-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.fh5co-gallery .gallery-item:hover .overlay:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(64, 80, 255, 0.5);
}
/* 首页案例展示 end*/


.caption-img{
    margin-bottom: 40px;
}

.caption-tag h3 {
    color: #444;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caption-tag {
    background-color: #f3f3f3;
    margin-top: 0;
    max-width: 100%;
    padding: 20px;
    position: relative;
}

.caption-tag:after{
    content: '';
    bbackground-color: #1964EE;
    position: absolute;
    width: 0px;
    height: 110px;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-img-overlay:hover .blog-img-overlay:after{
    width: 100%;
    left: 0;
}

.blog-img-overlay{
    position: relative;

}

.blog-img-overlay:hover > div{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-img-overlay > div {
    background-color: rgba(25, 100, 238, 0.7);
    bottom: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.blog-img-overlay > div h5 {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.caption-tag p{
    color: #787878;
    font-size: 14px;
    line-height: 1.7;
    max-height: 93px;
    overflow: hidden;
}

.caption-tag .blog-comment{
    margin-top: 30px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.caption-tag .blog-comment li{
    cursor: pointer;
    color: #1964EE;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.caption-tag .blog-comment li i{
    color: #666;
    font-size: 14px;
    margin-right: 8px;
    list-style: 1;
}

.caption-tag .blog-comment li a{
    color: #666;
}
.member-overlay div,
.blog-img-overlay > div,
.project-content,
.project-overflow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    /*-ms-flex-align: center;*/
}


#floatbtn {
    width: 50px;
    height: auto;
    position: fixed;
    top: auto;
    right: 50%;
    bottom: 10px;
    left: auto;
    z-index: 80;
    margin-right: -640px;
}
#floatbtn.fixed {
    position: absolute;
    bottom: 279px;
    right: 50%;
}
#floatbtn a {
    position: relative;
    z-index: 90;
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#floatbtn a.hover:hover {
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #0084ff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 5px;
}
#floatbtn a.hover:hover i {
    display: none;
}
#floatbtn a.hover:hover em {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}
#floatbtn a em {
    display: none;
}
#floatbtn a:hover {
    background: #0084ff;
}
#floatbtn a:hover i {
    color: #fff;
}
#floatbtn a:hover .floatbtn-wrapper {
    display: block;
}
#floatbtn .iconfont {
    display: inline-block;
    font: normal normal normal 14px/1 iconfont;
    font-size: inherit;
}

.floatbar {
    position: fixed;
    right: 8px;
    top: 100%;
    margin-top: -275px;
    z-index: 100;
}

.floatbar-item {
    position: relative;
}

.floatbar-item:hover .floatbar-btn i {
    display: none;
}

.floatbar-item:hover .floatbar-btn p {
    display: block;
}

.floatbar-item:hover .floatbar-box {
    display: block;
}

.floatbar-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #fff;
}

.floatbar-btn i {
    color: #848484;
    font-size: 24px;
    line-height: 48px;
    display: block;
}

.floatbar a {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.floatbar-btn p {
    color: #ff6800;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none;
}

.floatbar-box {
    position: absolute;
    top: 0px;
    right: 48px;
    padding-right: 25px;
    display: none;
}

.floatbar-box .floatbar-container {
    border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    position: relative;
}

.floatbar-box .floatbar-container .arrow,.floatbar-box .floatbar-container .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
}

.floatbar-box .floatbar-container .arrow {
    border-width: 9px;
    top: 25px;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0,0,0,0.25);
}

.floatbar-box .floatbar-container .arrow:after {
    border-width: 9px;
    right: 1px;
    bottom: -9px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

