/*		
1. 基本設定
2. 禁止複製，貼上，列印設定
3. RWD
*/


/*  --------[文字]-------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*  ---------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    background: #ffffff;
    color: #333;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: 400;
}

:lang(ja) {
    font-family: "Noto Sans JP" !important
}

.fa:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

.fas:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

.far:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

.fal:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

.fab:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}


/*  ----------------------------------------------------------------------------------------  
[ 禁止列印 ] */

@media print {
    html,
    body {
        display: none;
    }
}


/*  ----------------------------------------------------------------------------------------  
[ start all section ] */

#home,
#home .fp-slide,
#home .fp-tableCell,
#intro,
#intro .fp-slide,
#intro .fp-tableCell,
#funtion,
#funtion .fp-slide,
#funtion .fp-tableCell,
#contact,
#contact .fp-slide,
#contact .fp-tableCell,
#user,
#user .fp-slide,
#user .fp-tableCell,
#icon,
#icon .fp-slide,
#icon .fp-tableCell,
footer,
footer .fp-slide,
footer .fp-tableCell {
    height: auto;
}


/* End of all section */


/*  ----------------------------------------------------------------------------------------  
[ start all heading ] */

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 25px;
}

p {
    font-size: 18px;
    color: #333333;
    line-height: 1.5
}

i {
    margin-right: .325rem;
}

/* End of all heading */

.container {
    width: 90%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.flex-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* start all section */

/*#intro,
#user,
#funtion,
#contact {
    padding-top: 70px;
    padding-bottom: 80px;
}*/

.btn {
    padding: 6px 13px;
    font-size: 1.25rem;
    font-weight: 400;
}
/* End of all section */


/* start simpletextrotator */

.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}

.rotating.flip {
    position: relative;
}

.rotating .front,
.rotating .back {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
    z-index: 1;
}

.rotating .back {
    display: block;
    opacity: 0;
}

.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
    -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}


/* End of simpletextrotator */


/*  ----------------------------------------------------------------------------------------  
[ start header  ] */

header {
    position: relative
}

.navbar {
    position: absolute;
    top: 15px;
    z-index: 1;
}

.logo {
    margin-left: 25px;
    margin-top: 5px;
    display: inline-block;
}

.login {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.login a {
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 5px 30px;
    text-decoration: none;
}

.register {
    position: absolute;
    right: 170px;
    top: 30px;
    z-index: 2;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.register a {
    color: #fff;
    background-color: #46b8da;
    border: 1px solid #71deff;
    border-radius: 30px;
    padding: 5px 30px;
    text-decoration: none;
}

.login a:hover,
.register a:hover {
    opacity: .8
}


/* End of header */

/*  ----------------------------------------------------------------------------------------  
[ start home  ] */

#home {
    background: url('../assets/images/home/bg-home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background       : #d9f7f9;*/
    width: 100%;
    height: 100%;
    padding-top: 15%;
    padding-bottom: 5%;
}

#home h2 {
    margin-bottom: 10px;
    margin-top: 60px;
}

#home h1 {
    margin-bottom: 50px;
    margin-top: 5px;
}

#home .btn {
    background: transparent;
    border: 2px solid #028594;
    color: #028594;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    height: 60px;
    margin-top: 40px;
    padding-top: 18px;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #028594;
    color: #ffffff;
    border-color: transparent;
}


/* End of home */


/* intro-slider */

.content-width {
    width: 95%;
    height: 100vh;
    margin: 0 auto;
}

.slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.slideshow-items {
    position: relative;
    width: 100%;
    height: 300px;
}

.item {
    position: absolute;
    width: 100%;
    height: auto;
}

.item-image-container {
    position: relative;
    width: 50%;
}

.item-image-container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 101%;
    height: 101%;
    opacity: 0;
    z-index: 1;
}

.item-image {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    display: block;
    /* transition: property name | duration | timing-function | delay  */
    transition: opacity .3s ease-out .45s;
}

.item.active .item-image {
    opacity: 1;
}

