@charset "utf-8";
html, body {
    color: #333;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    width: 100%;
    min-width: 1200px;
}

.container {
    width: 100% !important;
}

.self_active {
    color: #E53227;
}

nav {
    font-size: 1.2vw;
    min-width: 1200px;
}

nav .container {
    width: 80%;
}

.navbar-brand {
    height: 80px;
    padding-top: 27px;
}

.carousel-caption h1 {
    font-size: 70px;
    font-weight: bolder;

}

.carousel-caption p {
    font-size: 30px;
}

.carousel-caption .btn {
    font-size: 36px;
    font-weight: bold;
    border-radius: 30px;
    background-color: #ffffff;
    border: none;
    padding: 20px 50px;
}

#carouselSmall .item {
    border-right: 2px solid #ffffff;
}

.carousel-indicators, .carousel-mask {
    position: absolute;
    height: 126px;
    z-index: 999;
    bottom: -5%;
    left: 0;
    right: 0;
    text-align: center;
}

.carousel-indicators img, .mask {
    display: inline-block;
    width: 209px;
    height: 100%;
    border-radius: 40px 0px 0px 0px;
    margin-right: 10px;
    -webkit-transition: width 0.5s, height 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0.5s;
}

.mask {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    vertical-align: middle;
}

.carousel-indicators .active, .carousel-mask .active {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    width: 251px;
    height: 152px;
}

.history h2, .xyx h2, .app h2, .about h2 {
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 2.5vw;
    font-weight: bold;
    display: inline-block;
    color: #999999;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(153, 153, 153, 1)), to(rgba(153, 153, 153, 0)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history h1, .xyx h1, .app h1, .about h1 {
    font-size: 3.2vw;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
}

.history {
    padding: 6% 0 0;
    background: #F9F9F9;
    text-align: center;
}

.history .year b {
    font-size: 22vw;
    color: #F1EFF0;
    font-weight: bolder;
}

/*时间轴*/
.history #timeline {
    width: 60%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border-top: 2px solid #EEEEEE;
    display: table;
    border-spacing: 30px 0;
}

#timeline li {
    display: table-cell;
}

#timeline li .relative {
    position: relative;
}

#timeline li .circle {
    margin: 0 auto;
    top: -9px;
    left: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 50%;
    display: block;
    position: absolute;
    vertical-align: middle;
    font-size: 5px;
    cursor: pointer;
}

#timeline li .circle.active {
    background: #999999;
    /*color: #999999;*/

}

#timeline li .date.active {
    display: inline-block;
    position: relative;
    top: -50px;
    font-size: 1.4vw;
    font-weight: 400;
    color: #333333;
}

#timeline li .date {
    text-align: center;
    font-size: 1vw;
    line-height: 50px;
    color: #BBBBBB;
}

.year {
    position: relative;
    vertical-align: middle;
}

.year .col-xs-1 {
    margin-top: 15%;
    cursor: pointer;
}

.year .content {
    position: absolute;
    width: 40%;
    height: 30%;
    background: #FFFFFF;
    box-shadow: 1px 14px 49px 0px rgba(153, 153, 153, 0.5);
    border-radius: 40px 0px 0px 0px;
    left: 30%;
    top: 35%;
    padding: 20px;
    font-size: 1vw;
    color: #333333;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history .year i {
    font-size: 2vw;
    background: #CCCCCC;
    color: #ffffff;
    border-radius: 50px;
    padding: 25px;
}

.history .year, .history #timeline {
    position: relative;
    top: -4vw;
}

.xyx {
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
}

.xyx h1 {
    color: #FFFFFF;
}

.xyx .hide-games {
    display: none;
}

.xyx .game-list, .app .game-list {
    width: 65%;
    margin: 0 auto;
}

.app .game-list img {
    width: 100%;
}

.xyx .game-list .game-one > img {
    width: 80%;
}

.xyx .game-list p {
    text-align: left;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
    font-size: 1.2vw;
    padding: 10px;
    width: 80%;
    display: inline-block;
}

