@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, footer, section {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.5rem;
    border: 0;
}

html {
    height: 100%;
    width: 100%;
    font-family: Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    outline: 0;
    background-size: 100% 100%;
}

body {

    font-family: Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    overflow-x: hidden;
    font-size: 14px;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

h2, h3 {
    font-weight: normal;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

img {
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border: 0;
}

option {
    margin: 0;
    padding: 0
}

/*link*/
a {
    text-decoration: none;
    color: #e1a744;
}

a:hover {
    text-decoration: none;
}

input, select, textarea, button {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

a {
    outline: 0;
    blr: expression(this.onFocus=this.blur());
    -webkit-tap-highlight-color: transparent;

}

a:focus, input:focus, textarea:focus {
    outline: 0;
    -moz-outline: none
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*clear self*/
.clearfix:before, .clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

.hidden {
    overflow: hidden;
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.flexbox-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 0
}

.bd_b1 {
    border-bottom: 1px solid #d0dde0;
}

.shade {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}

@keyframes myfade {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes myfade {
    /* Firefox */
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes myfade {
    /* Safari and Chrome */
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes myfade {
    /* Opera */
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
}

/*背景渐变*/
.bg {
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid : DXImageTransform . Microsoft . gradient(startcolorstr = #00002d, endcolorstr = #203873, gradientType = 0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid : DXImageTransform . Microsoft . gradient(startcolorstr = #00002d, endcolorstr = #203873, gradientType = 0);
    background: #111e52; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #00002d, rgba(32, 56, 115, 0.5));
    background: -webkit-gradient(linear, 0 0, 0 right, from(#00002d), to(rgba(32, 56, 115, 0.5)));
}

.toRight {
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #00002d, #203873);
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-gradient(linear, 0 0, 0 right, from(#00002d), to(#203873));
    background: -webkit-linear-gradient(left, #00002d, #203873);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #00002d, #203873);

}
