* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

iframe {
    display: block;
}

html::-webkit-scrollbar {
    display: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #9b0006;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .tem_iframe {
        height: calc(100vh - 40px);
        margin-top: 40px;
        width: 100%;
    }
    .viewtab {
        width: 100%;
        height: 40px;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        background-color: #353636;
    }
    .viewtabcenter {
        display: flex;
        align-items: center;
    }
    .equ_item img {
        object-fit: cover;
        cursor: pointer;
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }
    .equ_active .e0img {
        display: none !important;
    }
    .equ_active .e1img {
        display: block !important;
    }
    .equ_item .e1img {
        display: none;
    }
    .viewtableft {
        display: flex;
        align-items: center;
    }
    .viewtableft a {
        color: #fff;
        font-size: 14px;
    }
    .viewtableft a:hover {
        color: var(--main-color);
    }
    .viewtableft span {
        display: block;
        font-size: 14px;
        color: #fff;
        margin: 0 10px;
        display: block;
    }
    .viewtableft p {
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        margin-right: 10px;
    }
    .copySucess {
        border-radius: 3px;
        font-size: 14px;
        font-style: normal;
        padding: 0 10px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        display: none;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .viewtableft {
        width: 40%;
    }
    .viewtabright {
        width: 40%;
    }
    .copySucess em {
        font-size: 14px;
        color: #fff;
        font-style: normal;
    }
    .viewtabcenter {
        width: 10%;
    }
    .viewtabright {
        justify-content: right;
        display: flex;
        align-items: center;
    }
    .viewtabright a {
        color: #fff;
        margin-left: 20px;
        font-size: 14px;
        display: block;
    }
    .viewtabright a:hover {
        color: var(--main-color);
    }
    .online_buy {
        height: 30px;
        padding: 0 10px;
        border-radius: 3px;
        line-height: 30px;
        background-color: var(--main-color);
    }
    .online_buy i {
        margin-right: 5px;
    }
    .online_buy:hover {
        color: var(--main-color-white) !important;
    }
    .tabViewItem {
        display: none;
    }
    .tabViewItem_Pad {
        width: 996px;
        height: 1150px;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 50px;
        padding: 30px;
        margin: 0 auto;
        margin-top: 50px;
        background-image: url(/fresh/images/pad_frame_bg.png);
    }
    .tabViewItem_Mobile {
        background-image: url(/fresh/images/mobile_frame_bg.png);
        height: 842px;
        width: 418px;
        background-size: 100%;
        margin: 0 auto;
        padding: 20px;
        margin-top: 70px;
    }
    .tabViewItem_Mobile #demoSiteFrame_mobile {
        position: relative;
        height: 675px;
        width: 378px;
    }
}

@media only screen and (max-width: 996px) {
    .viewtab {
        display: none;
    }
    .tem_iframe {
        margin-top: 0;
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }
}