    /* Root: expand max width slightly for desktop parity while keeping mobile edge-to-edge */
    .page-wrap { max-width: 1600px; margin-left: auto; margin-right: auto; }

    /* Mobile feed: full-screen edge-to-edge */
    .mobile-feed { position:relative; width:100%; height:100vh; overflow-y:auto; scroll-snap-type:y mandatory; background:#000; }
    .mobile-card { position:relative; width:100vw; height:100vh; scroll-snap-align:start; background:#000; }
    .mobile-card video { width:100vw; height:100vh; object-fit:cover; background:#000; }

    /* Mobile overlay at bottom with gradient and content blocks */
    .mobile-overlay {
      position:absolute; left:0; right:0; bottom:0; padding:16px;
      background:linear-gradient(to top, rgba(0,0,0,0.68), rgba(0,0,0,0.35) 40%, transparent 60%);
      color:#fff; display:flex; flex-direction:column; gap:8px;
    }
    .mobile-creator-row { display:flex; align-items:center; gap:10px; }
    .mobile-creator-name { font-weight:800; font-size:1rem; color:#fff; }
    .mobile-followers { font-size:0.85rem; color:#ffffffcc; margin-left:42px; }
    .mobile-title { font-weight:800; color:#fff; margin-top:4px; }
    .mobile-desc { font-size:0.9rem; color:#ffffffcc; }

    /* Desktop feed: two wide columns with edge-aware video frames */
    .desktop-feed { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .desktop-card { background:#000; border-radius:16px; overflow:hidden; }
    .desktop-card video { width:100%; height:480px; object-fit:cover; background:#000; }
    @media (min-width: 1536px) { .desktop-card video { height:560px; } }

    @media(max-width:640px){ .desktop-feed{display:none} .mobile-feed{display:block} }
    @media(min-width:641px){ .mobile-feed{display:none} .desktop-feed{display:grid} }

    /* Creators panel badges */
    .badge-plus {
      position:absolute; right:-2px; bottom:-2px;
      background:#00bfff; color:#fff; padding:0 6px; height:18px; line-height:18px;
      border-radius:10px; font-size:0.7rem; font-weight:800; cursor:pointer; box-shadow:0 1px 3px rgba(0,0,0,0.25);
    }

    /* Sentinel loaders */
    .loader { height:1px }

    /* Overlay for modals */
    .modal-bg { background:rgba(0,0,0,0.45); }

    /* Bottom pop (mobile): fully visible, padded */
    .video-pop-mobile { position:fixed; left:0; right:0; bottom:0; z-index:60; display:none; }
    .video-pop-mobile .box {
      margin:0 12px 12px 12px; background:#fff; border-radius:16px;
      box-shadow:0 20px 40px rgba(0,0,0,0.35); padding:16px;
    }

    /* Bottom-right pop (desktop) */
    .video-pop-desktop { position:fixed; right:18px; bottom:18px; z-index:60; display:none; }
    .video-pop-desktop .box {
      width:460px; background:#fff; border-radius:16px;
      box-shadow:0 20px 40px rgba(0,0,0,0.35); padding:18px;
    }

    /* Copy modal (center) */
    .modal-box-sm {
      background:#fff; border-radius:12px; padding:14px; width:300px;
      box-shadow:0 10px 30px rgba(0,0,0,0.2);
    }

    /* Toast: bottom center for all messages (profile link copied, followed/unfollowed) */
    #toast {
      position:fixed; left:50%; bottom:22px; transform:translateX(-50%);
      background:#111; color:#fff; padding:10px 14px; border-radius:9999px;
      box-shadow:0 6px 20px rgba(0,0,0,0.15); font-weight:800; z-index:10000;
      display:none; min-width:200px; text-align:center; font-size:0.9rem;
    }
    #toast.show { display:block; }

    /* 3-dots button on mobile videos */
    .dots-btn {
      position:absolute; right:12px; bottom:12px; z-index:50;
      background:rgba(255,255,255,0.18); color:#fff; border:1px solid rgba(255,255,255,0.25);
      padding:10px; border-radius:9999px;
      backdrop-filter: blur(4px);
    }

    /* Creators panel: sticky bottom with centered drop-up btn above it on mobile */
    .panel-toggle-top { position:absolute; right:8px; top:8px; }
    /* Mobile-only: center the drop-up above panel to avoid overlapping the 3-dots button */
    .panel-toggle-bottom {
      position:fixed; left:50%; transform:translateX(-50%);
      bottom: calc(64px + 8px); /* just above panel (panel approx 64px high) */
      z-index:65;
    }
    @media (min-width: 641px) {
      .panel-toggle-bottom { right:10px; left:auto; transform:none; bottom:10px; }
    }

    /* Prevent drag save */
    video, img { -webkit-user-drag: none; user-select: none; }
  body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Layer2
{
   background-color: #000000;
   background-image: none;
   border-radius: 0px;
}
#Button1
{
   box-sizing: border-box;
   line-height: 17px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #00BFFF;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #000000;
   box-shadow: 3px 3px 3px #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 12px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#Button1:focus
{
   outline: 0;
}
#wb_Icon27
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#Icon27
{
   height: 35px;
   width: 32px;
}
.Icon27
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon27:before
{
   content: "\e5c9";
}
#Icon27 i
{
   color: #00BFFF;
   display: inline-block;
   font-size: 32px;
   line-height: 35px;
   vertical-align: middle;
   width: 31px;
}
#wb_Icon27:hover #Icon27 i
{
   color: #000000;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4
{
   color: #808080;
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   line-height: 16px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text25 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text25
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text25 p, #wb_Text25 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text24
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text24 p, #wb_Text24 ul
{
   margin: 0;
   padding: 0;
}
#Button10
{
   box-sizing: border-box;
   line-height: 63px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   box-shadow: 3px 3px 4px #DCDCDC;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#Button10:focus
{
   outline: 0;
}
#shom
{
   background-color: #00BFFF;
   background-image: none;
   border-radius: 12px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#Layer1
{
   background-color: #000000;
   background-image: none;
   border-radius: 0px;
}
#wb_Icon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon5:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon5
{
   height: 28px;
   width: 20px;
}
#Icon5 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon5:hover #Icon5 i
{
   color: #00BFFF;
}
#wb_Icon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon6
{
   height: 26px;
   width: 22px;
}
.Icon6
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon6:before
{
   content: "\e87a";
}
#Icon6 i
{
   color: #808080;
   display: inline-block;
   font-size: 22px;
   line-height: 26px;
   vertical-align: middle;
   width: 21px;
}
#wb_Icon6:hover #Icon6 i
{
   color: #00BFFF;
}
#wb_Icon7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon7 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon7:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon7
{
   height: 28px;
   width: 20px;
}
#Icon7 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon7:hover #Icon7 i
{
   color: #00BFFF;
}
#wb_Icon8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon8 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon8:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon8
{
   height: 28px;
   width: 20px;
}
#Icon8 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 20px;
}
#wb_Icon8:hover #Icon8 i
{
   color: #00BFFF;
}
#wb_Icon9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon9 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon9:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon9
{
   height: 28px;
   width: 20px;
}
#Icon9 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon9:hover #Icon9 i
{
   color: #00BFFF;
}
#wb_Icon25
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon25 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon25:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon25
{
   height: 28px;
   width: 20px;
}
.Icon25
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon25:before
{
   content: "\e871";
}
#Icon25 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon25:hover #Icon25 i
{
   color: #00BFFF;
}
#wb_Icon26
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon26 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon26:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon26
{
   height: 28px;
   width: 20px;
}
.Icon26
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon26:before
{
   content: "\e7f7";
}
#Icon26 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon26:hover #Icon26 i
{
   color: #00BFFF;
}
#wb_Icon28
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon28 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon28:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon28
{
   height: 28px;
   width: 20px;
}
#Icon28 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon28:hover #Icon28 i
{
   color: #00BFFF;
}
#wb_Icon29
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon29 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon29:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon29
{
   height: 28px;
   width: 20px;
}
.Icon29
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon29:before
{
   content: "\e0c9";
}
#Icon29 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon29:hover #Icon29 i
{
   color: #00BFFF;
}
#wb_Icon30
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon30 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon30:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon30
{
   height: 28px;
   width: 20px;
}
.Icon30
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon30:before
{
   content: "\f0dc";
}
#Icon30 i
{
   color: #808080;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_Icon30:hover #Icon30 i
{
   color: #00BFFF;
}
#YANLI
{
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 45px;
   box-shadow: 0px 0px 34px #000000;
}
#Top_bar
{
   background-color: #FBFBFB;
   background-image: none;
   border-radius: 0px;
}
#hide_mobimenu
{
   box-sizing: border-box;
   line-height: 21px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#hide_mobimenu:focus
{
   outline: 0;
}
#show_mobimenu
{
   box-sizing: border-box;
   line-height: 21px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#show_mobimenu:focus
{
   outline: 0;
}
#wb_Icon24
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #808080;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon24 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon24
{
   height: 23px;
   width: 38px;
}
.Icon24
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon24:before
{
   content: "\e871";
}
#Icon24 i
{
   color: #808080;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 22px;
}
#wb_Icon24:hover #Icon24 i
{
   color: #00BFFF;
}
#wb_Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #808080;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon1
{
   height: 23px;
   width: 38px;
}
#Icon1 i
{
   color: #808080;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 22px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #00BFFF;
}
#wb_Icon31
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #808080;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon31 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon31
{
   height: 23px;
   width: 38px;
}
#Icon31 i
{
   color: #808080;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 22px;
}
#wb_Icon31:hover #Icon31 i
{
   color: #00BFFF;
}
#wb_Icon32
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon32 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon32
{
   height: 25px;
   width: 30px;
}
#Icon32 i
{
   color: #000000;
   display: inline-block;
   font-size: 25px;
   line-height: 25px;
   vertical-align: middle;
   width: 24px;
}
#wb_Icon32:hover #Icon32 i
{
   color: #00BFFF;
}
#wb_Icon33
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #808080;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon33 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon33
{
   height: 23px;
   width: 38px;
}
.Icon33
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon33:before
{
   content: "\e88a";
}
#Icon33 i
{
   color: #808080;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 22px;
}
#wb_Icon33:hover #Icon33 i
{
   color: #00BFFF;
}
#wb_Icon34
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #808080;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon34 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon34
{
   height: 23px;
   width: 38px;
}
#Icon34 i
{
   color: #808080;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 22px;
}
#wb_Icon34:hover #Icon34 i
{
   color: #00BFFF;
}
#wb_Icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon2
{
   height: 26px;
   width: 22px;
}
#Icon2 i
{
   color: #808080;
   display: inline-block;
   font-size: 22px;
   line-height: 26px;
   vertical-align: middle;
   width: 21px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #00BFFF;
}
#wb_Icon14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon14 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon14:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon14
{
   height: 28px;
   width: 30px;
}
#Icon14 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon14:hover #Icon14 i
{
   color: #00BFFF;
}
#wb_Icon36
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon36 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon36:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon36
{
   height: 26px;
   width: 30px;
}
.Icon36
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon36:before
{
   content: "\e87a";
}
#Icon36 i
{
   color: #808080;
   display: inline-block;
   font-size: 26px;
   line-height: 26px;
   vertical-align: middle;
   width: 25px;
}
#wb_Icon36:hover #Icon36 i
{
   color: #00BFFF;
}
#wb_Icon37
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon37 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon37:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon37
{
   height: 28px;
   width: 30px;
}
#Icon37 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon37:hover #Icon37 i
{
   color: #00BFFF;
}
#wb_Icon38
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon38 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon38:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon38
{
   height: 28px;
   width: 30px;
}
#Icon38 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon38:hover #Icon38 i
{
   color: #00BFFF;
}
#wb_Icon39
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon39 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon39:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon39
{
   height: 28px;
   width: 30px;
}
#Icon39 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon39:hover #Icon39 i
{
   color: #00BFFF;
}
#wb_Icon42
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon42 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon42:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon42
{
   height: 28px;
   width: 30px;
}
#Icon42 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon42:hover #Icon42 i
{
   color: #00BFFF;
}
#wb_Icon43
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon43 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon43:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon43
{
   height: 28px;
   width: 30px;
}
.Icon43
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon43:before
{
   content: "\e0c9";
}
#Icon43 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon43:hover #Icon43 i
{
   color: #00BFFF;
}
#wb_Icon44
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon44 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon44:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon44
{
   height: 28px;
   width: 30px;
}
.Icon44
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon44:before
{
   content: "\f0dc";
}
#Icon44 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon44:hover #Icon44 i
{
   color: #00BFFF;
}
#wb_Icon41
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon41 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon41:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon41
{
   height: 28px;
   width: 30px;
}
.Icon41
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon41:before
{
   content: "\e7f7";
}
#Icon41 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon41:hover #Icon41 i
{
   color: #00BFFF;
}
#wb_Icon40
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon40 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon40:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon40
{
   height: 28px;
   width: 30px;
}
.Icon40
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Icon40:before
{
   content: "\e871";
}
#Icon40 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon40:hover #Icon40 i
{
   color: #00BFFF;
}
#wb_Icon10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon10 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#Icon10
{
   height: 28px;
   width: 30px;
}
#Icon10 i
{
   color: #808080;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon10:hover #Icon10 i
{
   color: #00BFFF;
}
#wb_Icon1
{
   position: absolute;
   left: 10px;
   top: 4567px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   text-align: center;
   z-index: 32;
}
#shom
{
   position: fixed;
   text-align: left;
   visibility: hidden;
   left: 50%;
   margin-left: -49px;
   top: auto;
   bottom: 0px;
   width: 98px;
   height: 40px;
   z-index: 38;
}
#Button10
{
   position: absolute;
   left: 32px;
   top: 146px;
   width: 287px;
   height: 67px;
   z-index: 28;
}
#wb_Icon6
{
   position: absolute;
   left: 572px;
   top: 5px;
   width: 22px;
   height: 26px;
   text-align: center;
   z-index: 13;
}
#wb_Icon7
{
   position: absolute;
   left: 726px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 14;
}
#spinner
{
   display: none;
}
#wb_Text4
{
   position: absolute;
   left: 49px;
   top: 82px;
   width: 253px;
   height: 16px;
   text-align: center;
   z-index: 25;
}
#Button1
{
   position: absolute;
   left: 84px;
   top: 9px;
   width: 42px;
   height: 19px;
   z-index: 12;
}
#wb_Icon10
{
   position: absolute;
   left: 7px;
   top: 202px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 10;
}
#wb_Icon33
{
   position: absolute;
   left: 10px;
   top: 4567px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   text-align: center;
   z-index: 35;
}
#wb_Icon24
{
   position: absolute;
   left: 10px;
   top: 4567px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   text-align: center;
   z-index: 31;
}
#wb_Icon5
{
   position: absolute;
   left: 609px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 23;
}
#wb_Icon32
{
   position: absolute;
   left: 291px;
   top: 5px;
   width: 30px;
   height: 25px;
   text-align: center;
   z-index: 34;
}
#wb_Icon25
{
   position: absolute;
   left: 828px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 16;
}
#wb_Icon31
{
   position: absolute;
   left: 10px;
   top: 4567px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   text-align: center;
   z-index: 33;
}
#wb_Icon26
{
   position: absolute;
   left: 502px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 17;
}
#wb_Icon42
{
   position: absolute;
   left: 7px;
   top: 398px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 5;
}
#fallback
{
   display: none;
}
#hide_mobimenu
{
   position: absolute;
   left: 265px;
   top: 5px;
   width: 50px;
   height: 25px;
   z-index: 29;
}
#wb_Icon27
{
   position: absolute;
   left: 289px;
   top: 21px;
   width: 32px;
   height: 35px;
   text-align: center;
   z-index: 24;
}
#wb_Icon8
{
   position: absolute;
   left: 537px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 21;
}
#wb_Icon30
{
   position: absolute;
   left: 1318px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 20;
}
#wb_Icon43
{
   position: absolute;
   left: 7px;
   top: 447px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 6;
}
#wb_Icon14
{
   position: absolute;
   left: 7px;
   top: 251px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 0;
}
#wb_Icon28
{
   position: absolute;
   left: 1256px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 18;
}
#wb_Icon9
{
   position: absolute;
   left: 761px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 15;
}
#wb_Text1
{
   position: absolute;
   left: 8px;
   top: 13px;
   width: 83px;
   height: 16px;
   text-align: center;
   z-index: 11;
}
#wb_Icon40
{
   position: absolute;
   left: 7px;
   top: 153px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 9;
}
#wb_Icon37
{
   position: absolute;
   left: 7px;
   top: 8px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 2;
}
#YANLI_Container
{
   width: 1357px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Icon29
{
   position: absolute;
   left: 1287px;
   top: 4px;
   width: 20px;
   height: 28px;
   text-align: center;
   z-index: 19;
}
#wb_Icon41
{
   position: absolute;
   left: 7px;
   top: 349px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 8;
}
#wb_Icon36
{
   position: absolute;
   left: 7px;
   top: 106px;
   width: 30px;
   height: 26px;
   text-align: center;
   z-index: 1;
}
#show_mobimenu
{
   position: absolute;
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   z-index: 30;
}
#wb_Icon34
{
   position: absolute;
   left: 10px;
   top: 4567px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   text-align: center;
   z-index: 36;
}
#Top_bar
{
   position: fixed;
   text-align: left;
   visibility: hidden;
   left: 0px;
   top: 0px;
   width: 380px;
   height: 34px;
   z-index: 42;
}
#YANLI
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   width: 347px;
   height: 321px;
   margin-left: auto;
   margin-top: auto;
   margin-right: auto;
   margin-bottom: auto;
   z-index: 41;
}
#Layer1
{
   position: fixed;
   text-align: center;
   visibility: hidden;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 1354px;
   height: 37px;
   z-index: 39;
}
#wb_Icon44
{
   position: absolute;
   left: 7px;
   top: 493px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 7;
}
#Layer2
{
   position: fixed;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 49px;
   height: 910px;
   z-index: 37;
}
#wb_Text24
{
   position: absolute;
   left: 220px;
   top: 261px;
   width: 112px;
   height: 16px;
   text-align: center;
   z-index: 27;
}
#wb_Icon2
{
   position: absolute;
   left: 572px;
   top: 5px;
   width: 22px;
   height: 26px;
   text-align: center;
   z-index: 22;
}
#wb_Icon39
{
   position: absolute;
   left: 7px;
   top: 57px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 4;
}
#wb_Text25
{
   position: absolute;
   left: 18px;
   top: 261px;
   width: 162px;
   height: 16px;
   text-align: center;
   z-index: 26;
}
#Layer1_Container
{
   width: 1354px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Icon38
{
   position: absolute;
   left: 7px;
   top: 300px;
   width: 30px;
   height: 28px;
   text-align: center;
   z-index: 3;
}
#Layer2_Container
{
   width: 49px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Html2
{
   position: absolute;
   left: 158px;
   top: 152px;
   width: 229px;
   height: 99px;
   z-index: 43;
}
@media only screen and (max-width: 1600px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer2
{
   width: 49px;
   height: 910px;
   visibility: visible;
   display: block;
}
#Layer2_Container
{
   width: 49px;
}
#Button1
{
   left: 84px;
   top: 9px;
   width: 42px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 17px;
}
#wb_Icon27
{
   left: 289px;
   top: 24px;
   width: 32px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #00BFFF;
   border: 0px solid #00BFFF;
}
#Icon27
{
   width: 32px;
   height: 35px;
}
#Icon27 i
{
   line-height: 35px;
   font-size: 32px;
   width: 31px;
   color: #00BFFF;
}
#Icon27:hover i
{
   color: #FFFFFF;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Text4
{
   left: 46px;
   top: 74px;
   width: 253px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text25
{
   left: 7px;
   top: 224px;
   width: 162px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text25
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text24
{
   left: 209px;
   top: 224px;
   width: 112px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Button10
{
   left: 29px;
   top: 122px;
   width: 287px;
   height: 65px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   box-shadow: 3px 3px 4px #DCDCDC;
}
#Button10
{
   line-height: 61px;
}
#shom
{
   width: 98px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 8px;
   top: 13px;
   width: 83px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Layer1
{
   width: 1600px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer1_Container
{
   width: 1600px;
}
#wb_Icon5
{
   left: 726px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 20px;
   height: 28px;
}
#Icon5 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon6
{
   left: 689px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon6
{
   width: 22px;
   height: 26px;
}
#Icon6 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon7
{
   left: 855px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon7
{
   width: 20px;
   height: 28px;
}
#Icon7 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon8
{
   left: 654px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon8
{
   width: 20px;
   height: 28px;
}
#Icon8 i
{
   line-height: 28px;
   font-size: 20px;
   width: 20px;
}
#wb_Icon9
{
   left: 890px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon9
{
   width: 20px;
   height: 28px;
}
#Icon9 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon25
{
   left: 956px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon25
{
   width: 20px;
   height: 28px;
}
#Icon25 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon26
{
   left: 619px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon26
{
   width: 20px;
   height: 28px;
}
#Icon26 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon28
{
   left: 1510px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon28
{
   width: 20px;
   height: 28px;
}
#Icon28 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon29
{
   left: 1541px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon29
{
   width: 20px;
   height: 28px;
}
#Icon29 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon30
{
   left: 1572px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon30
{
   width: 20px;
   height: 28px;
}
#Icon30 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#YANLI
{
   width: 347px;
   height: 311px;
   visibility: visible;
   display: block;
   border-radius: 45px;
}
#YANLI_Container
{
   width: 1600px;
}
#Top_bar
{
   width: 380px;
   height: 34px;
   visibility: hidden;
   display: none;
   background-color: #FBFBFB;
   background-image: none;
}
#hide_mobimenu
{
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: #00BFFF;
   background-image: none;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#hide_mobimenu
{
   line-height: 21px;
}
#show_mobimenu
{
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: #00BFFF;
   background-image: none;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#show_mobimenu
{
   line-height: 21px;
}
#wb_Icon24
{
   left: 47px;
   top: 840px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon24
{
   width: 38px;
   height: 23px;
}
#Icon24 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon24:hover i
{
   color: #00BFFF;
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon1
{
   left: 47px;
   top: 840px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon1
{
   width: 38px;
   height: 23px;
}
#Icon1 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon1:hover i
{
   color: #00BFFF;
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon31
{
   left: 47px;
   top: 840px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon31
{
   width: 38px;
   height: 23px;
}
#Icon31 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon31:hover i
{
   color: #00BFFF;
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon32
{
   left: 286px;
   top: 4px;
   width: 41px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #000000;
   border: 0px solid #000000;
}
#Icon32
{
   width: 41px;
   height: 27px;
}
#Icon32 i
{
   line-height: 27px;
   font-size: 27px;
   width: 26px;
   color: #000000;
}
#Icon32:hover i
{
   color: #00BFFF;
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon33
{
   left: 47px;
   top: 840px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon33
{
   width: 38px;
   height: 23px;
}
#Icon33 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon33:hover i
{
   color: #00BFFF;
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon34
{
   left: 47px;
   top: 840px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon34
{
   width: 38px;
   height: 23px;
}
#Icon34 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon34:hover i
{
   color: #00BFFF;
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon2
{
   left: 689px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 22px;
   height: 26px;
}
#Icon2 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon14
{
   left: 7px;
   top: 251px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon14
{
   width: 30px;
   height: 28px;
}
#Icon14 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon36
{
   left: 7px;
   top: 106px;
   width: 30px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon36
{
   width: 30px;
   height: 26px;
}
#Icon36 i
{
   line-height: 26px;
   font-size: 26px;
   width: 25px;
}
#wb_Icon37
{
   left: 7px;
   top: 8px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon37
{
   width: 30px;
   height: 28px;
}
#Icon37 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon38
{
   left: 7px;
   top: 300px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon38
{
   width: 30px;
   height: 28px;
}
#Icon38 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon39
{
   left: 7px;
   top: 57px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon39
{
   width: 30px;
   height: 28px;
}
#Icon39 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon42
{
   left: 7px;
   top: 398px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon42
{
   width: 30px;
   height: 28px;
}
#Icon42 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon43
{
   left: 7px;
   top: 447px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon43
{
   width: 30px;
   height: 28px;
}
#Icon43 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon44
{
   left: 7px;
   top: 493px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon44
{
   width: 30px;
   height: 28px;
}
#Icon44 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon41
{
   left: 7px;
   top: 349px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon41
{
   width: 30px;
   height: 28px;
}
#Icon41 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon40
{
   left: 7px;
   top: 153px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon40
{
   width: 30px;
   height: 28px;
}
#Icon40 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon10
{
   left: 7px;
   top: 202px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon10
{
   width: 30px;
   height: 28px;
}
#Icon10 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#Html2
{
   left: 1338px;
   top: 803px;
   width: 246px;
   height: 114px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 1357px)
{
body
{
   background-color: #FFFFFF;
}
#Layer2
{
   width: 49px;
   height: 910px;
   visibility: visible;
   display: block;
}
#Layer2_Container
{
   width: 49px;
}
#Button1
{
   left: 84px;
   top: 11px;
   width: 42px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 17px;
}
#wb_Icon27
{
   left: 275px;
   top: 17px;
   width: 32px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #00BFFF;
   border: 0px solid #00BFFF;
}
#Icon27
{
   width: 32px;
   height: 35px;
}
#Icon27 i
{
   line-height: 35px;
   font-size: 32px;
   width: 31px;
   color: #00BFFF;
}
#Icon27:hover i
{
   color: #FFFFFF;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Text4
{
   left: 47px;
   top: 63px;
   width: 253px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text25
{
   left: 15px;
   top: 221px;
   width: 162px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text25
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text24
{
   left: 217px;
   top: 221px;
   width: 112px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Button10
{
   left: 30px;
   top: 118px;
   width: 287px;
   height: 64px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   box-shadow: 3px 3px 3px #DCDCDC;
}
#Button10
{
   line-height: 60px;
}
#shom
{
   width: 98px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 8px;
   top: 13px;
   width: 83px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Layer1
{
   width: 1354px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#Layer1_Container
{
   width: 1354px;
}
#wb_Icon5
{
   left: 607px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 20px;
   height: 28px;
}
#Icon5 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon6
{
   left: 572px;
   top: 7px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon6
{
   width: 22px;
   height: 26px;
}
#Icon6 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon7
{
   left: 727px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon7
{
   width: 20px;
   height: 28px;
}
#Icon7 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon8
{
   left: 539px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon8
{
   width: 20px;
   height: 28px;
}
#Icon8 i
{
   line-height: 28px;
   font-size: 20px;
   width: 20px;
}
#wb_Icon9
{
   left: 760px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon9
{
   width: 20px;
   height: 28px;
}
#Icon9 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon25
{
   left: 822px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon25
{
   width: 20px;
   height: 28px;
}
#Icon25 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon26
{
   left: 506px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon26
{
   width: 20px;
   height: 28px;
}
#Icon26 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon28
{
   left: 1256px;
   top: 7px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon28
{
   width: 20px;
   height: 28px;
}
#Icon28 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon29
{
   left: 1287px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon29
{
   width: 20px;
   height: 28px;
}
#Icon29 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon30
{
   left: 1318px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon30
{
   width: 20px;
   height: 28px;
}
#Icon30 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#YANLI
{
   width: 347px;
   height: 267px;
   visibility: visible;
   display: block;
   border-radius: 45px;
}
#YANLI_Container
{
   width: 1357px;
}
#Top_bar
{
   width: 380px;
   height: 34px;
   visibility: hidden;
   display: none;
   background-color: #FBFBFB;
   background-image: none;
}
#hide_mobimenu
{
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: #00BFFF;
   background-image: none;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#hide_mobimenu
{
   line-height: 21px;
}
#show_mobimenu
{
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: #00BFFF;
   background-image: none;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#show_mobimenu
{
   line-height: 21px;
}
#wb_Icon24
{
   left: 20px;
   top: 748px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon24
{
   width: 38px;
   height: 23px;
}
#Icon24 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon24:hover i
{
   color: #00BFFF;
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon1
{
   left: 20px;
   top: 748px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon1
{
   width: 38px;
   height: 23px;
}
#Icon1 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon1:hover i
{
   color: #00BFFF;
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon31
{
   left: 20px;
   top: 748px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon31
{
   width: 38px;
   height: 23px;
}
#Icon31 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon31:hover i
{
   color: #00BFFF;
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon32
{
   left: 286px;
   top: 4px;
   width: 41px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #000000;
   border: 0px solid #000000;
}
#Icon32
{
   width: 41px;
   height: 27px;
}
#Icon32 i
{
   line-height: 27px;
   font-size: 27px;
   width: 26px;
   color: #000000;
}
#Icon32:hover i
{
   color: #00BFFF;
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon33
{
   left: 20px;
   top: 748px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon33
{
   width: 38px;
   height: 23px;
}
#Icon33 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon33:hover i
{
   color: #00BFFF;
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon34
{
   left: 20px;
   top: 748px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon34
{
   width: 38px;
   height: 23px;
}
#Icon34 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon34:hover i
{
   color: #00BFFF;
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon2
{
   left: 572px;
   top: 7px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 22px;
   height: 26px;
}
#Icon2 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon14
{
   left: 7px;
   top: 251px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon14
{
   width: 30px;
   height: 28px;
}
#Icon14 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon36
{
   left: 7px;
   top: 106px;
   width: 30px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon36
{
   width: 30px;
   height: 26px;
}
#Icon36 i
{
   line-height: 26px;
   font-size: 26px;
   width: 25px;
}
#wb_Icon37
{
   left: 7px;
   top: 8px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon37
{
   width: 30px;
   height: 28px;
}
#Icon37 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon38
{
   left: 7px;
   top: 300px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon38
{
   width: 30px;
   height: 28px;
}
#Icon38 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon39
{
   left: 7px;
   top: 57px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon39
{
   width: 30px;
   height: 28px;
}
#Icon39 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon42
{
   left: 7px;
   top: 398px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon42
{
   width: 30px;
   height: 28px;
}
#Icon42 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon43
{
   left: 7px;
   top: 447px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon43
{
   width: 30px;
   height: 28px;
}
#Icon43 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon44
{
   left: 7px;
   top: 493px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon44
{
   width: 30px;
   height: 28px;
}
#Icon44 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon41
{
   left: 7px;
   top: 349px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon41
{
   width: 30px;
   height: 28px;
}
#Icon41 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon40
{
   left: 7px;
   top: 153px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon40
{
   width: 30px;
   height: 28px;
}
#Icon40 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon10
{
   left: 7px;
   top: 202px;
   width: 30px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon10
{
   width: 30px;
   height: 28px;
}
#Icon10 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#Html2
{
   left: 1073px;
   top: 782px;
   width: 245px;
   height: 127px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 980px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer2
{
   width: 980px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer2_Container
{
   width: 980px;
}
#Button1
{
   left: 4px;
   top: 288px;
   width: 42px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 26px;
}
#wb_Icon27
{
   left: 277px;
   top: 23px;
   width: 32px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #00BFFF;
   border: 0px solid #00BFFF;
}
#Icon27
{
   width: 32px;
   height: 35px;
}
#Icon27 i
{
   line-height: 35px;
   font-size: 32px;
   width: 31px;
   color: #00BFFF;
}
#Icon27:hover i
{
   color: #FFFFFF;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Text4
{
   left: 47px;
   top: 77px;
   width: 253px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text25
{
   left: 16px;
   top: 239px;
   width: 162px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text25
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text24
{
   left: 218px;
   top: 239px;
   width: 112px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Button10
{
   left: 30px;
   top: 134px;
   width: 287px;
   height: 64px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   box-shadow: 3px 3px 4px #DCDCDC;
}
#Button10
{
   line-height: 60px;
}
#shom
{
   width: 98px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 8px;
   top: 13px;
   width: 83px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Layer1
{
   width: 51px;
   height: 729px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 51px;
}
#wb_Icon5
{
   left: 9px;
   top: 288px;
   width: 32px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 32px;
   height: 29px;
}
#Icon5 i
{
   line-height: 29px;
   font-size: 29px;
   width: 28px;
}
#wb_Icon6
{
   left: 8px;
   top: 125px;
   width: 32px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon6
{
   width: 32px;
   height: 30px;
}
#Icon6 i
{
   line-height: 30px;
   font-size: 30px;
   width: 29px;
}
#wb_Icon7
{
   left: 8px;
   top: 11px;
   width: 32px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon7
{
   width: 32px;
   height: 36px;
}
#Icon7 i
{
   line-height: 36px;
   font-size: 32px;
   width: 31px;
}
#wb_Icon8
{
   left: 8px;
   top: 394px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon8
{
   width: 32px;
   height: 28px;
}
#Icon8 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon9
{
   left: 8px;
   top: 72px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon9
{
   width: 32px;
   height: 28px;
}
#Icon9 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon25
{
   left: 8px;
   top: 235px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon25
{
   width: 32px;
   height: 28px;
}
#Icon25 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon26
{
   left: 8px;
   top: 341px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon26
{
   width: 32px;
   height: 28px;
}
#Icon26 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon28
{
   left: 8px;
   top: 500px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon28
{
   width: 32px;
   height: 28px;
}
#Icon28 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon29
{
   left: 8px;
   top: 447px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon29
{
   width: 32px;
   height: 28px;
}
#Icon29 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon30
{
   left: 8px;
   top: 549px;
   width: 32px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon30
{
   width: 32px;
   height: 28px;
}
#Icon30 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#YANLI
{
   width: 347px;
   height: 304px;
   visibility: visible;
   display: block;
   border-radius: 45px;
}
#YANLI_Container
{
   width: 980px;
}
#Top_bar
{
   width: 380px;
   height: 34px;
   visibility: hidden;
   display: none;
   background-color: #FBFBFB;
   background-image: none;
}
#hide_mobimenu
{
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: #00BFFF;
   background-image: none;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#hide_mobimenu
{
   line-height: 21px;
}
#show_mobimenu
{
   left: 321px;
   top: 5px;
   width: 50px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: #00BFFF;
   background-image: none;
   border: 1px solid #00BFFF;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#show_mobimenu
{
   line-height: 21px;
}
#wb_Icon24
{
   left: 21px;
   top: 1667px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon24
{
   width: 38px;
   height: 23px;
}
#Icon24 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon24:hover i
{
   color: #00BFFF;
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon1
{
   left: 181px;
   top: 1667px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon1
{
   width: 38px;
   height: 23px;
}
#Icon1 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon1:hover i
{
   color: #00BFFF;
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon31
{
   left: 691px;
   top: 1670px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon31
{
   width: 38px;
   height: 23px;
}
#Icon31 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon31:hover i
{
   color: #00BFFF;
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon32
{
   left: 286px;
   top: 4px;
   width: 41px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #000000;
   border: 0px solid #000000;
}
#Icon32
{
   width: 41px;
   height: 27px;
}
#Icon32 i
{
   line-height: 27px;
   font-size: 27px;
   width: 26px;
   color: #000000;
}
#Icon32:hover i
{
   color: #00BFFF;
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon33
{
   left: 348px;
   top: 1667px;
   width: 38px;
   height: 23px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon33
{
   width: 38px;
   height: 23px;
}
#Icon33 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon33:hover i
{
   color: #00BFFF;
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon34
{
   left: 348px;
   top: 1667px;
   width: 38px;
   height: 23px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon34
{
   width: 38px;
   height: 23px;
}
#Icon34 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon34:hover i
{
   color: #00BFFF;
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon2
{
   left: 8px;
   top: 180px;
   width: 32px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 32px;
   height: 30px;
}
#Icon2 i
{
   line-height: 30px;
   font-size: 30px;
   width: 29px;
}
#wb_Icon14
{
   left: 395px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon14
{
   width: 20px;
   height: 28px;
}
#Icon14 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon36
{
   left: 362px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon36
{
   width: 22px;
   height: 26px;
}
#Icon36 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon37
{
   left: 508px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon37
{
   width: 20px;
   height: 28px;
}
#Icon37 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon38
{
   left: 331px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon38
{
   width: 20px;
   height: 28px;
}
#Icon38 i
{
   line-height: 28px;
   font-size: 20px;
   width: 20px;
}
#wb_Icon39
{
   left: 539px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon39
{
   width: 20px;
   height: 28px;
}
#Icon39 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon42
{
   left: 888px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon42
{
   width: 20px;
   height: 28px;
}
#Icon42 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon43
{
   left: 918px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon43
{
   width: 20px;
   height: 28px;
}
#Icon43 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon44
{
   left: 947px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon44
{
   width: 20px;
   height: 28px;
}
#Icon44 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon41
{
   left: 300px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon41
{
   width: 20px;
   height: 28px;
}
#Icon41 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon40
{
   left: 599px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon40
{
   width: 20px;
   height: 28px;
}
#Icon40 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon10
{
   left: 947px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon10
{
   width: 20px;
   height: 28px;
}
#Icon10 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#Html2
{
   left: 618px;
   top: 767px;
   width: 315px;
   height: 64px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 768px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer2
{
   width: 1354px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer2_Container
{
   width: 1354px;
}
#Button1
{
   left: 84px;
   top: 9px;
   width: 42px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 17px;
}
#wb_Icon27
{
   left: 286px;
   top: 18px;
   width: 32px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #00BFFF;
   border: 0px solid #00BFFF;
}
#Icon27
{
   width: 32px;
   height: 35px;
}
#Icon27 i
{
   line-height: 35px;
   font-size: 32px;
   width: 31px;
   color: #00BFFF;
}
#Icon27:hover i
{
   color: #FFFFFF;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Text4
{
   left: 55px;
   top: 80px;
   width: 253px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text25
{
   left: 7px;
   top: 226px;
   width: 162px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text25
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text24
{
   left: 209px;
   top: 226px;
   width: 112px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Button10
{
   left: 29px;
   top: 131px;
   width: 287px;
   height: 61px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   box-shadow: 3px 3px 4px #DCDCDC;
}
#Button10
{
   line-height: 57px;
}
#shom
{
   width: 98px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 8px;
   top: 13px;
   width: 83px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Layer1
{
   width: 1354px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer1_Container
{
   width: 1354px;
}
#wb_Icon5
{
   left: 685px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 20px;
   height: 28px;
}
#Icon5 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon6
{
   left: 648px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon6
{
   width: 22px;
   height: 26px;
}
#Icon6 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon7
{
   left: 720px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon7
{
   width: 20px;
   height: 28px;
}
#Icon7 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon8
{
   left: 613px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon8
{
   width: 20px;
   height: 28px;
}
#Icon8 i
{
   line-height: 28px;
   font-size: 20px;
   width: 20px;
}
#wb_Icon9
{
   left: 755px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon9
{
   width: 20px;
   height: 28px;
}
#Icon9 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon25
{
   left: 822px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon25
{
   width: 20px;
   height: 28px;
}
#Icon25 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon26
{
   left: 578px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon26
{
   width: 20px;
   height: 28px;
}
#Icon26 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon28
{
   left: 1256px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon28
{
   width: 20px;
   height: 28px;
}
#Icon28 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon29
{
   left: 1287px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon29
{
   width: 20px;
   height: 28px;
}
#Icon29 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon30
{
   left: 1318px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon30
{
   width: 20px;
   height: 28px;
}
#Icon30 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#YANLI
{
   width: 347px;
   height: 290px;
   visibility: visible;
   display: block;
   border-radius: 45px;
}
#YANLI_Container
{
   width: 768px;
}
#Top_bar
{
   width: 767px;
   height: 65px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#hide_mobimenu
{
   left: 403px;
   top: 13px;
   width: 127px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #DCDCDC;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 1px solid #DCDCDC;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#hide_mobimenu
{
   line-height: 34px;
}
#show_mobimenu
{
   left: 252px;
   top: 13px;
   width: 127px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #DCDCDC;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 1px solid #DCDCDC;
   border-radius: 14px;
   box-shadow: 0px 0px 0px #000000;
}
#show_mobimenu
{
   line-height: 34px;
}
#wb_Icon24
{
   left: 668px;
   top: 12px;
   width: 42px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon24
{
   width: 42px;
   height: 41px;
}
#Icon24 i
{
   line-height: 41px;
   font-size: 41px;
   width: 40px;
   color: #DCDCDC;
}
#Icon24:hover i
{
   color: #DCDCDC;
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon1
{
   left: 715px;
   top: 12px;
   width: 39px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon1
{
   width: 39px;
   height: 41px;
}
#Icon1 i
{
   line-height: 41px;
   font-size: 39px;
   width: 38px;
   color: #DCDCDC;
}
#Icon1:hover i
{
   color: #DCDCDC;
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon31
{
   left: 624px;
   top: 12px;
   width: 39px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon31
{
   width: 39px;
   height: 41px;
}
#Icon31 i
{
   line-height: 41px;
   font-size: 39px;
   width: 38px;
   color: #DCDCDC;
}
#Icon31:hover i
{
   color: #DCDCDC;
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon32
{
   left: 61px;
   top: 12px;
   width: 53px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon32
{
   width: 53px;
   height: 41px;
}
#Icon32 i
{
   line-height: 41px;
   font-size: 41px;
   width: 40px;
   color: #DCDCDC;
}
#Icon32:hover i
{
   color: #DCDCDC;
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon33
{
   left: 9px;
   top: 11px;
   width: 52px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon33
{
   width: 52px;
   height: 41px;
}
#Icon33 i
{
   line-height: 41px;
   font-size: 41px;
   width: 40px;
   color: #DCDCDC;
}
#Icon33:hover i
{
   color: #DCDCDC;
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon34
{
   left: 114px;
   top: 12px;
   width: 52px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon34
{
   width: 52px;
   height: 39px;
}
#Icon34 i
{
   line-height: 39px;
   font-size: 39px;
   width: 38px;
   color: #DCDCDC;
}
#Icon34:hover i
{
   color: #DCDCDC;
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon2
{
   left: 648px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 22px;
   height: 26px;
}
#Icon2 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon14
{
   left: 685px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon14
{
   width: 20px;
   height: 28px;
}
#Icon14 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon36
{
   left: 648px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon36
{
   width: 22px;
   height: 26px;
}
#Icon36 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon37
{
   left: 720px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon37
{
   width: 20px;
   height: 28px;
}
#Icon37 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon38
{
   left: 613px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon38
{
   width: 20px;
   height: 28px;
}
#Icon38 i
{
   line-height: 28px;
   font-size: 20px;
   width: 20px;
}
#wb_Icon39
{
   left: 755px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon39
{
   width: 20px;
   height: 28px;
}
#Icon39 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon42
{
   left: 1256px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon42
{
   width: 20px;
   height: 28px;
}
#Icon42 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon43
{
   left: 1287px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon43
{
   width: 20px;
   height: 28px;
}
#Icon43 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon44
{
   left: 1318px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon44
{
   width: 20px;
   height: 28px;
}
#Icon44 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon41
{
   left: 578px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon41
{
   width: 20px;
   height: 28px;
}
#Icon41 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon40
{
   left: 822px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon40
{
   width: 20px;
   height: 28px;
}
#Icon40 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon10
{
   left: 1318px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon10
{
   width: 20px;
   height: 28px;
}
#Icon10 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#Html2
{
   left: 524px;
   top: 910px;
   width: 240px;
   height: 65px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 380px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer2
{
   width: 1354px;
   height: 70px;
   visibility: hidden;
   display: none;
}
#Layer2_Container
{
   width: 1354px;
}
#Button1
{
   left: 84px;
   top: 9px;
   width: 42px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 17px;
}
#wb_Icon27
{
   left: 289px;
   top: 21px;
   width: 32px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #00BFFF;
   border: 0px solid #00BFFF;
}
#Icon27
{
   width: 32px;
   height: 35px;
}
#Icon27 i
{
   line-height: 35px;
   font-size: 32px;
   width: 31px;
   color: #00BFFF;
}
#Icon27:hover i
{
   color: #000000;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text4
{
   left: 49px;
   top: 82px;
   width: 253px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-family: Arial;
   font-weight: 400;
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 12px;
}
#wb_Text25
{
   left: 18px;
   top: 261px;
   width: 162px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text25
{
   font-family: Arial;
   font-weight: 400;
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 12px;
}
#wb_Text24
{
   left: 220px;
   top: 261px;
   width: 112px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-family: Arial;
   font-weight: 400;
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 12px;
}
#Button10
{
   left: 32px;
   top: 146px;
   width: 287px;
   height: 67px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   box-shadow: 3px 3px 4px #DCDCDC;
}
#Button10
{
   line-height: 63px;
}
#shom
{
   width: 98px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 8px;
   top: 13px;
   width: 83px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Layer1
{
   width: 1354px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer1_Container
{
   width: 1354px;
}
#wb_Icon5
{
   left: 685px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 20px;
   height: 28px;
}
#Icon5 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon6
{
   left: 648px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon6
{
   width: 22px;
   height: 26px;
}
#Icon6 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon7
{
   left: 720px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon7
{
   width: 20px;
   height: 28px;
}
#Icon7 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon8
{
   left: 613px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon8
{
   width: 20px;
   height: 28px;
}
#Icon8 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon9
{
   left: 755px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon9
{
   width: 20px;
   height: 28px;
}
#Icon9 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon25
{
   left: 822px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon25
{
   width: 20px;
   height: 28px;
}
#Icon25 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon26
{
   left: 578px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon26
{
   width: 20px;
   height: 28px;
}
#Icon26 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon28
{
   left: 1256px;
   top: 6px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon28
{
   width: 20px;
   height: 28px;
}
#Icon28 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon29
{
   left: 1287px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon29
{
   width: 20px;
   height: 28px;
}
#Icon29 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon30
{
   left: 1318px;
   top: 5px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon30
{
   width: 20px;
   height: 28px;
}
#Icon30 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#YANLI
{
   width: 347px;
   height: 321px;
   visibility: visible;
   display: block;
   border-radius: 45px;
}
#YANLI_Container
{
   width: 380px;
}
#Top_bar
{
   width: 380px;
   height: 51px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#hide_mobimenu
{
   left: 103px;
   top: 11px;
   width: 72px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #DCDCDC;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 12px;
   box-shadow: 0px 0px 0px #DCDCDC;
}
#hide_mobimenu
{
   line-height: 25px;
}
#show_mobimenu
{
   left: 186px;
   top: 11px;
   width: 78px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #DCDCDC;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 12px;
   box-shadow: 0px 0px 0px #DCDCDC;
}
#show_mobimenu
{
   line-height: 25px;
}
#wb_Icon24
{
   left: 13px;
   top: 12px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon24
{
   width: 38px;
   height: 23px;
}
#Icon24 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon24:hover i
{
   color: #00BFFF;
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon1
{
   left: 89px;
   top: 12px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon1
{
   width: 38px;
   height: 23px;
}
#Icon1 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon1:hover i
{
   color: #00BFFF;
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon31
{
   left: 275px;
   top: 11px;
   width: 40px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon31
{
   width: 40px;
   height: 29px;
}
#Icon31 i
{
   line-height: 29px;
   font-size: 29px;
   width: 28px;
   color: #DCDCDC;
}
#Icon31:hover i
{
   color: #DCDCDC;
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon32
{
   left: 327px;
   top: 11px;
   width: 43px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon32
{
   width: 43px;
   height: 29px;
}
#Icon32 i
{
   line-height: 29px;
   font-size: 29px;
   width: 28px;
   color: #DCDCDC;
}
#Icon32:hover i
{
   color: #DCDCDC;
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon33
{
   left: 9px;
   top: 11px;
   width: 37px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon33
{
   width: 37px;
   height: 29px;
}
#Icon33 i
{
   line-height: 29px;
   font-size: 29px;
   width: 28px;
   color: #DCDCDC;
}
#Icon33:hover i
{
   color: #DCDCDC;
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon34
{
   left: 57px;
   top: 11px;
   width: 35px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon34
{
   width: 35px;
   height: 29px;
}
#Icon34 i
{
   line-height: 29px;
   font-size: 29px;
   width: 28px;
   color: #DCDCDC;
}
#Icon34:hover i
{
   color: #DCDCDC;
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon2
{
   left: 648px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 22px;
   height: 26px;
}
#Icon2 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon14
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon14
{
   width: 36px;
   height: 34px;
}
#Icon14 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon36
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon36
{
   width: 36px;
   height: 34px;
}
#Icon36 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon37
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon37
{
   width: 36px;
   height: 34px;
}
#Icon37 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon38
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon38
{
   width: 36px;
   height: 34px;
}
#Icon38 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon39
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon39
{
   width: 36px;
   height: 34px;
}
#Icon39 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon42
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon42
{
   width: 36px;
   height: 34px;
}
#Icon42 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon43
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon43
{
   width: 36px;
   height: 34px;
}
#Icon43 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon44
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon44
{
   width: 36px;
   height: 34px;
}
#Icon44 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon41
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon41
{
   width: 36px;
   height: 34px;
}
#Icon41 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon40
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon40
{
   width: 36px;
   height: 34px;
}
#Icon40 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#wb_Icon10
{
   left: 322px;
   top: 3184px;
   width: 36px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon10
{
   width: 36px;
   height: 34px;
}
#Icon10 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
}
#Html2
{
   left: 0px;
   top: 779px;
   width: 380px;
   height: 135px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 360px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer2
{
   width: 1357px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer2_Container
{
   width: 1357px;
}
#Button1
{
   left: 84px;
   top: 9px;
   width: 42px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 17px;
}
#wb_Icon27
{
   left: 277px;
   top: 9px;
   width: 32px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #00BFFF;
   border: 0px solid #00BFFF;
}
#Icon27
{
   width: 32px;
   height: 35px;
}
#Icon27 i
{
   line-height: 35px;
   font-size: 32px;
   width: 31px;
   color: #00BFFF;
}
#Icon27:hover i
{
   color: #000000;
}
#wb_Icon27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text4
{
   left: 33px;
   top: 73px;
   width: 253px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text25
{
   left: 18px;
   top: 220px;
   width: 162px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text25
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text24
{
   left: 187px;
   top: 220px;
   width: 112px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Button10
{
   left: 46px;
   top: 131px;
   width: 224px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   box-shadow: 3px 3px 4px #DCDCDC;
}
#Button10
{
   line-height: 44px;
}
#shom
{
   width: 98px;
   height: 40px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   left: 8px;
   top: 13px;
   width: 83px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#Layer1
{
   width: 1354px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#Layer1_Container
{
   width: 1354px;
}
#wb_Icon5
{
   left: 609px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 20px;
   height: 28px;
}
#Icon5 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon6
{
   left: 572px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon6
{
   width: 22px;
   height: 26px;
}
#Icon6 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon7
{
   left: 726px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon7
{
   width: 20px;
   height: 28px;
}
#Icon7 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon8
{
   left: 537px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon8
{
   width: 20px;
   height: 28px;
}
#Icon8 i
{
   line-height: 28px;
   font-size: 20px;
   width: 20px;
}
#wb_Icon9
{
   left: 761px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon9
{
   width: 20px;
   height: 28px;
}
#Icon9 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon25
{
   left: 828px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon25
{
   width: 20px;
   height: 28px;
}
#Icon25 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon26
{
   left: 502px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon26
{
   width: 20px;
   height: 28px;
}
#Icon26 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon28
{
   left: 1256px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon28
{
   width: 20px;
   height: 28px;
}
#Icon28 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon29
{
   left: 1287px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon29
{
   width: 20px;
   height: 28px;
}
#Icon29 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon30
{
   left: 1318px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon30
{
   width: 20px;
   height: 28px;
}
#Icon30 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#YANLI
{
   width: 317px;
   height: 277px;
   visibility: visible;
   display: block;
   border-radius: 23px;
}
#YANLI_Container
{
   width: 360px;
}
#Top_bar
{
   width: 360px;
   height: 51px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#hide_mobimenu
{
   left: 97px;
   top: 11px;
   width: 70px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #DCDCDC;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 12px;
   box-shadow: 0px 0px 0px #DCDCDC;
}
#hide_mobimenu
{
   line-height: 25px;
}
#show_mobimenu
{
   left: 176px;
   top: 11px;
   width: 68px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #DCDCDC;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 12px;
   box-shadow: 0px 0px 0px #DCDCDC;
}
#show_mobimenu
{
   line-height: 25px;
}
#wb_Icon24
{
   left: 13px;
   top: 12px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon24
{
   width: 38px;
   height: 23px;
}
#Icon24 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon24:hover i
{
   color: #00BFFF;
}
#wb_Icon24:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon1
{
   left: 89px;
   top: 12px;
   width: 38px;
   height: 23px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #808080;
   border: 0px solid #808080;
}
#Icon1
{
   width: 38px;
   height: 23px;
}
#Icon1 i
{
   line-height: 23px;
   font-size: 23px;
   width: 22px;
   color: #808080;
}
#Icon1:hover i
{
   color: #00BFFF;
}
#wb_Icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #00BFFF;
}
#wb_Icon31
{
   left: 253px;
   top: 9px;
   width: 50px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon31
{
   width: 50px;
   height: 32px;
}
#Icon31 i
{
   line-height: 32px;
   font-size: 32px;
   width: 31px;
   color: #DCDCDC;
}
#Icon31:hover i
{
   color: #DCDCDC;
}
#wb_Icon31:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon32
{
   left: 310px;
   top: 6px;
   width: 43px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #000000;
}
#Icon32
{
   width: 43px;
   height: 39px;
}
#Icon32 i
{
   line-height: 39px;
   font-size: 39px;
   width: 38px;
   color: #DCDCDC;
}
#Icon32:hover i
{
   color: #DCDCDC;
}
#wb_Icon32:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon33
{
   left: 3px;
   top: 5px;
   width: 38px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon33
{
   width: 38px;
   height: 40px;
}
#Icon33 i
{
   line-height: 40px;
   font-size: 38px;
   width: 37px;
   color: #DCDCDC;
}
#Icon33:hover i
{
   color: #DCDCDC;
}
#wb_Icon33:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon34
{
   left: 50px;
   top: 8px;
   width: 38px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   border: 0px solid #DCDCDC;
}
#Icon34
{
   width: 38px;
   height: 34px;
}
#Icon34 i
{
   line-height: 34px;
   font-size: 34px;
   width: 33px;
   color: #DCDCDC;
}
#Icon34:hover i
{
   color: #DCDCDC;
}
#wb_Icon34:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
}
#wb_Icon2
{
   left: 572px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 22px;
   height: 26px;
}
#Icon2 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon14
{
   left: 609px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon14
{
   width: 20px;
   height: 28px;
}
#Icon14 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon36
{
   left: 572px;
   top: 5px;
   width: 22px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon36
{
   width: 22px;
   height: 26px;
}
#Icon36 i
{
   line-height: 26px;
   font-size: 22px;
   width: 21px;
}
#wb_Icon37
{
   left: 726px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon37
{
   width: 20px;
   height: 28px;
}
#Icon37 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon38
{
   left: 502px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon38
{
   width: 20px;
   height: 28px;
}
#Icon38 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon39
{
   left: 761px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon39
{
   width: 20px;
   height: 28px;
}
#Icon39 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon42
{
   left: 1256px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon42
{
   width: 20px;
   height: 28px;
}
#Icon42 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon43
{
   left: 1287px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon43
{
   width: 20px;
   height: 28px;
}
#Icon43 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon44
{
   left: 1318px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon44
{
   width: 20px;
   height: 28px;
}
#Icon44 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon41
{
   left: 537px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon41
{
   width: 20px;
   height: 28px;
}
#Icon41 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon40
{
   left: 828px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon40
{
   width: 20px;
   height: 28px;
}
#Icon40 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon10
{
   left: 1318px;
   top: 4px;
   width: 20px;
   height: 28px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon10
{
   width: 20px;
   height: 28px;
}
#Icon10 i
{
   line-height: 28px;
   font-size: 20px;
   width: 19px;
}
#Html2
{
   left: 0px;
   top: 816px;
   width: 360px;
   height: 127px;
   visibility: visible;
   display: inline;
}
}
    .drop-zone {
      position: fixed; bottom: 20px; right: 20px;
      width: 260px; height: 140px;
      border: 2px dashed #000; border-radius: 10px;
      display: none; align-items: center; justify-content: center; text-align: center;
      background: #fff; color: #111; font-weight: 800; z-index: 1000;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }
    .drop-zone.active { display: flex; }
    .modal { position: fixed; inset:0; background: rgba(0,0,0,0.5); display:none; align-items:center; justify-content:center; z-index:2000; }
    .modal.active { display:flex; }
    .modal-box { background:#fff; border-radius:12px; width:95%; max-width:1100px; max-height:85vh; overflow:hidden; display:flex; flex-direction:column; }
    .modal-header { background:#0078d7; color:#fff; font-weight:900; padding:10px; display:flex; justify-content:space-between; }
    .modal-content { padding:16px; overflow-y:auto; }
    .grid { display:grid; grid-gap:14px; grid-template-columns:repeat(2,minmax(0,1fr)); }
    @media(min-width:640px){.grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
    @media(min-width:1024px){.grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
    .card { border:2px solid #000; border-radius:10px; overflow:hidden; background:#fff; }
    .media { width:100%; aspect-ratio:16/9; object-fit:cover; background:#000; }
    .body { padding:10px; }
    .title { font-weight:900; }
    .meta { font-size:0.85rem; color:#555; margin-top:6px; }
    .actions { margin-top:8px; display:flex; gap:8px; flex-wrap:wrap; }
    .btn { padding:6px 10px; border:2px solid #000; border-radius:8px; font-weight:800; text-decoration:none; }
    .btn-primary { background:#00bfff; color:#fff; border-color:#00bfff; }
    .spinner { text-align:center; padding:14px; font-weight:900; color:#0078d7; }
    .fallback { text-align:center; padding:14px; font-weight:900; color:#333; }
  