/*  aorus slider  */

#top-image_aorus {
    background-image: url(../img/0049.jpg);
    background-repeat: no-repeat;
    /* background-size:auto; */
    position: relative;
}

@keyframes Aorus_ani {
    0% {
        padding-top: 13%;
    }
    42% {
        padding-top: 8%;
    }
    100% {
        padding-top: 13%;
    }
}

@keyframes Aorus_ani2 {
    0% {
        padding-top: 8%;
    }
    40% {
        padding-top: 5%;
    }
    100% {
        padding-top: 8%;
    }
}

.fire_ani {
    animation: Aorus_ani 15s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}

.fire_ani2 {
    animation: Aorus_ani2 15s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}


/* gallery */

.mouse-gallery .mouse-gallery-item>ul>li {
    margin: 8% 3% 3% 0;
    padding: 0;
    width: 45%;
    cursor: pointer;
    transition: .2s opacity;
    -webkit-transition: .2s opacity;
    -moz-transition: .2s opacity;
    -o-transition: .2s opacity;
    -ms-transition: .2s opacity;
    opacity: .6;
}

.mouse-gallery .mouse-gallery-item>ul>li:hover {
    opacity: 1;
    transition: .2s opacity;
}

.mouse-gallery .mouse-gallery-item>ul>li.photo-active {
    opacity: 1;
    outline: 2px solid #ff6400;
}


/* reliable */

.reliable .reliable-word {
    display: inline-block;
    width: 50%;
    padding: 0 1% 0 5%;
}

.reliable .reliable-icon {
    display: inline-block;
    width: 5%;
    vertical-align: top;
}

.weight {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0% 0 0 0;
}

.omron {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0% 0 0 0;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .reliable .reliable-icon {
        width: 7%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .reliable .reliable-icon {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .reliable .reliable-word {
        width: 100%;
    }
    .omron {
        margin: 4% 0 0 0;
    }
    .omron>div {
        width: 100%;
    }
    .weight>div {
        width: 100%;
    }
}


/* color */

.color-part {
    margin: 5% 0 0 0;
}

.color-part .color-part-word {
    display: inline-block;
    width: 50%;
    padding: 0 1% 0 5%;
}

.color-part .color-part-icon {
    display: inline-block;
    width: 5%;
    vertical-align: top;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .color-part .color-part-icon {
        width: 7%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .color-part .color-part-icon {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .color-part .color-part-word {
        width: 100%;
    }
    .color-part {
        margin: 10% 0 0 0;
    }
}


/* hand */

.fit-hand-img {
    margin-top: -10%;
}

@media screen and (max-width: 768px) {
    .fit-hand-img {
        margin: 0% 0 0 0;
    }
}

.fit-hand-item {
    padding: 2% 0 25% 2%;
    background: url(../img/product/05.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right 106%;
}

.fit-hand-item>div {
    padding: 0 2.5% 2% 2.5%;
}

.player {
    padding: 0;
}

.player h3 {
    margin-top: -3%;
}

.player .player-hand {
    margin-top: -5%;
    text-align: right;
    padding-right: 7%;
}

.player .player-hand>img {
    display: inline-block;
    padding: 0 2% 0 2%;
    width: 20%;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .fit-hand-item>div {
        padding: 0 1% 2% 1%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .player .player-hand {
        margin-top: 0%;
        text-align: center;
        margin-bottom: 7%;
    }
    .player .player-hand>img {
        display: inline-block;
        width: 15%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .player .player-hand {
        margin-top: 0%;
    }
}

@media screen and (max-width: 768px) {
    .player .player-hand {
        margin: 0 0 0 0;
        text-align: center;
        margin-bottom: 7%;
    }
    .fit-hand-item {
        margin: 0 5% 0 0;
    }
    .fit-hand-item {
        background-position: right 102%;
    }
    .fit-hand-item>div.iosmodel {
        padding: 0 2.5% 1% 6%;
    }
}


/*  follow_us  */

.follow_us_title {
    margin: 0;
    margin-top: 3%;
    clear: both;
}

.follow_box {
    border: 1px solid #fff;
    cursor: pointer;
    transition: .3s;
    margin: 0 0.5% 0 0.5%;
    padding: 1% 0 0.5% 0;
}

.follow_box i {
    transition: .3s;
    color: #fff;
    font-size: 36px;
}

.follow_box p {
    transition: .3s;
}

.follow_box:hover {
    transition: .3s;
    background-color: #222;
}

.follow_box:hover i {
    transition: .3s;
    transform: scale(1.1);
}

.follow_box:hover p {
    color: #ff6400;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .follow_box {
        margin: 2% 7% 0 7%;
    }
}