.item.active .item-image-container::before {
    opacity: .8;
}

.item-description {
    position: absolute;
    top: 230px;
    right: 30px;
    width: 45%;
    line-height: 1.8;
    float: right;
    text-align: right;
}


/* 
[ Staggered Vertical Items ] ----------------------------------------------------*/

.item-header {
    position: absolute;
    top: 120px;
    right: 30px;
    z-index: 100;
}

.item-header .vertical-part {
    margin: 0 -4px;
    -webkit-font-smoothing: auto;
    font-size: 36px;
    color: #000000;
}

.vertical-part {
    overflow: hidden;
    display: inline-block;
}

.item-description .vertical-part {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    text-align: right;
}

.item-description .vertical-part b {
    font-weight: normal
}

.vertical-part b {
    display: inline-block;
    transform: translateY(100%);
}

.item-header .vertical-part b {
    transition: .5s;
}

.item-description .vertical-part b {
    transition: .21s;
}

.item.active .item-header .vertical-part b {
    transform: translateY(0);
}

.item.active .item-description .vertical-part b {
    transform: translateY(0);
}


/* 
[ Controls ] ----------------------------------------------------*/

.controls {
    position: relative;
    text-align: right;
    margin-bottom: 0px;
    margin-right: 20px;
    z-index: 1000;
}

.controls ul {
    list-style: none;
    font-size: 40px;
}

.controls ul li {
    font-family: serif;
    font-style: italic;
    display: inline-block;
    text-align: center;
    color: #666;
    width: 20px;
    height: 40px;
    margin: 3px;
    cursor: pointer;
}

.controls ul li.active {
    color: #d2b356
}

.controls ul li:nth-child(1),
.controls ul li:nth-child(2) {
    width: 50px;
}

.controls ul li:nth-child(1)::after,
.controls ul li:nth-child(2)::after {
    content: '/';
    margin: 0 1rem;
    color: #666;
}


/* End of intro-slider */


/*  funtion-slider */

.main {
    max-width: 110rem;
    margin: 20px auto;
    padding: 0;
}


/* Slider Style
--------------------------------------*/

.cd-slider {
    position: relative;
    width: 100%;
    height: 55rem;
    overflow: hidden;
    margin-top: 100px;
}

.cd-slider li {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s 1s;
    will-change: visibility;
}

.image {
    position: absolute;
    top: -20%;
    right: 0;
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    clip: rect(0, 80rem, 50rem, 80rem);
    transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
    will-change: clip;
}

.content {
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 0 0 0;
    text-align: left;
}

.content h2 {
    font-size: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translateY(-30%);
    opacity: 0;
    transition: transform .6s, opacity .5s;
    will-change: transform, opacity;
}

.content p {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    text-transform: lowercase;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(-120%);
    transition: transform .5s .1s, opacity .5s .1s;
    will-change: transform, opacity;
}


/* Current Slide 
-------------------------------------*/

li.current {
    visibility: visible;
    transition-delay: 0s;
}

li.current .image {
    clip: rect(0, 80rem, 55rem, 0);
}

li.current .content h2 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

li.current .content p {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.1s;
}


/* Funtion 
------------------------------------*/

li.prev_slide .image {
    clip: rect(0, 0, 55rem, 0);
}

nav {
    position: absolute;
    bottom: 5%;
    left: 15%;
    background: #ffffff67;
    padding: 10px 20px;
    z-index: 2;
}

.prev,
.next,
.counter {
    vertical-align: middle;
}

.prev,
.next {
    position: relative;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    border: 0;
    cursor: pointer;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: transparent
}

.prev::before,
.next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: .8rem solid transparent;
    border-right-width: 1rem;
    border-right-color: #000;
    border-left-width: 0;
    width: 0;
    height: 0;
}

.prev::after,
.next::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    left: .5rem;
    background: #000;
    height: .1rem;
    min-height: 1px;
    width: 2.5rem;
    transition: width .3s;
}

.next::before {
    right: 0;
    left: auto;
    border-left-width: 1rem;
    border-left-color: #000;
    border-right-width: 0;
}

