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

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/20240616004803im_/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 00:48:03 Jun 16, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:05:36 Sep 18, 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.664
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.013
  esindex: 0.014
  cdx.remote: 68.846
  LoadShardBlock: 212.251 (3)
  PetaboxLoader3.datanode: 646.902 (5)
  load_resource: 1444.913
  PetaboxLoader3.resolve: 877.401
  loaddict: 337.976
*/