/**头部底部样式**/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    height: 100%;
    width: 100%
}

body {
    min-width: 1010px
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: 400;
    font-style: normal
}

li,ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 100%
}

q:after,q:before {
    content: ”
}

abbr,acronym {
    border: 0
}

input,select,textarea {
    outline: none;
    border-radius: 0
}

input[type=password],input[type=text],select {
    padding: 0 10px
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

header {
    width: 100%;
    height: 100px;
    position: relative;
    /*background: url(../images/header.png?226fcfa5b237f9c6ae8e598f457438ae);*/
    background: #000;
    background-size: cover
}

header .header {
    width: 1100px;
    margin: auto;
    height: 100%;
    position: relative
}

header .header .nav {
    text-align: left;
    width: 1100px;
    display: inline-block;
    margin: 0 auto;
    height: 100%
}

header .header .nav span{
    line-height:100px;
    padding: 0 0 0 50px;
    font-size: 18px;
    /*color:#03a852;*/
    color: #77acf1;
    vertical-align: bottom;
}

header .header .nav img {
    display: inline-block;
    width: 160px;
    float: left;
    margin-top: 20px;
    cursor: pointer
}

header .header .nav img.icon-img {
    width: 121px
}

header .header .nav img.title {
    width: 150px;
    height: 20px;
    margin-top: 24px;
    margin-left: 309px
}

header .header .nav img.gb-img {
    width: 800px;
    margin-left: -20px;
    margin-top: 33px
}

header .header .nav .register-div {
    display: inline-block;
    margin-top: 56px;
    height: 21px
}

header .header .nav .register-div .nav-item {
    display: inline-block;
    width: 80px;
    height: 100%;
    margin: 0 5px;
    color: #d8a775;
    position: relative;
    vertical-align: bottom
}

header .header .nav .register-div .nav-item.active,header .header .nav .register-div .nav-item:hover {
    font-weight: bolder
}

header .header .action {
    position: absolute;
    width: 50%;
    height: auto;
    display: inline-block;
    right: 0;
    top: 24px
}

header .header .action ul {
    width: 100%;
    height: 30px;
    text-align: right
}

header .header .action ul li {
    width: 135px;
    display: inline-block;
    margin: 0 10px;
    color: #d8a775
}

header .header .action ul li.login-btn {
    cursor: pointer
}

header .header .action ul li.width80 {
    width: 80px
}

header .header .action div.drop-c {
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 30px;
    color: #d8a775
}

header .header .action div.drop-c span a {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    width: 75px;
    height: 30px;
    line-height: 30px;
    color: #a1a1a1;
    font-size: 14px
}

footer {
    width: 100%;
    height: 100px;
    position: relative;
    /*background: url(../images/footer.png?1d7b0800d63e587d7b147368198c58ec) 100% 100%;*/
    background: #000;
    overflow: hidden
}

footer table {
    margin-top: 30px
}

footer table .link-center {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 800px
}

footer table .link-center .b_link {
    color: #fff
}

footer table span {
    display: block;
    color: #fff
}

#app {
    font-family: Microsoft Yahei,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

.alert-back {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    transition: all .5s ease-in-out 0s
}

.alert {
    width: 800px;
    height: auto;
    min-height: 500px;
    position: fixed;
    opacity: 1;
    z-index: 2;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -2px 2px 10px 2px #ccc;
    -webkit-transform: translate(-50%,-60%);
    -moz-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    -o-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%)
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .3s
}

.fade-enter,.fade-leave-active {
    opacity: 0
}
