body { width: 100%; height: 100%;
    background-color: rgb(237,207,175);
    font: 16px/1.2 "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "STHeiti", "LiHei Pro Medium", "Apple LiGothic Medium", Verdana, Helvetica, Arial, sans-serif, cursive;
    font-size: 1rem; font-weight: normal;
    background: linear-gradient(to bottom, rgba(237,207,175,1) 85%,rgba(222,186,147,1) 95%);
}

a { cursor: pointer; color: #900; 
    -webkit-transition:all 200ms ease-out; -mozilla-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out; -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;}
a:hover { opacity: 0.75; color: #900; 
    text-decoration: none;}

.container { width: 100%; max-width: 1200px;}

section{ 
    background-repeat: no-repeat; background-position: top center;}

@media screen and (max-width: 1239px) {
   section{ background-size: 116%;} 
}
@media screen and (min-width: 980px) {
    section{ background-image: url(../images/bg.jpg);}
}
@media screen and (max-width: 979px) {
    section{ background-image: url(../images/bg_m.jpg); background-size: contain;}
}

.mainPic{ width: 100%; max-width: 1270px; margin: 0 auto; position: relative; }

.mainContainer > div{ width: calc(100% - 40px); max-width: 1200px; margin: 0 auto;}
.animate_fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate_pulse {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  25% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.mainContainer .notice{ max-width: 1100px;}
.mainContainer .notice > p{ margin-bottom: 0}
@media screen and (max-width: 639px) {
    .mainContainer .notice > p{ margin-bottom: -35px;}
}
@media screen and (max-width: 480px) {
    .mainContainer .notice > p img{ width: 40%;}
    .mainContainer .notice div img{ width: 55px; margin-top: 10px;}
}

.num{ margin: 15px 0; list-style: decimal; color: #1f1010;}
.num li{ margin-bottom: 8px; font-size: 16px; line-height: 130%;}
.num li b{ color: #900; font-weight: normal;}
.num li a{ text-decoration: underline;}
@media screen and (max-width: 767px) {
    .num li{ font-size: 15px;}
}

/* 原框架用 */
.navbar {
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16);
    padding: 1rem;
}
.navbar .navbar-brand {
    background: url(../images/logo.svg) center no-repeat;
    display: block;
    width: 180px;
    height: 32px;
    font-size: 0;}

.btn-area {
    text-align: center;
}

.btn-area>a {
    position: relative;
    max-width: 200px;
    font-size: 1.5rem;
    display: inline-block;
    padding: 8px 20px;
    color: #152e38;
}

.btn-area>a+a {
    border-left: 1px solid #000;
}

.btn-area>.btn01::before {
    content: "";
    background-image: url(../images/Arrow_Left.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: -12px;
}

.btn-area>.btn02::before {
    content: "";
    background-image: url(../images/Arrow_Right.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: -12px;
}

footer {
    background-color: #f4f4f4;
}

.sns {
    text-align: center;
}

.sns>div {
    display: inline-block;
    width: 20%;
    max-width: 120px;
}

.sns>div>a {
    color: #717171;
}

.sns i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 0.5rem auto;
}

.sns .fb {
    background: url(../images/Facebook.svg) no-repeat center;
    background-size: cover;
}

.sns .youtube {
    background: url(../images/Youtube.svg) no-repeat center;
    background-size: cover;
}

.sns .line {
    background: url(../images/Line.svg) no-repeat center;
    background-size: cover;
}

.sns .instagram {
    background: url(../images/Instagram.svg) no-repeat center;
    background-size: cover;
}

.sns span {
    font-size: 0.75rem;
}

.copyright {
    border-top: 1px solid #dfdedc;
    text-align: center;
}

.copyright .container>div {
    display: inline-block;
    text-align: center;
    padding: 1rem;
}

.copyright img {
    width: 100%;
}

.cpr {
    width: 58%;
}

.phone {
    width: 40%;
}

.sidebtn>.bn {
    background-color: #3e3e3e;
    text-align: center;
}

.sidebtn>.bn>a {
    color: #FFFFFF;
    display: block;
}

.sidebtn>.bn>a:hover {
    text-decoration: none;
}

.sidebtn>.bn-01 .ico {
    background: url(../images/Icon-01.svg) no-repeat center;
    background-size: contain;
}
.sidebtn>.bn-02 .ico {
    background: url(../images/Icon-02.svg) no-repeat center;
    background-size: contain;
}
.sidebtn>.bn-03 .ico {
    background: url(../images/Icon-03.svg) no-repeat center;
    background-size: contain;
}
.sidebtn>.bn-04 .ico {
    background: url(../images/Icon-04.svg) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 0.75rem 1rem;
    }
    .navbar .navbar-brand {
        width: 140px;
        height: 32px;
    }
}

@media screen and (max-width: 959px) {
    footer {
        margin-bottom: 3rem;
    }
    .btn-area>a {
        font-size: 1rem;
    }
    .btn-area>.btn01::before,
    .btn-area>.btn02::before {
        top: 4px;
    }
    .copyright .container>div {
        display: block;
    }
    .copyright .container>div {
        width: 100%;
        padding: 0.5rem;
    }
    .sidebtn {
        position: fixed;
        width: 100%;
        bottom: 0;
        text-align: center;
        background: #eeeeee;
        padding: 8px;
        box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.16);
    }
    .sidebtn>.bn {
        padding: 0.5rem;
        font-size: 1rem;
        border-radius: 6px;
        width: 49%;
        display: inline-block;
    }
    .sidebtn>.bn>a:hover {
        text-decoration: none;
    }
    .sidebtn>.bn .ico {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 0.5rem;
    }
    .sidebtn>.bn span {
        vertical-align: super;
    }
}

@media screen and (min-width: 960px) {
    .sidebtn {
        position: fixed;
        right: 0;
        top: 24%;
    }
    .sidebtn>.bn {
        padding: 2rem 0.5rem;
        font-size: 1.25rem;
        border-radius: 12px 0 0 12px;
    }
    .sidebtn>.bn+.bn {
        margin-top: 0.5rem;
    }
    .sidebtn>.bn .ico {
        width: 32px;
        height: 32px;
        display: block;
        margin-bottom: 1rem;
    }
    .sidebtn>.bn span {
        writing-mode: tb-rl;
    }
}