.next::after {
    right: .5rem;
    left: auto;
}

.counter {
    display: inline-block;
    font-size: 4rem;
    font-family: serif;
    font-style: italic;
}

.counter span:last-child::before {
    content: '/';
    margin: 0 1rem;
}

.counter span:first-child {
    color: #d6b962;
}

.prev:hover::after,
.next:hover::after {
    width: 3.5rem;
}


/*@media screen and (max-width: 550px) {
    .image {
        width: 100%;
    }

    .content {
        padding-right: 2rem;
    }

    nav {
        left : 0;
        right: auto;
    }
}*/


/* End of funtion-slider */


/* start user */

#user {
    background: #ffffff;
    text-align: center;
}

.user-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    height: 100vh;
    margin: 0 auto;
}

#user .user-block {
    padding: 15px 35px;
    display: grid;
}

.user-block h2 {
    padding: 0;
    font-weight: 600;
}

.user-block h2,
.user-block h2 div {
    display: contents
}

div {
    position: relative;
}

#user .user-block img {
    max-height: 150px;
    border-radius: 0;
    width: auto;
    height: auto;
    float: inherit;
    margin: 0 auto;
}

.user-block.classic h5 {
    font-size: 23px;
    margin: 20px 0;
}

.user-block.classic p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    height: 108px;
}

.user-block p {
    padding-top: 0;
}


/* Style Classic - Avatar above user-block */

.user-block.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

#user .user-block.classic img {
    display: inline-block;
    margin-bottom: 10px;
}

.user-block.classic q,
.user-block.classic span {
    display: block;
}

.user-block.classic h5:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 40px auto 20px auto;
}

#user .user-block.classic h5:before {
    height: 0;
    margin: 0;
}

#user .user-block.classic h5:after {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    margin: 40px auto 20px auto;
    background: #43EBFF
}


/* End of user */


/* start contact */

#contact {
    /*background       : url(../images/bg.jpg);*/
    filter: Alpha(opacity=50);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-content {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    height: 100vh;
    margin: auto;
}

#contact address {
    padding-bottom: 18px;
}

#contact .contact-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #333333;
}

#contact .fa,
#contact .fas {
    border-radius: 50%;
    color: #43EBFF;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
}

#contact .help.is-danger .fa,
#contact .help.is-danger .fas {
    color: #ff5722;
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: normal;
    width: auto;
    height: auto;
    margin-right: 0;
    text-align: left;
}
#contact .form__tip span .fas.fa-1x {
    font-size: .45em;
    padding: 2px;
    text-align: center;
    color: #fff !important;
    background: #ff6a3e;
    width: 2.5em;
    height: 2.5em;
    vertical-align: baseline;
    border-radius: 2.5em;
    margin-left: 10px;
    margin-right: 10px;
    line-height: normal;
    border: none;
}

.form__tip {
    padding: 5px;
    border-radius: 15px;
    color: #ff6a3e;
}

#contact .form-control {
    background: transparent;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: none;
    color: #999999;
    margin: 20px 0 5px;
}

#contact textarea.form-control {
    margin-bottom: 20px;
}

.option-other {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px
}

#contact .option-other .form-control {
    margin-bottom: 0px;
    height: 23px;
}

#contact input {
    margin-right: 5px;
    height: 45px;
}

#contact input[type=radio] {
    margin-right: 5px;
}

#contact .checkbox input[type=checkbox],
#contact .checkbox-inline input[type=checkbox] {
    position: relative;
    margin-left: 0px;
}

#contact label {
    white-space: nowrap;
}


/*#contact input {
    height: 40px;
}*/

#contact input[type="submit"] {
    background: #49bbed;
    border: 2px solid transparent;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background: #ffffff;
    color: #49bbed;
}

#contact .btn-info {
    background: #46b8da;
    padding: 15px 20px;
    color: #fff;
}

#contact .faqs {
    font-size: 18px;
    background: #ffe43b;
    padding: 8px 10px;
    width: 80%;
    text-align: center;
    border-radius: 20px;
}

