/* -------------------------------- 

Primary style

-------------------------------- */

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-top {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 60px;
    padding-top: 30px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(255, 255, 255, 1) url(/web/20181120012159im_/https://gongpinggroup.com/frontend/images/arrow-top.png) no-repeat center 22%;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    color: #142a50;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    text-decoration: none;
    z-index: 9999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .8;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .7;
}

.cd-top:hover {
    opacity: .9;
}

@media only screen and (min-width: 768px) {
    .cd-top {
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
    }
}

/*
     FILE ARCHIVED ON 01:21:59 Nov 20, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:04:00 Oct 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.648
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 559.591
  LoadShardBlock: 239.02 (3)
  PetaboxLoader3.datanode: 322.531 (5)
  load_resource: 394.258 (2)
  PetaboxLoader3.resolve: 232.43 (2)
*/