﻿body {
    background-image: url(../../Static/images/bg/H5_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position-y: bottom;
    background-position-x: center;
}

html {
    height: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
#skipTime {
    text-decoration: none;
    color: #fff;
}
/*超小屏幕 手机 */
/*@media (max-width:767px) {*/
.header {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.header-logo {
    text-align: center;
    padding: 5px 0px 0px;
}

    .header-logo a {
        text-decoration: none;
    }

    .header-logo img {
        height: 32px;
        margin: 8px 2%;
    }

.statement {
    text-align: right;
    margin-top: -0.8vh;
    margin-bottom: 7px;
}

    .statement span {
        font-size: 14px;
        color: #0056FF;
        cursor: pointer;
    }

        .statement span a {
            color: #0056FF;
            text-decoration: none;
        }

.lang {
    position: relative;
    left: 1px;
    padding-right: 10px;
}

    .lang span {
        background: #efefef;
        padding: 5px 8px;
        border-radius: 3px;
    }

.home-title {
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    margin-top: 22px;
}

.home-title-cn span {
    display: inline-block;
    width: 100%;
    margin: 6px 0;
}

.home-title-line {
    margin-top: 10px;
    border: 1px solid #FFFFFF;
}

.home-title-en {
    overflow: hidden;
    margin-top: 6px;
}

.grid {
    margin-top: 6%;
    border: 1px solid #ffffff;
    /*padding: 2% 0;*/
    padding: 6vh 0;
    margin-bottom: 15px;
}

.msg {
    color: #fff;
    text-align: center;
    margin: 7.2vh;
}

    .msg h4 {
        font-size: 20px;
    }

.selectRegion {
    margin-top: 4%;
    background: rgba(0,0,0,0.37);
    border: 1px solid #FFFFFF;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

    .selectRegion span {
        color: #ffffff;
        line-height: 44px;
    }

    .selectRegion .iconfont {
        position: absolute;
        right: 10px;
        line-height: 44px;
        text-decoration: none;
        color: #ffffff;
        transform: rotate(180deg);
        font-size: 14px;
    }
/*知識產權告示*/
.home-bulletin {
    background: rgba(255, 255, 255,0.85);
    /*display: none;*/
    position: absolute;
    bottom: 0;
}

.home-bulletin-top {
    margin-top: 5px;
    line-height: 2.5vh;
}

.home-bulletin-title {
    text-align: left;
    font-size: 11px;
    color: #A05C5B;
    font-weight: bold;
}

    .home-bulletin-title a {
        color: #A05C5B;
        font-size: 14px;
        text-decoration: none;
    }

.home-bulletin-more {
    font-size: 11px;
    text-align: right;
}

    .home-bulletin-more a {
        color: #0043E4;
        text-decoration: none;
        font-weight: bold;
    }

.home-bulletin-content {
    font-size: 11px;
    color: #4A4A4A;
    padding: 0px 14px 4px 33px;
}

/*}*/


/*小屏幕 平板 */
@media (min-width: 768px) and (max-width: 992px) {
    body {
        background-image: url(../../Static/images/bg/web_bg.png);
    }

    h2 {
        font-size: 37px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 22px;
    }

    .msg h4 {
        font-size: 26px;
    }

    .header-logo img {
        height: 40px;
    }
     .statement {
        text-align: right;        
        margin-top: -15px;
        margin-bottom: 10px;
    }

        .statement span {
            font-size: 14px;
            color: #0056FF;
        }
    .home-title-cn span {
        display: inline;
    }

    .selectRegion {
        margin-top: 4.2%;
        height: 50px;
    }

        .selectRegion span {
            line-height: 50px;
            font-size: 16px;
        }

        .selectRegion a {
            line-height: 50px;
            font-size: 16px;
        }
        .home-bulletin-content {
        font-size: 12px;
        color: #4A4A4A;
        padding: 0px 14px 8px 33px;
    }
}

/*中等屏幕 桌面显示器 */
@media (min-width: 992px) {
    body {
        background-image: url(../../Static/images/bg/web_bg.png);
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 38px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    .msg h4 {
        font-size: 26px;
    }

    .home-title-cn span {
        display: inline;
    }

    .lang {
        position: relative;
        left: 4px;
    }

    .header-logo {
        padding: 10px 0px;
    }

        .header-logo img {
            height: 40px;
        }

    .statement {
        text-align: right;
        margin-bottom: 10px;
    }

        .statement span {
            font-size: 14px;
            color: #0056FF;
        }

    .home-bulletin-content {
        font-size: 12px;
        color: #4a4a4a;
        padding: 0 14px 8px 33px;
    }
}


/*大屏幕 大桌面显示器 */
@media (min-width: 1170px) {
    .home-title {
        margin-top: 3.8%;
    }
}
