html {
    font-size: 100px;
}

.page {
    position: relative;
    overflow: hidden;
    width: auto;
}

.main1 {
    width: auto;
    height: 9.36rem;
    background: url(./img/bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.block1 {
    position: absolute;
    top: 6.11rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.43rem 0.68rem 0 0.55rem;
    width: 8.61rem;
    height: 4.36rem;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background: url(./img/text-bg.png) no-repeat;
    background-size: contain;
}

.txt1 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #212121;
    line-height: 0.26rem;
}

.mod1{
    margin-top: 0.15rem;
}

.mod1,.mod2 {
    margin-left: 0.33rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #F50000;
    line-height: 0.3rem;
    text-decoration-line: underline;
}

.info1,.info2 {
    color: #F50000;
}

/* 版權*/

.footer-pc {
    position: relative;
    z-index: 99;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
    background: #383838;
    color: #fff;
}

.foot {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1400px;
    font-size: 14px;
}

.foot-logo {
    display: inline;
    float: left;
    margin-top: 35px;
    margin-left: 6px;
    padding-right: 25px;
    width: 275px;
    height: 72px;
    border-right: 1px solid #545454;
}

.foot-info {
    display: inline;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    padding-bottom: 5px;
    width: 400px;
    text-align: center;
}

.foot-nav a {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}

.foot-nav a:hover {
    color: #f7b232;
}

.foot-info p {
    clear: both;
    color: #a9a9a9;
    font-size: 12px;
}

.foot-service {
    display: inline;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 390px;
    border: 2px solid #707070;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.foot-service img {
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}

.lower {
    position: relative;
    display: inline;
    float: left;
    margin-top: 35px;
    margin-left: 20px;
    padding-left: 20px;
    width: 630px;
    height: 72px;
    border-left: 1px solid #545454;
    color: #fff;
    font-size: 12px;
}

.rig-cr p {
    line-height: 20px;
}

.rig-class {
    float: left;
}

.rig-class img {
    margin-right: 5px;
}

.class {
    width: 62px;
}

.footer-mb {
    display: none;
}

.footer-mb {
    float: left;
    overflow: hidden;
    padding: 20px 0 20px 0;
    width: 100%;
    background: #383838;
    color: #676768;
    text-align: center;
}

.footer-mb p {
    font-size: 12px;
}

.foot-service-mb {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 390px;
    border: 2px solid #707070;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.foot-service-mb img {
    margin-top: -2px;
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
}

.foot-service-mb .img {
    display: block;
    width: 100%;
}

.footer-mb .mover-logo {
    float: none;
    padding-right: 20px;
    height: 50px;
    border-right: 1px solid #545454;
}

.footer-mb .class {
    padding-left: 20px;
    width: 50px;
}

.foot-service-rule {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

@media (max-width:1400px) {
    .footer-pc {
        display: none;
    }
    .footer-mb {
        display: block;
    }
}
