﻿@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
img {
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

input,
textarea {
    outline: none;
}

/*消除chrome黃色框*/
textarea {
    resize: none;
}

/*不要縮放*/
img,
div {
    border: 0px;
}

a:link {
    color: #ff8400;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #ff8400;
}

a:hover {
    text-decoration: none;
    color: #d23100;
}

a:active {
    text-decoration: none;
    color: #ff8400;
}

html {
    font-size: 75%;
}

body {
    font-size: 1rem;
    word-wrap: break-word;
    font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
    background-color: #181713;
}

/**/
.bg {
    position: relative;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background: url(../picture/backgroup/bg01.png);
    background-size: cover;
}

.headbox {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.headbox img {
    width: 100%;
}


.content {
    width: 100%;
}

.tdbox {
    width: 100%;
    margin: 10px auto;
}

td {
    padding: 10px;
}

.txco {
    text-align: center;
    width: 95%;
    padding: 10px;
    border-radius: 10px;
    background-color: #a12f2f;
    margin: 0 auto;
    color: #ebce99;
}

.im {
    color: #e5ff00;
}

.ex {
    color: #ffad2c;
}

.home {
    top: -15px;
}

.tit {
    position: relative;
    width: 100%;
    padding-bottom: 115px;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto 100%;
    margin-bottom: 25px;
    /**/
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/**/
.slong {
    position: absolute;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 100% auto;
    /**/
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.slong {
    opacity: 0;
    width: 45%;
    height: 100%;
    top: 30%;
    left: 28%;
    background-image: url(../images/pop.png);
}

.pop {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.slong2 {
    width: 44.15%;
    height: 5.0477%;
    top: 79.238%;
    left: 27.7%;
    background-image: url(../images/slong2.png);
    opacity: 0;
}

/**/
.cloud2 {
    position: absolute;
    width: 40%; /*800px*/
    height: 21.9%; /*230px*/
    right: -900px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
    /*z-index:1;*/
}

/**/
.c1 {
    background-image: url(../images/u1.png);
    bottom: 2%;
    -webkit-animation: textRight 12s ease 0.5s infinite;
    -moz-animation: textRight 12s ease 0.5s infinite;
    animation: textRight 12s ease 0.5s infinite;
}

.c2 {
    background-image: url(../images/u2.png);
    bottom: 1%;
    -webkit-animation: textRight 12s linear 1s infinite;
    -moz-animation: textRight 12s linear 1s infinite;
    animation: textRight 12s linear 1s infinite;
}

.c3 {
    background-image: url(../images/u3.png);
    bottom: 2%;
    -webkit-animation: textRight 10s linear 0.8s infinite;
    -moz-animation: textRight 10s linear 0.8s infinite;
    animation: textRight 10s linear 0.8s infinite;
}

/**/
@keyframes textRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-3000px);
        -moz-transform: translateX(-3000px);
        -ms-transform: translateX(-3000px);
        -o-transform: translateX(-3000px);
        transform: translateX(-3000px);
    }
}

/*版宣*/
.tg2 {
    line-height: 1.5rem;
    color: #898484;
}

#cy {
    padding: 20px 0 18px 0;
    font-size: 1.2rem; /*0.916*/
    line-height: 1.3rem;
    color: #d2d2d2;
    background-color: #181713;
    /*text-align:center;*/
}

#cy > div {
    width: 900px;
    margin: 0 auto;
}

#cy div span,
#cy div img {
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#cy div span {
    text-align: left;
    padding: 0 0 0 5px;
}

.grading {
    float: right;
    width: 550px;
    margin-top: -7px;
}

/* loading */
#loo {
    position: absolute;
    width: 50px; /*32*/
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #000;
    background-image: url(../images/loading.gif);
    border-radius: 99px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

#bacc {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    background-color: rgba(0, 0, 0, 1); /*.9*/
}

/* menu */
.menu {
    width: 100%;
    background: #181713;
    display: inline-block;
    margin: 0 auto;
    height: 93px;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
}

.menu:hover {
    height: 340px;
    transition: height 1s;
}

.menu li {
    display: inline-block;
    margin: 0 -2px;
    width: 240px;
    height: 340px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: rgb(5 5 5 / 50%);
}

.menu li a.nav_head {
    display: block;
    padding: 30px 0 30px;
    color: #ffffff;
    font-size: 20px;
}

.menu li:hover a.nav_head {
    background: url(/template/hsart001/style/picture/nav_hover.png) no-repeat center top;
}

nav a {
    display: block;
    color: rgba(255,255,255,.7)!important;
    line-height: 40px;
    font-size: 20px;
}
nav a:hover {
    color: #fff!important;
    text-decoration: none;
}

.shade {
    display: none;
    position: absolute;
    width: 100%;
    height: 270px;
    top: 77px;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 80%, rgba(21, 26, 29, 0) 100%);
    z-index: 1;
}

.fb_icon {
    display: inline-block;
    margin: 1px 2px;
    padding: 20px 20px;
    transition: .3s;
    vertical-align: top;
}

.game_icon {
    display: inline-block;
    margin: 1px 2px;
    padding: 20px 20px;
    transition: .3s;
    vertical-align: top;
}

.icon_logo {
    display: inline-block;
    margin: 1px 2px;
    padding: 5px 20px;
    transition: .3s;
    margin-left: 3px;
}

.icon_logo img {
    width: 130px;
    height: 93px;
}

.vhead {
    height: 500px;
}

.bm_h {
    background: #2f2f2f;
}