#contact .faqs a {
    color: #000;
    text-decoration: none
}

#contact .faqs .fa {
    border-radius: 50%;
    color: #FF9800;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
}

#contact h5 b {
    color: #f10803;
    margin-right: 5px
}


/* End of contact */


/* start footer */

footer {
    position: fixed;
    bottom: -10px;
    width: 100%;
    /*border-top: 1px solid #090909;*/
    text-align: center;
    color: #333;
    font-size: 13px;
}

footer hr {
    width: 100px;
}


/* End of footer */


/* start social icon */

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border-radius: 50%;
    color: #606060;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin-right: 10px;
}

.social-icon li a:hover {
    color: #43EBFF;
}


/* End of social icon */


/* 
[ RWD <-> Mobile ]========================================== */


/* 手機版橫式 */

@media screen and (max-device-width: 767px) and (orientation:landscape) {
    .container {
        width: 100%;
    }
    /* header */
    .navbar img {
        width: 100px;
    }
    .login {
        right: 15px;
        top: 30px;
        font-size: 13px;
    }
    .login a {
        padding: 5px 15px;
    }
    #intro,
    #about,
    #user,
    #funtion,
    #contact {
        padding: 0;
    }
    #home {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .content {
        top: 50px;
        height: 50%;
        right: 10%;
        width: 85%;
        background: #ffffffde;
    }
    .cd-slider {
        height: 30rem;
    }
    #user .user-block {
        padding: 15px 20px;
    }
    #user .user-block img {
        max-height: 95px;
    }
    .user-block.classic h5 {
        font-size: 18px;
    }
    .user-block.classic p {
        font-size: 15px;
    }
    #contact .contact-title {
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #contact input.form-control {
        display: flex;
        justify-content: space-between;
        width: 50%;
    }
    .width-600 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .width-600 p {
        width: 50%;
    }
    .contact-content {
        display: block;
        flex-direction: inherit;
        align-items: center;
        height: 100vh;
        margin: auto;
    }
}

@media (max-width: 992px) {
    #contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #contact address {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #contact .faqs {
        width: 120px;
        position: fixed;
        top: 0;
        right: 10px;
    }
    .form__tip {
        border: 1px solid #ff6a3e;
    }
    .width-600 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .width-600 p {
        width: 50%;
    }
    .user-block.classic h5 {
        height: 112px;
    }
    .contact-content {
        display: block;
        flex-direction: inherit;
        align-items: center;
        height: 100vh;
        margin: auto;
    }
}

@media (max-width: 798px) {}


/* RWD 600px解析度以下 */

@media (max-width: 600px) {
    .container {
        width: 100%;
    }
    .user-content {
        display: block
    }
    /* header */
    .navbar img {
        width: 100px;
    }
    .login {
        right: 15px;
        top: 30px;
        font-size: 13px;
    }
    .register {
        position: absolute;
        right: 105px;
        top: 30px;
        z-index: 2;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }
    .login a {
        padding: 5px 15px;
    }
}


/* 手機版直式 */

