.g-mobile-frame { width: 100%; height: 100%; }
.g-mobile-frame .g-mobile-cover { position: relative; top: 70px; }
.g-mobile-frame .g-mobile-cover .g-mobfra-in { margin: 0 auto; position: relative; top: 0; width: 320px; height: 480px; }
.g-mobile-frame .g-mobile-cover .g-mobfra-in .g-mobfra-header { position: absolute; top: -49px; left: -26px; width: 355px; height: 49px; background: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/fonts/b65f4b3b483a41f8b5c18a2018a99c9c.woff); }

.icon-pc-black { background-image: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/fonts/79da49000de04139a3eefc4bd85b990b.woff); }

.icon-mobile { background-image: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/fonts/5d8ffe0ae96a40b083124aa9a7e3fe34.woff); }

.icon-mobile-black { background-image: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/fonts/e3f89791d1b34f11aa5852475f0aad95.woff); }

.m-deviceSwitch { position: fixed; right: 40px; top: 30px; z-index: 999999; }
.m-deviceSwitch .m-switch-ul { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.m-deviceSwitch .m-switch-ul .m-switch-item { width: 48px; float: left; position: relative; }
.m-deviceSwitch .m-switch-ul .m-switch-item:hover { overflow: inherit; background-color: transparent; }
.m-deviceSwitch .m-switch-ul .m-switch-item:hover > .lzprompt-plan { display: block; z-index: 9; animation: tipfadeup 0.2s; -webkit-animation: tipfadeup 0.2s; }
.m-deviceSwitch .m-switch-ul .m-switch-item:first-child .m-switch-link { border-radius: 4px 0 0 4px; }
.m-deviceSwitch .m-switch-ul .m-switch-item:last-child .m-switch-link { border-radius: 0 4px 4px 0; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link { display: block; width: 48px; height: 48px; line-height: 48px; background-color: #FFF; text-align: center; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link .icon { width: 20px; height: 20px; vertical-align: top; margin-top: 14px; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link.z-current { background-color: #609EE9; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link.z-current .icon.icon-pc-black { background-image: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/fonts/552250c928524dd49d010e8c9ba5a752.woff); }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link.z-current .icon.icon-mobile-black { background-image: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/fonts/5d8ffe0ae96a40b083124aa9a7e3fe34.woff); }

@keyframes tipfadeup { from { top: 54px; filter: alpha(opacity=0); -moz-opacity: 0; -webkit-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; }
  to { top: 56px; filter: alpha(opacity=100); -moz-opacity: 1; -webkit-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; } }
@-webkit-keyframes tipfadeup /*Safari and Chrome*/ { from { top: 54px; filter: alpha(opacity=0); -moz-opacity: 0; -webkit-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; }
  to { top: 56px; filter: alpha(opacity=100); -moz-opacity: 1; -webkit-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; } }
.lzprompt-point-bottom { width: 0; height: 0; }

.lzprompt-point-bottom { border: 8px solid transparent; }

.lzprompt-point-bottom { position: absolute; overflow: visible !important; visibility: inherit !important; }

.m-deviceSwitch .lzprompt-plan { position: absolute; z-index: -1; left: 0; top: 54px; font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.5; box-sizing: border-box; min-width: 56px; max-width: 300px; padding: 8px 16px; background-color: rgba(35, 45, 60, 0.9); font-family: 'Microsoft yahei'; text-align: left; z-index: 3000; border-radius: 4px; white-space: nowrap; color: #E6E9ED; display: none; }

.lzprompt-point-bottom { border-bottom-width: 4px; border-bottom-color: rgba(35, 45, 60, 0.9); left: 50%; top: -12px; margin-left: -8px; }

/*loading*/
.modal-loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background: rgba(142, 161, 191, 0.18); }
.modal-loading.modal-loading-part { position: absolute; top: 50px; background: rgba(255, 255, 255, 0.5); }
.modal-loading.modal-loading-part .load { position: absolute; border: 1px #eef0f3 solid; }

.load { width: 230px; position: fixed; z-index: 2; top: 50%; left: 50%; margin-left: -98px; margin-top: -30px; background: #FFF; padding: 10px 20px; border-radius: 4px; box-shadow: 0px 1px 2px 0px rgba(44, 62, 79, 0.05); line-height: 28px; color: #656d78; font-size: 12px; }
.load svg { height: 28px; width: 28px; margin: 0 6px 0 0; float: left; overflow: visible; /*   border:1px solid red; */ }
.load .g-circles { -webkit-transform: scale(0.9) translate(7px, 7px); -ms-transform: scale(0.9) translate(7px, 7px); transform: scale(0.9) translate(7px, 7px); }
.load circle { fill: dodgerblue; fill-opacity: 0; -webkit-animation: opacity 1.2s linear infinite; animation: opacity 1.2s linear infinite; }
.load circle:nth-child(12n + 1) { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }
.load circle:nth-child(12n + 2) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.load circle:nth-child(12n + 3) { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.load circle:nth-child(12n + 4) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.load circle:nth-child(12n + 5) { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.load circle:nth-child(12n + 6) { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.load circle:nth-child(12n + 7) { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.load circle:nth-child(12n + 8) { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.load circle:nth-child(12n + 9) { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.load circle:nth-child(12n + 10) { -webkit-animation-delay: -1s; animation-delay: -1s; }
.load circle:nth-child(12n + 11) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.load circle:nth-child(12n + 12) { -webkit-animation-delay: -1.2s; animation-delay: -1.2s; }
.load .g-circles--v2 circle { fill-opacity: 0; stroke-opacity: 0; stroke-width: 1; stroke: yellowgreen; -webkit-animation-name: opacity-stroke, colors, colors-stroke, transform-2; animation-name: opacity-stroke, colors, colors-stroke, transform-2; }
.load .g-circles--v3 circle { fill-opacity: 1; -webkit-animation-name: opacity, colors; animation-name: opacity, colors; }
.load .g-circles--v4 circle { fill-opacity: 1; fill: orange; -webkit-transform-origin: 60px 60px; -ms-transform-origin: 60px 60px; transform-origin: 60px 60px; -webkit-animation-name: opacity, colors-3, transform; animation-name: opacity, colors-3, transform; }

.mobile-loading { width: 320px; left: 26px; height: 100%; }
.mobile-loading .modal-loading { background: rgba(142, 161, 191, 0.08); }
.mobile-loading .modal-loading.modal-loading-part { top: 0; }
.mobile-loading .modal-loading.modal-loading-part .load { width: 200px; margin-left: -100px; }

@-webkit-keyframes opacity { 3% { fill-opacity: 1; }
  75% { fill-opacity: 0; } }
@keyframes opacity { 3% { fill-opacity: 1; }
  75% { fill-opacity: 0; } }
@-webkit-keyframes opacity-stroke { 10% { stroke-opacity: 1; }
  85% { stroke-opacity: 0; } }
@keyframes opacity-stroke { 10% { stroke-opacity: 1; }
  85% { stroke-opacity: 0; } }
@-webkit-keyframes colors { 0% { fill: yellowgreen; }
  10% { fill: gold; }
  75% { fill: crimson; } }
@keyframes colors { 0% { fill: yellowgreen; }
  10% { fill: gold; }
  75% { fill: crimson; } }
@-webkit-keyframes colors-stroke { 0% { stroke: yellowgreen; }
  10% { stroke: gold; }
  75% { stroke: crimson; } }
@keyframes colors-stroke { 0% { stroke: yellowgreen; }
  10% { stroke: gold; }
  75% { stroke: crimson; } }
@-webkit-keyframes colors-2 { 0% { fill: yellow; }
  50% { fill: red; }
  65% { fill: orangered; }
  95% { fill: gold; } }
@keyframes colors-2 { 0% { fill: yellow; }
  50% { fill: red; }
  65% { fill: orangered; }
  95% { fill: gold; } }
@-webkit-keyframes colors-3 { 0% { fill: yellowgreen; }
  50% { fill: turquoise; }
  65% { fill: yellow; }
  95% { fill: orange; } }
@keyframes colors-3 { 0% { fill: yellowgreen; }
  50% { fill: turquoise; }
  65% { fill: yellow; }
  95% { fill: orange; } }
@-webkit-keyframes transform { 10% { -webkit-transform: scale(0.75); transform: scale(0.75); } }
@keyframes transform { 10% { -webkit-transform: scale(0.75); transform: scale(0.75); } }
@-webkit-keyframes transform-2 { 40% { -webkit-transform: scale(0.85); transform: scale(0.85); }
  60% { stroke-width: 20; } }
@keyframes transform-2 { 40% { -webkit-transform: scale(0.85); transform: scale(0.85); }
  60% { stroke-width: 20; } }
.smv-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/web/20220116050603im_/http://gangjinyinpin.com/Public/Web/images/linex_03_1.png) repeat 0 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.smv-mask .smv-maskin {
    position: absolute;
    width: 320px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -28px;
}
.smv-mask .smv-maskin .smv-maskcon {
    padding: 20px 18px;
    background-color: rgba(45,65,80,.65);
    font-size: 16px;
    color: #FFF;
    text-align: center;
}
/*# sourceMappingURL=view.css.map */

/*
     FILE ARCHIVED ON 05:06:03 Jan 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:56:14 Apr 06, 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.583
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.018
  esindex: 0.011
  cdx.remote: 8.423
  LoadShardBlock: 165.238 (3)
  PetaboxLoader3.datanode: 91.327 (4)
  PetaboxLoader3.resolve: 128.1 (3)
  load_resource: 83.939
*/