.xyx .game-list .game-one {
    padding: 7px 10px;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.xyx .game-list .game-one .desc_blank{
    display: none;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    z-index: 999;
    padding: 20px 10px;
    /*width: 250px;*/
}

.xyx .game-list .game-one .desc_blank img{
    /*width: 100px;*/
}

.xyx .game-list .game-one .desc_blank p{
    padding-top: 20px;
    font-size: 15px;
}

.xyx .game-list p img {
    width: 41px;
    height: 41px;
    margin-right: 10px;
}

.xyx button {
    border: solid 2px #FFFFFF;
    background: #333333;
    color: #FFFFFF;
    width: 16%;
    border-radius: 28px;
    padding: 5px 10px;
    margin: 50px 0 10px;
    font-size: 1vw;
}

.app {
    background: #FFFFFF;
    color: #333333;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer {
    padding-top: 20px;
    text-align: left;
    background: #333333;
    color: #999999;
}

footer .footer-content {
    width: 50%;
    margin: 0 auto;
}

footer hr {
    opacity: 0.5;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #999999;
}

footer > p:last-child {
    width: 33%;
    margin: 0 auto;
    padding: 5px;
}

footer a, footer a:hover {
    color: #999999;
}

footer > p:last-child span {
    display: inline-block;
}

footer > p:last-child .text-left {
    width: 30%;
}

footer > p:last-child .text-right {
    width: 60%;
}

footer .footer-content > div:first-child p {
    margin-top: 20px;
    font-size: 1vw;
}

footer .footer-content > div:first-child a {
    color: #FFFFFF;
}

.f_conct {
    width: 50px;
    height: 50px;
    background-color: #F2F2F2;
    position: fixed;
    z-index: 9999999;
    top: 70%;
    right: -10px;
    cursor: pointer;
    transition: all .3s ease;
    opacity:0.5;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}



/*******************************************************/
/*************  招聘页面样式  *****************/
/*******************************************************/
.employ_bg {
    padding-top: 80px;
    background: url("../images/employ.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 433px;
}

.employ {
    text-align: center;
    padding-top: 50px;
    background-color: #F2F2F2;
}

.employ form {
    margin: 50px;
}

.employ form div {
    /*margin: 0;*/
}

.employ_list {
    margin: 50px auto;
    width: 80%;
    text-align: left;
}

.employ_list div {
    padding-right: 3.5px;
    padding-left: 3.5px;
    margin-bottom: 7.5px;
}

.employ_list article a {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    height: 60px;
}

.employ_list article {
    background-color: #FFFFFF;
    padding: 20px;
    font-size: 20px;
}

.red_jiaji {
    display: inline-block;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #ff6b6b;
    padding: 0 4px;
    margin-right: 4px;
}
.type_item{
    font-size: 14px;
    opacity: 1;
    line-height: 20px;
    color: #a2a4a8;
}

@media ( min-width: 1200px) {
    .employ_list article {
        height: 130px;
    }
}

.title {
    font-size: 50px;
    margin: 0;
    font-weight: bolder;
    text-align: center;
}

.note {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.employ_note {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    color: #666666;
}

.employ_details_list {
    text-align: left;
    background-color: #F4F4F6;
}

.pic_list img {
    width: 100%;
    margin-bottom: 10px;
}


.detail_block{
    padding: 50px;
    background-color: #FFFFFF;
    font-size: 20px;
    margin: 100px auto;
    width: 60%;
    height: 800px;
}

.detail_block h4 {
    margin-top: 6px;
    font-size: 20px;
    line-height: 28px;
    color: #222831;
    margin-right: 120px;
}

.status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    color: #89909e;
    font-size: 14px;
}
.status-item:first-child {
    padding-left: 0;
}
.status-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    border-right: 1px solid #dddfe3;
}
.employ_details_list .content {
    font-size: 16px;
    margin-top: 50px;
}
.employ_details_list .content .list {
    /*word-break: break-word;*/
    font-size: 14px;
    font-weight: 400;
}
.employ_details_list .content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    color: #222831;
    font-size: 16px;
    font-weight: lighter;
}

.employ_details_list .content .title .hr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    height: 1px;
    background-color: #f4f4f5;
}


/*******************************************************/
/*************  联系我们页面样式  *****************/
/*******************************************************/
.contact_bg {
    padding-top: 80px;
    background: url("../images/contact.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 433px;
}

.contact {
    width: 70% !important;
    padding-top: 50px;
}

.contact_list {
    margin-top: 50px;
}

.contact_list div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.contact_list article {
    padding-left: 10px;
    border-left: solid 14px #ffcc33;
}

.contact_list article p {
    font-size: 20px;
    color: #666666;
}

.contact_list article p:first-child {
    font-size: 25px;
    font-weight: bolder;
    color: #333333;
}

.contact_title {
    text-align: center;
}

/*******************************************************/
/*************  我们页面样式  *****************/
/*******************************************************/

.about_bg {
    padding-top: 80px;
    background: url("../images/about.png") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 433px;
    font-size: 4vmax;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about {
    text-align: center;
    padding-top: 50px;
}

.about .video {
    margin: 3% auto;
    text-align: center;
}

.about .video video {
    width: 90%;
}

.album {
    margin-top: 5%;
    padding: 10% 5%;
    width: 100%;
    height: 1029px;
    background: url("../images/album.png") no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    text-align: center;
}

.album h2 {
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 2.5vw;
    font-weight: bold;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.album h1 {
    font-size: 3.2vw;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto 3%;
}

.album img {
    width: 100%;
}

.shade {
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
}
.shade .row{
    width: 80%;
    margin: 0 auto;
}

.show_img {
    height: 100%;
    vertical-align: middle;
}

.shade img {
    width: 80%;
    vertical-align: middle;
}

.shade .col-xs-1 {
    font-size: 60px;
    font-weight: lighter;
    top: 30%;
    width: 84px;
    height: 84px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
    margin-top: 20%;
}

/*******************************************************/
/*************  小游戏列表页面样式  *****************/
/*******************************************************/
.lists {
    padding-top: 200px;
}

.lists article, .lists_title {
    text-align: center;
}

.lists_list {
    margin-top: 50px;
}

.lists_list div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.lists_list article a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #ffcc33;
    color: #333333;
    cursor: pointer;
}

.lists_list article {
    background-color: #333333;
    height: 130px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lists_note {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    color: #666666;
}

.lists-dropdown-menu {
    background-color: #333333;
    color: #ffffff;
    width: 170%;
    padding: 20px 50px;
    margin-top: 15px;
}

.lists-dropdown-menu li {
    padding: 5px;
    display: inline-table;
    margin-left: 20px;
}

.lists_list i {
    text-align: left;
}

.triangle {
    position: absolute;
    top: -23px;
    color: #333333;
    left: 0;
    font-size: 20px;
}