@media screen and (max-device-width: 480px) {
    .container {
        width: 100%;
    }
    .user-content {
        display: block
    }
    h1,
    .content h2,
    .item-header .vertical-part {
        font-size: 23px;
    }
    h2,
    .item-description .vertical-part {
        font-size: 16px;
    }
    p,
    #contact .faqs a {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 0;
    }
    /* header */
    .navbar img {
        width: 100px;
    }
    .login {
        right: 15px;
        top: 30px;
        font-size: 13px;
    }
    .register {
        right: 105px;
    }
    .login a {
        padding: 5px 15px;
    }
    /* section */
    #fp-nav {
        display: none
    }
    /*home*/
    #home {
        background-size: cover;
        background-position: 32% 50%;
        width: 100%;
        height: 100%;
        padding-top: 55%;
    }
    #home .btn {
        width: 100%;
        margin-top: 10px;
        background: #36bbe8cf;
        color: #fff;
        border: none;
    }
    #home h1 {
        margin-bottom: 20px;
    }
    #home .text-left {
        background: rgba(255, 255, 255, 0.52);
        padding: 30px;
        width: 90%;
        margin: auto;
        border: 1px solid #fff;
        border-radius: 5px;
        box-shadow: 0 0 20px rgb(255, 255, 255);
    }
    /*intro*/
    .item-image-container {
        width: 100%;
    }
    .item-header {
        top: 380px;
        right: 20px
    }
    .item-description {
        top: 420px;
        right: 20px;
        width: 95%;
        line-height: 1.5
    }
    .content {
        width: 90%;
        right: 20px;
        height: auto;
        background: #ffffffde;
    }
    nav {
        left: 0%;
        padding: 10px;
    }
    .counter {
        font-size: 3rem;
    }
    .image {
        width: 90%;
        height: 85%;
    }
    .controls {
        margin-top: 70px;
    }
    .controls ul {
        list-style: none;
        font-size: 25px;
    }
    .controls ul li:nth-child(1),
    .controls ul li:nth-child(2) {
        width: 35px;
    }
    #funtion {
        padding-top: 15%;
        padding-bottom: 5%;
    }
    #user,
    #contact {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    #user .user-block {
        padding: 0 35px;
        padding-bottom: 10px;
    }
    #user .user-block img {
        max-height: 48px;
    }
    #user .user-block.classic img {
        margin-bottom: 0;
    }
    #user .user-block.classic h5:before {
        margin: 15px auto;
    }
    #user .user-block.classic h5:after {
        margin: 15px auto;
    }
    .user-block.classic h5 {
        font-size: 18px;
        margin: 10px 0;
    }
    .user-block.classic p {
        font-size: 15px;
        line-height: 1.5;
    }
    #contact .fa {
        height: 25px;
        width: 30px;
        line-height: 25px;
    }
    #contact address {
        padding-bottom: 0;
    }
    #contact .form-control {
        margin-bottom: 0;
        margin-top: 15px;
    }
    #contact .faqs {
        width: 120px;
        margin: auto;
        margin-bottom: 15px;
        position: fixed;
    }
    #contact .contact-title {
        font-size: 18px;
        padding-bottom: 5px;
    }
    #contact .block {
        border-bottom: 1px solid #dedede;
        margin-bottom: 20px
    }
    #contact input {
        height: 35px;
    }
    #contact .btn-info {
        padding: 10px 20px;
    }
    .width-600 {
        display: inline-block
    }
    .width-600 p {
        width: 100%;
    }
    .user-block.classic h5 {
        height: 70px;
    }
    .user-block.classic p {
        height: 80px;
    }
}


/* 360 解析度 */

@media screen and (max-device-width: 360px) {
    .item-header {
        top: 350px;
    }
    .item-description {
        top: 390px;
    }
    .main {
        margin: auto;
    }
    .user-block.classic p {
        font-size: 15px;
    }
    #user .user-block img {
        max-height: 65px;
    }
    #user .user-block.classic h5:after {
        margin: 15px auto;
    }
}


/* 320 解析度 - i5 */

@media screen and (max-device-width: 320px) {
    .item-header {
        top: 300px;
    }
    .item-description {
        top: 340px;
        right: 15px;
        width: 95%;
        line-height: 1.5;
    }
    #funtion {
        padding: 5% 0;
    }
    .main {
        margin: auto;
    }
    nav {
        bottom: 10%;
    }
    #user .user-block.classic h5:before,
    #user .user-block.classic h5:after {
        display: none
    }
    .user-block.classic p {
        font-size: 14px;
        line-height: 1.5;
    }
    p,
    #contact .faqs a {
        font-size: 14px;
        margin-bottom: 0;
    }
    #contact .faqs {
        font-size: 16px;
        padding: 3px 10px;
    }
    #contact textarea {
        max-height: 80px;
    }
    footer p {
        font-size: 13px;
        font-weight: 200
    }
}


/* ========================================== */


/* ========================================== */