﻿@charset "utf-8";

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: transparent;
    color: black;
    width: 100%;
    min-width: 1240px;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, sumary {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: "Microsoft YaHei", arial, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

ol, ul {
    list-style: none
}

input, select, textarea {
    font-size: 100%;
    /*-webkit-appearance: none;*/
    /*appearance:none;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

.midContent {
    width: 1204px;
    margin: 0 auto;
}

caption, th {
    text-align: left
}

fieldset, img {
    border: 0
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
    color: #666666;
}

.lowred {
    color: #f25e40;
}

optgroup {
    font-weight: bold
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

iframe {
    display: block
}

abbr, acronym {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

a:hover {
    text-decoration: none;
}

ins, a {
    text-decoration: none
}

a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -moz-tap-highlight-color: rgba(255, 0, 0, 0);
    -ms-tap-highlight-color: rgba(255, 0, 0, 0);
    tap-highlight-color: rgba(255, 0, 0, 0);
    -webkit-touch-callout: none;
    touch-callout: none;
    color: #3a3a3a;
}

a:focus, *:focus {
    outline: 0
}

a:active, a:hover {
    outline-width: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}

.hide {
    display: none
}

.block {
    display: block
}

.fl, .fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.recruit-info {
    position: fixed;
    right: 50px;
    bottom: 140px;
    display: block;
    width: 90px;
    height: 164px;
    background: url("../images/balloon_bottom.png") 0 70px no-repeat;
    background-size: contain;
    z-index: 999;
}

.recruit-info a .balloon {
    width: 70px;
    height: 100px;
    background: url("../images/balloon.png") 0 0 no-repeat;
    background-size: contain;
    z-index: 10;
    position: absolute;
    bottom: 70px;
    animation: translate 30s infinite;
    -moz-animation: translate 30s infinite;
    -webkit-animation: translate 30s infinite;
}

.recruit-info a .recruit-info-bg {
    width: 90px;
    height: 90px;
    background: url("../images/balloon_bottom_text2019.png") 0 0 no-repeat;
    background-size: contain;
    z-index: 20;
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes translate {
    0% {
        transform: translate3d(-10px, 5px, 0) rotate(-10deg) scale(1);
    }
    25% {
        transform: translate3d(20px, -15px, 50px) rotate(10deg) scale(0.9);
    }
    50% {
        transform: translate3d(30px, -25px, 0px) rotate(0deg) scale(0.8);
    }
    75% {
        transform: translate3d(20px, 5px, -50px) rotate(10deg) scale(0.9);
    }
    100% {
        transform: translate3d(-10px, 5px, 0) rotate(-10deg) scale(1);
    }
}

@-moz-keyframes translate {
    0% {
        transform: translate3d(-10px, 5px, 0) rotate(-10deg) scale(1);
    }
    25% {
        transform: translate3d(20px, -15px, 50px) rotate(10deg) scale(0.9);
    }
    50% {
        transform: translate3d(30px, -25px, 0px) rotate(0deg) scale(0.8);
    }
    75% {
        transform: translate3d(20px, 5px, -50px) rotate(10deg) scale(0.9);
    }
    100% {
        transform: translate3d(-10px, 5px, 0) rotate(-10deg) scale(1);
    }
}

@keyframes translate {
    0% {
        transform: translate3d(-10px, 5px, 0) rotate(-10deg) scale(1);
    }
    25% {
        transform: translate3d(20px, -15px, 50px) rotate(10deg) scale(0.9);
    }
    50% {
        transform: translate3d(30px, -25px, 0px) rotate(0deg) scale(0.8);
    }
    75% {
        transform: translate3d(20px, 5px, -50px) rotate(10deg) scale(0.9);
    }
    100% {
        transform: translate3d(-10px, 5px, 0) rotate(-10deg) scale(1);
    }
}
