 body {
            margin: 0;
            font-family: 'Microsoft JhengHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
                'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
                sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        code {
            font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
                monospace;
        }

        .adiframe {
            transform-origin: left top;
            display: block;
            border-radius: 5px;
            margin: 0 auto;
        }

        .adiframe_back {
            position: absolute;
            background: #000;
            width: calc(100% - 10px);
            height: 100%;
        }

        @media (min-width: 768px) {
            .adiframe_back {
                width: calc(100% - 30px);
            }
        }

 .react-slideshow-container {
            display: flex;
            align-items: center
        }

        .react-slideshow-container .nav {
            z-index: 10
        }

        .react-slideshow-container .default-nav {
            height: 30px;
            background: rgba(255, 255, 255, 0.6);
            width: 30px;
            border: 0;
            text-align: center;
            cursor: pointer;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .react-slideshow-container .default-nav:hover,
        .react-slideshow-container .default-nav:focus {
            background: #fff;
            color: #666;
            outline: 0
        }

        .react-slideshow-container .default-nav.disabled:hover {
            cursor: not-allowed
        }

        .react-slideshow-container .default-nav:first-of-type {
            margin-right: -30px;
            border-right: 0;
            border-top: 0
        }

        .react-slideshow-container .default-nav:last-of-type {
            margin-left: -30px
        }

        .react-slideshow-container+ul.indicators {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 20px
        }

        .react-slideshow-container+ul.indicators li {
            display: inline-block;
            position: relative;
            width: 7px;
            height: 7px;
            padding: 5px;
            margin: 0
        }

        .react-slideshow-container+ul.indicators .each-slideshow-indicator {
            border: 0;
            opacity: .25;
            cursor: pointer;
            background: transparent;
            color: transparent
        }

        .react-slideshow-container+ul.indicators .each-slideshow-indicator:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            content: '';
            background: #000;
            text-align: center
        }

        .react-slideshow-container+ul.indicators .each-slideshow-indicator:hover,
        .react-slideshow-container+ul.indicators .each-slideshow-indicator.active,
        .react-slideshow-container+ul.indicators .each-slideshow-indicator:focus {
            opacity: .75;
            outline: 0
        }

        .react-slideshow-fade-wrapper {
            width: 100%;
            overflow: hidden
        }

        .react-slideshow-fade-wrapper .react-slideshow-fade-images-wrap {
            display: flex;
            flex-wrap: wrap
        }

        .react-slideshow-fade-wrapper .react-slideshow-fade-images-wrap>div {
            position: relative;
            opacity: 0
        }

        .react-slideshow-wrapper.slide {
            width: 100%;
            overflow: hidden
        }

        .react-slideshow-wrapper .images-wrap {
            display: flex;
            flex-wrap: wrap
        }

        .react-slideshow-zoom-wrapper {
            width: 100%;
            overflow: hidden
        }

        .react-slideshow-zoom-wrapper .zoom-wrapper {
            display: flex;
            flex-wrap: wrap;
            overflow: hidden
        }

        .react-slideshow-zoom-wrapper .zoom-wrapper>div {
            position: relative;
            display: flex
        }

    hcfy-result.__hcfy__result__loaded__.__hcfy__result__both__ {
            border: 1px dotted
        }
        .mobile-nav i{
            vertical-align: text-top;
            margin-right: 0.6rem;
            font-size: 1.6rem;
        }
        @media (max-width: 768px){
            .ad {
                width: 100%;
            }
        }